summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-10-12 15:11:55 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-10-12 15:11:55 -0700
commit63f7cdf7f7e1c39b791dad6951fa39d9a6d58c9d (patch)
tree72f1bd539e6fcbbce99a31f4b6695c149e828c2a /ipa-server/ipa-gui/ipagui/static
parentaf0a1d989b1eb483ae3e76fa5a3008fda3fafb5e (diff)
downloadfreeipa-63f7cdf7f7e1c39b791dad6951fa39d9a6d58c9d.tar.gz
freeipa-63f7cdf7f7e1c39b791dad6951fa39d9a6d58c9d.tar.xz
freeipa-63f7cdf7f7e1c39b791dad6951fa39d9a6d58c9d.zip
Adds delegation listing and creation to the GUI.
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/static')
-rw-r--r--ipa-server/ipa-gui/ipagui/static/css/style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/ipa-server/ipa-gui/ipagui/static/css/style.css b/ipa-server/ipa-gui/ipagui/static/css/style.css
index ae845e863..fb97a67a2 100644
--- a/ipa-server/ipa-gui/ipagui/static/css/style.css
+++ b/ipa-server/ipa-gui/ipagui/static/css/style.css
@@ -77,7 +77,7 @@ body {
#main_content {
background:#fff;
float:right;
- width:85%;
+ width:82%;
min-height:500px;
border-left: 1px solid #000;
padding: 10px;
@@ -92,7 +92,7 @@ body {
#sidebar {
background:#ccc; /* should be same as #page */
float:left;
- width:10%;
+ width:13%;
padding: 5px;
font-size: medium;
}
@@ -207,6 +207,19 @@ body {
}
/*
+ * Used for checkboxlist of aci attributes
+ */
+ul.requiredfield {
+ background: #ffffff;
+}
+
+ul.checkboxlist {
+ padding: 0px;
+ margin: 0px;
+ list-style: none;
+}
+
+/*
* TableKit css
*/