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 /modules/gallery/css | |
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 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/gallery.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 7e711156..d3f7dcca 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -149,6 +149,15 @@ text-align: center; } +/* Dialogs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +/** + * Newer Themeroller-based themes do this on their own, but older + * themes need help ensuring that dialogs and overlays are on top + */ +.ui-front { + z-index: 1000 +} + /** ******************************************************************* * 2) Admin **********************************************************************/ |