diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-15 19:31:20 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-15 19:31:20 +0100 |
commit | 4dd7b708b24a40ed90ed324d9853aa87b3ec46a0 (patch) | |
tree | f926aded5a3bedf07a75ac3f9e8a2da4963e4f22 /themes | |
parent | 96a01c86d9bd15f9dc91c60be6f236deab2ffad9 (diff) |
Dialog sizing, titles, and z-index. This should ensure the small <500px dialogs
are correct, all titles are correctly sized, and the dialog boxes go to
the top for older themes, too.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/css/screen.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index e19427f3..6f98cbba 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -886,10 +886,6 @@ ul.sf-menu li li li.sfHover ul { opacity: .7; } -.ui-dialog { - z-index: 9999; -} - /* Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-button { |