summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-10-16 10:14:27 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-10-16 10:14:27 -0700
commit2dcab902b8f8df02caba2bde3f304d9a8c2afe21 (patch)
tree768e5670bdd14d0e7b62934bf9f22d4de7b111d9 /ipa-server
parent3db0f99977deae9be43c239f89bfa348b8b3bafe (diff)
downloadfreeipa-2dcab902b8f8df02caba2bde3f304d9a8c2afe21.tar.gz
freeipa-2dcab902b8f8df02caba2bde3f304d9a8c2afe21.tar.xz
freeipa-2dcab902b8f8df02caba2bde3f304d9a8c2afe21.zip
Remove coffee-spewing color from delete button. Adjust nav-link and size.
Diffstat (limited to 'ipa-server')
-rw-r--r--ipa-server/ipa-gui/ipagui/static/css/style.css5
-rw-r--r--ipa-server/ipa-gui/ipagui/templates/master.kid2
2 files changed, 3 insertions, 4 deletions
diff --git a/ipa-server/ipa-gui/ipagui/static/css/style.css b/ipa-server/ipa-gui/ipagui/static/css/style.css
index ff92c5a89..625eaa544 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:82%;
+ width:84%;
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:13%;
+ width:11%;
padding: 5px;
font-size: medium;
}
@@ -207,7 +207,6 @@ body {
}
.deletebutton {
- background: #ee2222;
}
/*
diff --git a/ipa-server/ipa-gui/ipagui/templates/master.kid b/ipa-server/ipa-gui/ipagui/templates/master.kid
index 2926c4f90..cf359579a 100644
--- a/ipa-server/ipa-gui/ipagui/templates/master.kid
+++ b/ipa-server/ipa-gui/ipagui/templates/master.kid
@@ -78,7 +78,7 @@
<a href="${tg.url('/')}">Self Service</a><br/>
</p>
<p>
- <a href="${tg.url('/delegate/list')}">Delegation Mgmt</a><br/>
+ <a href="${tg.url('/delegate/list')}">Delegations</a><br/>
</p>
</div>