some admin theme cleanup - remove unused css, unused icons

git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2010-12-29 22:01:03 +00:00
parent 788a600d78
commit a129f6b257
10 changed files with 0 additions and 50 deletions
-10
View File
@@ -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; }