diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-21 09:48:04 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-21 09:48:04 +0000 |
commit | c76d687579b49393cf163d421ed89198127c9485 (patch) | |
tree | 00ecd48ab05de5ded4901f577a28cacf2d8f256b | |
parent | dfddce4d30ab8b1cb68042df62f449e8ab08c336 (diff) |
Sylvia: Border lines broken on Tags block on gallery side
Roma: Quick Local Synchro link is limited to the button (Leaves are still highlighted on over but without link).
git-svn-id: http://piwigo.org/svn/trunk@2556 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 6 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index dd4fb1d30..3f534c58f 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -55,8 +55,8 @@ color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px position:relative; z-index: 50;} .bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px; z-index: 55; cursor:pointer; } .bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; } -.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; -border:0; display:block; height:161px; left:-20px; position:relative; top:-70px; width:625px; z-index: 99;} +.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0; +display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; } .bigbutton input:hover { cursor:pointer; } .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ @@ -139,4 +139,4 @@ color: #F70; border-bottom: 1px dotted #F70;} /* hacks */ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ *+html .bigtext { left: 65px; } -*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-110px; } +*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 18df98a8a..75753eec6 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -43,6 +43,7 @@ margin:0; } #menubar #mbIdentification .button { height:24px; right:0px; top:0px; } #menubar #mbIdentification fieldset { border:0; margin:0 24px 0 23px; } #menubar #mbIdentification legend { display: none; } +#menubar #menuTagCloud { margin: 0; padding: 0 8px 0 16px; } #content { background:#222 url(images/fillet.gif) repeat-x scroll left top; min-height:466px; } .content { border: 1px solid #000; border-top: 0; margin:21px 7px 0 290px; padding-top:7px; } .content h2 { margin:0; padding:0px 10px 15px 15px; border:0;} |