diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-14 08:57:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-14 08:57:15 +0000 |
commit | 3351fd9409aacf479f6f17ac62aee3c75ea09355 (patch) | |
tree | 4252fc7ffb33f2d67b111386d56806b74fa29386 /admin/template/goto/theme/roma/theme.css | |
parent | 40b93cfe493ed5e9e46b7d9b3ac836c58d5363bc (diff) |
Borders of Categories boxes
- wrong colour
- global mode : frameborders around thumbnails are the wrong colour
git-svn-id: http://piwigo.org/svn/branches/2.0@2972 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme/roma/theme.css')
-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 */ |