some admin theme cleanup - remove unused css, unused icons
git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
Before Width: | Height: | Size: 878 B |
Before Width: | Height: | Size: 900 B |
Before Width: | Height: | Size: 135 B |
Before Width: | Height: | Size: 134 B |
|
@ -88,16 +88,6 @@ h3, #imageToolBar a:hover, .content, .throw, .row1 { background-color: #ddd; }
|
|||
.content dl, dd { margin:5px; }
|
||||
.content div.titrePage { height:40px; }
|
||||
|
||||
.instructions { text-align:left; padding-top:5px;}
|
||||
.instructions LI { margin-bottom:5px; }
|
||||
.instructionBlock {border: 1px solid #999; margin: 5px; overflow: hidden;}
|
||||
.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#eee; background-position:15px center;
|
||||
background-repeat:no-repeat; color:#999; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
|
||||
.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: none; }
|
||||
|
||||
.instructionBlockHeaderCollapsed { background-image: url(icon/expand.gif);}
|
||||
.instructionBlockHeaderExpanded { background-image: url(icon/collapse.gif);}
|
||||
.instructionBlockContent { padding:0 15px 15px;}
|
||||
SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
|
||||
|
||||
UL.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; }
|
||||
|
|
|
@ -43,30 +43,8 @@ TABLE.languages {
|
|||
}
|
||||
TABLE.plugins A { border: 0; }
|
||||
TABLE.plugins TR TD { padding: 4px 10px; }
|
||||
TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
|
||||
TABLE.languages TR TD { padding: 7px 20px; }
|
||||
|
||||
TABLE.plugins TR TD.active,
|
||||
TABLE.languages TR TD.active {
|
||||
background: url(icon/plugin_active.gif) no-repeat center left;
|
||||
background-color: inherit; /* IE need it */
|
||||
}
|
||||
|
||||
TABLE.plugins TR TD.inactive {
|
||||
background: url(icon/plugin_inactive.gif) no-repeat center left;
|
||||
background-color: inherit; /* IE need it */
|
||||
}
|
||||
|
||||
TABLE.plugins ul.pluginsActions {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
width: 60px;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
TABLE.plugins ul.pluginsActions li { display: inline; }
|
||||
|
||||
/* categoryOrdering */
|
||||
FORM#categoryOrdering .orderParams {
|
||||
|
@ -289,7 +267,6 @@ float:left;
|
|||
#pwgHead {color:#aaa;}
|
||||
#pwgHead A {color:#ccc;}
|
||||
#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
|
||||
#pwgHead A#instructions:hover {border:none;}
|
||||
|
||||
#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 726 B |
|
@ -57,24 +57,7 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
|
|||
|
||||
.content dl, dd { margin:5px; }
|
||||
.content div.titrePage {}
|
||||
.instructions { height:450px; overflow:scroll; padding:0 20px 0; text-align:left; margin-bottom: 20px;
|
||||
font-size:14px; line-height:21px; }
|
||||
.instructions { overflow-y:scroll; overflow-x:hidden; }
|
||||
.instructions h3 { text-align: center; margin: 30px 0 0 0; }
|
||||
|
||||
.instructions { text-align:left; padding-top:5px;}
|
||||
.instructions LI { margin-bottom:5px; }
|
||||
.instructionBlock {border: 1px solid #666; margin: 5px; overflow: hidden;}
|
||||
.instructionBlockHeaderCollapsed, .instructionBlockHeaderExpanded {background-color:#111; background-position:15px center;
|
||||
background-repeat:no-repeat; color:#444; cursor:pointer; font-size:110%; overflow:hidden; padding:8px 41px;}
|
||||
.instructionBlockHeaderCollapsed span, .instructionBlockHeaderExpanded span {border-bottom: 1px solid #444; }
|
||||
.instructionBlockHeaderCollapsed:hover span, .instructionBlockHeaderExpanded:hover span,
|
||||
.instructionBlockHeaderCollapsed:focus span, .instructionBlockHeaderExpanded:focus span { border-bottom-color: #111; }
|
||||
|
||||
.instructionBlockHeaderCollapsed { background-image: url(../../icon/expand.png);}
|
||||
.instructionBlockHeaderExpanded { background-image: url(../../icon/collapse.png);}
|
||||
.instructionBlockContent { padding:0 15px 15px;}
|
||||
SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666}
|
||||
|
||||
UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
|
||||
UL.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
|
||||
|
|