aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-20 14:55:17 +0000
committervdigital <vdigital@piwigo.org>2008-09-20 14:55:17 +0000
commitdfddce4d30ab8b1cb68042df62f449e8ab08c336 (patch)
treef9c3384546be15d4d90a1370bbdf8b8045ec0212 /admin
parentc9cb39aadcaaf118b74d9c33d53373dc4cf9f4a4 (diff)
Big button is fully working including IE 7 (big button is covered by transparent.gif button).
git-svn-id: http://piwigo.org/svn/trunk@2555 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/intro.tpl1
-rw-r--r--admin/template/goto/theme/roma/images/transparent.gifbin0 -> 43 bytes
-rw-r--r--admin/template/goto/theme/roma/theme.css7
3 files changed, 4 insertions, 4 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl
index 47e908167..57bdef286 100644
--- a/admin/template/goto/intro.tpl
+++ b/admin/template/goto/intro.tpl
@@ -59,5 +59,4 @@
<span class="bigtext">{'Quick Local Synchronization'|@translate}</></span>
<input type="submit" value="" name="submit"/>
</span>
-
</form> \ No newline at end of file
diff --git a/admin/template/goto/theme/roma/images/transparent.gif b/admin/template/goto/theme/roma/images/transparent.gif
new file mode 100644
index 000000000..e565824aa
--- /dev/null
+++ b/admin/template/goto/theme/roma/images/transparent.gif
Binary files differ
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 46c1378d1..dd4fb1d30 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -51,11 +51,12 @@ fieldset { border: 1px solid #666; }
INPUT, SELECT, TEXTAREA { border-left: 2px inset #666; text-indent:4px; }
TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; }
.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
-color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; }
+color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
+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-color:transparent; 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:161px; left:-20px; position:relative; top:-70px; width:625px; z-index: 99;}
.bigbutton input:hover { cursor:pointer; }
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */