diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-14 13:38:09 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-14 13:38:09 +0000 |
commit | 2eda036c8b6522e3de8907033164737079679a78 (patch) | |
tree | 5af088e6e6c43622981a7a18aeed1be6d9e24165 | |
parent | f94e5e55116d408bf67b3f346da2a216d18e4124 (diff) |
Pierrick big synchronization button request (Has to be changed).
git-svn-id: http://piwigo.org/svn/trunk@2532 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/intro.tpl | 2 | ||||
-rw-r--r-- | admin/template/goto/theme/roma/images/rapid_local_synchro.png | bin | 0 -> 2003 bytes | |||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 9 |
3 files changed, 7 insertions, 4 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 973436855..72189c826 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -56,4 +56,4 @@ <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" /> -</form> +</form>
\ No newline at end of file diff --git a/admin/template/goto/theme/roma/images/rapid_local_synchro.png b/admin/template/goto/theme/roma/images/rapid_local_synchro.png Binary files differnew file mode 100644 index 000000000..716d0ee20 --- /dev/null +++ b/admin/template/goto/theme/roma/images/rapid_local_synchro.png diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index d2fe4ae1a..8ecab22e2 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -48,8 +48,11 @@ text-transform:none; font-weight:bold; padding-left:20px; } .throw, td h3 { background-image: url(images/fillet.png); background-repeat: repeat-x; } /* borders */ /* TODO */ -INPUT, SELECT, TEXTAREA { border-left: 2px inset #696969; -cursor:text; text-indent:4px; } +INPUT, SELECT, TEXTAREA { border-left: 2px inset #696969; text-indent:4px; } +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; cursor: auto; } +INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; cursor: pointer; } .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ @@ -62,7 +65,7 @@ a.Piwigo { color : #f36; text-decoration: none; border: 0; color: #f36; } * { outline-width: 0; } -a { color:#f70; border-color: #FF3363; } +a { color:#f70; border-color: #FF3363; cursor: auto; } a:hover { color: #f33; border-color: #FF3363; } h2 { display:block; font-size:28px; letter-spacing:-1px; |