Changeset 8382
- Timestamp:
- Dec 29, 2010, 11:01:03 PM (14 years ago)
- Location:
- trunk/admin/themes
- Files:
-
- 7 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/themes/clear/theme.css
r7869 r8382 89 89 .content div.titrePage { height:40px; } 90 90 91 .instructions { text-align:left; padding-top:5px;}92 .instructions LI { margin-bottom:5px; }93 .instructionBlock {border: 1px solid #999; margin: 5px; overflow: hidden;}94 .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#eee; background-position:15px center;95 background-repeat:no-repeat; color:#999; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}96 .instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: none; }97 98 .instructionBlockHeaderCollapsed { background-image: url(icon/expand.gif);}99 .instructionBlockHeaderExpanded { background-image: url(icon/collapse.gif);}100 .instructionBlockContent { padding:0 15px 15px;}101 91 SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666} 102 92 -
trunk/admin/themes/default/default-layout.css
r7869 r8382 44 44 TABLE.plugins A { border: 0; } 45 45 TABLE.plugins TR TD { padding: 4px 10px; } 46 TABLE.plugins TR TD.pluginState { padding: 4px 16px; }47 46 TABLE.languages TR TD { padding: 7px 20px; } 48 47 49 TABLE.plugins TR TD.active,50 TABLE.languages TR TD.active {51 background: url(icon/plugin_active.gif) no-repeat center left;52 background-color: inherit; /* IE need it */53 }54 55 TABLE.plugins TR TD.inactive {56 background: url(icon/plugin_inactive.gif) no-repeat center left;57 background-color: inherit; /* IE need it */58 }59 60 TABLE.plugins ul.pluginsActions {61 float: left;62 padding: 0;63 margin: 0;64 width: 60px;65 list-style: none;66 text-align: center;67 }68 69 TABLE.plugins ul.pluginsActions li { display: inline; }70 48 71 49 /* categoryOrdering */ … … 290 268 #pwgHead A {color:#ccc;} 291 269 #pwgHead A:hover {color:#fff;border-bottom:1px solid #fff} 292 #pwgHead A#instructions:hover {border:none;}293 270 294 271 #headActions {float:right; height:46px; line-height:46px; margin-right:10px;} -
trunk/admin/themes/roma/theme.css
r7869 r8382 58 58 .content dl, dd { margin:5px; } 59 59 .content div.titrePage {} 60 .instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px; 61 font-size:14px; line-height:21px; } 62 .instructions { overflow-y:scroll; overflow-x:hidden; } 63 .instructions h3 { text-align: center; margin: 30px 0 0 0; } 64 65 .instructions { text-align:left; padding-top:5px;} 66 .instructions LI { margin-bottom:5px; } 67 .instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;} 68 .instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center; 69 background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;} 70 .instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; } 71 .instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span, 72 .instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; } 73 74 .instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);} 75 .instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);} 76 .instructionBlockContent { padding:0 15px 15px;} 77 SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666} 60 78 61 79 62 UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
Note: See TracChangeset
for help on using the changeset viewer.