aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-16 23:13:53 +0000
committervdigital <vdigital@piwigo.org>2008-09-16 23:13:53 +0000
commit7ea85bc0355c7ad60c51a4a1d3078e3dc4603031 (patch)
treefd4cc1c69b7a320ee66f901474e3f143acecd4aa /admin
parent2b4b4defe64da8b5c3c06bd9a46fe3ea59f1a0c6 (diff)
A large button from Stripy design...
git-svn-id: http://piwigo.org/svn/trunk@2542 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/intro.tpl2
-rw-r--r--admin/template/goto/theme/roma/images/quickLocalSync_hover.pngbin0 -> 35452 bytes
-rw-r--r--admin/template/goto/theme/roma/images/quickLocalSync_inactiv.pngbin0 -> 17509 bytes
-rw-r--r--admin/template/goto/theme/roma/theme.css11
4 files changed, 9 insertions, 4 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl
index 72189c826..30ae67372 100644
--- a/admin/template/goto/intro.tpl
+++ b/admin/template/goto/intro.tpl
@@ -55,5 +55,5 @@
<input type="hidden" name="sync_meta" checked="checked"/>
<input type="hidden" name="simulate" value="0" />
<input type="hidden" name="subcats-included" value="1" checked="checked"/>
-<input class="bigbutton" type="submit" value="{'Rapid local synchronization'|@translate}" name="submit" />
+<div class="bigbutton"><input type="submit" value="" name="submit"/><div class="bigtext">{'Quick Local Synchronization'|@translate}</div></div>
</form> \ No newline at end of file
diff --git a/admin/template/goto/theme/roma/images/quickLocalSync_hover.png b/admin/template/goto/theme/roma/images/quickLocalSync_hover.png
new file mode 100644
index 000000000..843ea3f94
--- /dev/null
+++ b/admin/template/goto/theme/roma/images/quickLocalSync_hover.png
Binary files differ
diff --git a/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png b/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png
new file mode 100644
index 000000000..86fd856bc
--- /dev/null
+++ b/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png
Binary files differ
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 64ef78e52..c3a4784ac 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -50,9 +50,14 @@ text-transform:none; font-weight:bold; padding-left:20px; }
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; }
-INPUT.bigbutton { background: #111 url(images/rapid_local_synchro.png) no-repeat scroll left top;
-width: 600px; height: 120px; color:#f70; font-size: 36px; text-align: left; padding: 0 0 0 30px;
-border: 0; }
+.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top;
+border:0; color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; }
+.bigbutton input { background: transparent none no-repeat scroll left top;
+position: relative; top: 0; left: 0; width:625px; height: 161px; border: 0;}
+.bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px;
+font-family: FlorenceSans, Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-weight: bold;}
+*+html .bigtext { left: 65px; }
+.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #aaaaaa; /* thumbnails border color and style */
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */