From 2dcab902b8f8df02caba2bde3f304d9a8c2afe21 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Tue, 16 Oct 2007 10:14:27 -0700 Subject: Remove coffee-spewing color from delete button. Adjust nav-link and size. --- ipa-server/ipa-gui/ipagui/static/css/style.css | 5 ++--- ipa-server/ipa-gui/ipagui/templates/master.kid | 2 +- 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 ff92c5a8..625eaa54 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 2926c4f9..cf359579 100644 --- a/ipa-server/ipa-gui/ipagui/templates/master.kid +++ b/ipa-server/ipa-gui/ipagui/templates/master.kid @@ -78,7 +78,7 @@ Self Service

- Delegation Mgmt
+ Delegations

-- cgit