diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/template/goto/intro.tpl | 12 | ||||
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 370e34738..2bde582f3 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -48,7 +48,8 @@ </dl> -<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;"> +<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="QuickSynchro" style="display: block; text-align:right;"> +<div> <input type="hidden" name="sync" value="files" checked="checked" /> <input type="hidden" name="display_info" value="1" checked="checked" /> <input type="hidden" name="add_to_caddie" value="1" checked="checked" /> @@ -56,8 +57,9 @@ <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"/> -<span class="bigbutton"> -<span class="bigtext">{'Quick Local Synchronization'|@translate}</></span> -<input type="submit" value="" name="submit"/> -</span> +</div> +<div class="bigbutton"> +<span class="bigtext">{'Quick Local Synchronization'|@translate}</span> +<input type="submit" value="" name="submit"> +</div> </form>
\ No newline at end of file diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 3d6710510..d1307b10e 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -163,8 +163,8 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); } -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); } /* hacks */ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ -*+html .bigtext { left: 65px; } +*+html .bigtext { left: 70px; } *+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }
\ No newline at end of file |