summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.css
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/ipa.css')
-rw-r--r--install/ui/ipa.css15
1 files changed, 14 insertions, 1 deletions
diff --git a/install/ui/ipa.css b/install/ui/ipa.css
index 8d350cc5d..ec79688a2 100644
--- a/install/ui/ipa.css
+++ b/install/ui/ipa.css
@@ -345,7 +345,7 @@ table.scrollable tbody {
.option_widget {
list-style-type: none;
margin: 0;
- padding: 0;
+ padding: 0 0 0 1px;
}
.option_widget.nested {
@@ -365,6 +365,19 @@ table.scrollable tbody {
max-width: 150px;
}
+.option_widget.columns.attribute_widget {
+ position: relative;
+ overflow-y: auto;
+ max-height: 36em;
+}
+
+.option_widget.columns.attribute_widget > li {
+ float: left;
+ width: 50%;
+ min-width: 90px;
+ max-width: 200px;
+}
+
.combobox-widget-input {
position: relative;
}