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/default-layout.css | |
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/default-layout.css')
-rw-r--r-- | admin/template/goto/default-layout.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index 19ed9fd0e..87f411dd3 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -2,7 +2,7 @@ /* History tables */ TABLE.table2 { - border: 1px solid black; + border: 1px solid #111; margin: 1em auto; padding: 0; } @@ -85,7 +85,7 @@ UL.categoryUl { LI.categoryLi { width: 100%; - border: 1px solid gray; + border: 1px solid #666; padding: 0px 5px; margin-bottom: 5px; } @@ -171,7 +171,7 @@ FIELDSET#commentsConf SPAN.property { .statBar { height: 10px; background-color: #ff7700; - border: 1px solid black; + border: 1px solid #666; } .over{ @@ -186,10 +186,10 @@ z-index: 50; .over SPAN{ /*CSS for enlarged image*/ position: absolute; -background-color: #eee; +background-color: #222; padding: 5px; left: -1000px; -border: 1px solid #69c; +border: 1px solid #ff3363; visibility: hidden; color: black; text-decoration: none; @@ -231,10 +231,10 @@ H2 { A { text-decoration:none; - border-bottom: 1px dotted #005e89; + border-bottom: 0; } A:hover { - border-bottom: 1px solid #858460; + border-bottom: 1px solid #FF3363; } A.button, A.button:hover { border: 0; |