diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-23 01:09:30 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-23 01:09:30 -0500 |
commit | 9d6ed037bb5b346fba900c17ba57b34dae3b6fc8 (patch) | |
tree | 2caddad82bfa6a6ad5f45ea0199c2d0539278026 /modules/gallery | |
parent | 42878556cf38bccfea2b9b38ab2c8dd90d1ebc88 (diff) | |
parent | f95159c0b886a2ff724d6fa9a9315460186b02ef (diff) |
Merge branch 'jquery_190'
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/css/gallery.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 7e711156..73b8ab4e 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -149,6 +149,21 @@ 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 +} + +/* Autocomplete ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.ui-autocomplete { + text-align: left; +} + /** ******************************************************************* * 2) Admin **********************************************************************/ |