summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'ldap-site-mngmt/webinterface/styles.css')
-rw-r--r--ldap-site-mngmt/webinterface/styles.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/ldap-site-mngmt/webinterface/styles.css b/ldap-site-mngmt/webinterface/styles.css
index f644f497..e53676af 100644
--- a/ldap-site-mngmt/webinterface/styles.css
+++ b/ldap-site-mngmt/webinterface/styles.css
@@ -169,7 +169,17 @@ h4 {
border-style: solid;
border-width: 1px 1px;
border-color: #000000;
- width: 200;
+ width: 250;
+ padding-left: 5px;
+ margin: 5px;
+}
+.tiny_form_selectbox {
+ font-family: Arial;
+ font-size: 10pt;
+ border-style: solid;
+ border-width: 1px 1px;
+ border-color: #000000;
+ width: 80;
padding-left: 10px;
margin: 5px;
}