aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/default-layout.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-14 08:57:15 +0000
committervdigital <vdigital@piwigo.org>2008-12-14 08:57:15 +0000
commit3351fd9409aacf479f6f17ac62aee3c75ea09355 (patch)
tree4252fc7ffb33f2d67b111386d56806b74fa29386 /admin/template/goto/default-layout.css
parent40b93cfe493ed5e9e46b7d9b3ac836c58d5363bc (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/default-layout.css')
-rw-r--r--admin/template/goto/default-layout.css14
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;