diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-02 18:59:46 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-02 18:59:46 +0000 |
commit | f18985e15331c09085ddbdd66f6ea6a702fe3f4a (patch) | |
tree | fc6198a4911006b61dbb55e6cb33c2c66f72d281 | |
parent | 13756a19787268c62f76b6dc4714fdc66d575b84 (diff) |
Identification menu was broken.
Links are bordered on over except admin menu.
git-svn-id: http://piwigo.org/svn/trunk@2640 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 4 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index fce55d465..3d6710510 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -80,8 +80,8 @@ a.Piwigo { font-size: 11px; font-weight: normal; letter-spacing: 0; color : #f36; text-decoration: none; border: 0; color: #f36; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } -a { color:#f70; border: 0px solid #f70; } -a:hover, a:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; } +a { color:#f70; border-width: 0; } +a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } h2 { display:block; font-size:28px; letter-spacing:-1px; margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute; diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 5f64ff3a0..1c464cc85 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -37,7 +37,7 @@ margin:0; } #menubar #mbIdentification .illustration { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; } #menubar #mbIdentification form { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; } #menubar #mbIdentification .actions, #menubar ul ul, #menubar #mbIdentification form p { background-image:none; } -#menubar #mbIdentification p { padding: 2px 16px 0; } +#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;} #menubar p { padding: 16px 16px 0; } #menubar .button { position:relative; right:9px; top:12px; height:16px; } #menubar #mbIdentification .button { height:24px; right:0px; top:0px; } @@ -79,7 +79,7 @@ border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .content UL.thumbnails SPAN.wrap2:hover { color: #666; background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } -A, INPUT.rateButton { color:#f70; border: 0px solid #f70; } -A:hover, A:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; } +A, INPUT.rateButton { color:#f70; border-width: 0; } +A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |