Changeset 6970
- Timestamp:
- 10/20/06 22:04:59 (5 years ago)
- Location:
- trunk/Xul_Cms/content/scenaricms/widgets/sctab
- Files:
-
- 1 added
- 2 deleted
- 9 edited
-
actions.png (modified) (previous)
-
btnactions.png (deleted)
-
btnothers.png (deleted)
-
icon/edit.png (modified) (previous)
-
icon/editappli.png (modified) (previous)
-
icon/editxml.png (modified) (previous)
-
icon/gen.png (modified) (previous)
-
icon/home.png (modified) (previous)
-
icon/import.png (modified) (previous)
-
moreactions.png (added)
-
sctab.css (modified) (6 diffs)
-
tabs.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Cms/content/scenaricms/widgets/sctab/sctab.css
r6931 r6970 46 46 sctabhead > .leftImg{ 47 47 list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 48 -moz-image-region : rect(0px 15px 30px 0px); 48 -moz-image-region : rect(0px 10px 30px 0px); 49 z-index: -1; 49 50 } 50 51 sctabhead > .rightImg{ 51 52 list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 52 -moz-image-region : rect(0px 30px 30px 15px); 53 -moz-image-region : rect(0px 23px 30px 10px); 54 z-index: -1; 53 55 } 54 56 sctabhead > vbox{ 55 57 background-image: url(chrome://scenaricms/content/widgets/sctab/bgtab.png); 58 background-repeat: repeat-x; 56 59 } 57 60 sctabhead button{ … … 59 62 border: none; 60 63 font-weight:bold; 61 margin:0px -5px 0px -6px;64 margin:0px 0px 0px -5px; 62 65 color: #333333; 63 66 cursor:pointer; … … 80 83 sctabheadcurrent > .leftImg{ 81 84 list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 82 -moz-image-region : rect(0px 40px 30px 25px); 85 -moz-image-region : rect(0px 33px 30px 23px); 86 z-index: -1; 83 87 } 84 88 sctabheadcurrent > .rightImg{ 85 89 list-style-image: url(chrome://scenaricms/content/widgets/sctab/tabs.png); 86 -moz-image-region : rect(0px 55px 30px 40px); 90 -moz-image-region : rect(0px 46px 30px 33px); 91 z-index: -1; 87 92 } 88 93 sctabheadcurrent > vbox { 89 94 background-image: url(chrome://scenaricms/content/widgets/sctab/bgtabsel.png); 95 background-repeat: repeat-x; 90 96 } 91 97 sctabheadcurrent button{ … … 93 99 border: none; 94 100 font-weight: bold; 95 margin:0px -5px 0px -6px;101 margin:0px 0px 0px -5px; 96 102 color: black !important; 97 103 background-color: transparent; … … 107 113 scactionbutton > .leftImg{ 108 114 list-style-image: url(chrome://scenaricms/content/widgets/sctab/actions.png); 109 -moz-image-region : rect(0px 1 5px 30px 0px);115 -moz-image-region : rect(0px 10px 30px 0px); 110 116 } 111 117 scactionbutton > .rightImg{ 112 118 list-style-image: url(chrome://scenaricms/content/widgets/sctab/actions.png); 113 -moz-image-region : rect(0px 30px 30px 15px);119 -moz-image-region : rect(0px 23px 30px 10px); 114 120 } 115 121 scactionbutton > vbox{ … … 149 155 padding:0px; 150 156 background-color: transparent; 151 list-style-image: url(chrome://scenaricms/content/widgets/sctab/more tabs.png);157 list-style-image: url(chrome://scenaricms/content/widgets/sctab/moreactions.png); 152 158 -moz-image-region : rect(0px 40px 24px 0px); 153 159 width: 300px;
Note: See TracChangeset
for help on using the changeset viewer.