summaryrefslogtreecommitdiff
path: root/themes/wind/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/wind/css/screen.css')
-rw-r--r--themes/wind/css/screen.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index d3e0f83c..e19427f3 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -886,6 +886,10 @@ ul.sf-menu li li li.sfHover ul {
opacity: .7;
}
+.ui-dialog {
+ z-index: 9999;
+}
+
/* Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-button {
@@ -948,6 +952,12 @@ button {
display: inline-block;
}
+/* Autocomplete */
+
+.ui-autocomplete {
+ text-align: left;
+}
+
/* Status and validation messages ~~~~ */
.g-message-block {
@@ -1038,7 +1048,7 @@ div#g-action-status {
}
#g-dialog .g-cancel {
- margin: .4em 1em;
+ margin: .59em 1em;
}
#g-panel {