diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-29 22:01:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-29 22:01:03 +0000 |
commit | a129f6b257b4e802e4345fd7b01fdc6b75f3963c (patch) | |
tree | 3611bc2a106131bd56348e903b6eb1d0eb1db635 /admin/themes/roma/theme.css | |
parent | 788a600d78fd974798ca1f3c91429f4e567f0413 (diff) |
some admin theme cleanup - remove unused css, unused icons
git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 30a1a3c35..ff598ed40 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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; } |