diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-13 09:45:12 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-13 09:45:12 +0100 |
commit | f580488fb5914b309a15396611d9b3a9177c65a0 (patch) | |
tree | e18dc8eed57a7e652e97a59427c8d12b24818326 /themes | |
parent | 1ac2c959d0f82c1ccef6cce96638704f40097e38 (diff) |
Fix Cancel link positioning, fix watermark error reply (seems to have already been broken in v3.0.4...)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 2 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 58942387..23d319b2 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -989,7 +989,7 @@ div#g-action-status { } #g-dialog .g-cancel { - margin: .4em 1em; + margin: .59em 1em; } #g-panel { diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 0e4819ee..e19427f3 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1048,7 +1048,7 @@ div#g-action-status { } #g-dialog .g-cancel { - margin: .4em 1em; + margin: .59em 1em; } #g-panel { |