diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-04 20:43:43 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-04 20:43:43 +0000 |
commit | 73c04ed83c1b02341db07d770c74a824120cf23e (patch) | |
tree | 099504059e7813805566efe736b090095ca08b30 /admin/template/goto/theme/roma/theme.css | |
parent | 7d38fdeec0591ca8930c20f620ded13a8d10bedf (diff) |
- Correct display bug of quick local synchro in IE7.
- Translate this button.
git-svn-id: http://piwigo.org/svn/trunk@2658 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
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 |