From 7ea85bc0355c7ad60c51a4a1d3078e3dc4603031 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 16 Sep 2008 23:13:53 +0000 Subject: A large button from Stripy design... git-svn-id: http://piwigo.org/svn/trunk@2542 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/intro.tpl | 2 +- .../goto/theme/roma/images/quickLocalSync_hover.png | Bin 0 -> 35452 bytes .../goto/theme/roma/images/quickLocalSync_inactiv.png | Bin 0 -> 17509 bytes admin/template/goto/theme/roma/theme.css | 11 ++++++++--- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 admin/template/goto/theme/roma/images/quickLocalSync_hover.png create mode 100644 admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png 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 @@ - +
{'Quick Local Synchronization'|@translate}
\ 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 Binary files /dev/null and b/admin/template/goto/theme/roma/images/quickLocalSync_hover.png 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 Binary files /dev/null and b/admin/template/goto/theme/roma/images/quickLocalSync_inactiv.png 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 */ -- cgit v1.2.3