diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-14 08:59:55 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-14 08:59:55 +0000 |
commit | 7ab4985a85e4bb947742699ac7e3e75e7211cc06 (patch) | |
tree | af0794993547d836d3904e33b2fa0f752710a063 /admin/template/goto/theme | |
parent | cd142d2d951935377bc276f0a46678fbe4d367ac (diff) |
Borders of Categories boxes
- wrong colour
- global mode : frameborders around thumbnails are the wrong colour
merge -c2972 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2973 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index d47cf1d3c..f543a5130 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -51,6 +51,10 @@ text-transform:none; font-weight:bold; padding-left:20px; width:54%; } font-size:14px; line-height:21px; } .instructions { overflow-y:scroll; overflow-x:hidden; } .instructions h3 { text-align: center; margin: 30px 0 0 0; } +.content ul.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; } +.content ul.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; } +.content ul.thumbnails span.wrap2 { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; } +.content ul.thumbnails span.wrap1 { margin:0 12px 5px; } /* .throw, */ td h3 { background-image: url(images/fillet.png); background-repeat: repeat-x; } /* borders */ |