From 0911671a797b8043e498beefe419241bd3a6cead Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 27 Sep 2007 12:29:22 -0400 Subject: Two things... make "sync" into a button, and also hide links when the user is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out. --- webui_content/icon-tip.png | Bin 1749 -> 0 bytes webui_content/icon_16_sync.png | Bin 0 -> 541 bytes webui_content/style.css | 18 ++++++++++++++++++ 3 files changed, 18 insertions(+) delete mode 100644 webui_content/icon-tip.png create mode 100644 webui_content/icon_16_sync.png (limited to 'webui_content') diff --git a/webui_content/icon-tip.png b/webui_content/icon-tip.png deleted file mode 100644 index 2f5fa0b..0000000 Binary files a/webui_content/icon-tip.png and /dev/null differ diff --git a/webui_content/icon_16_sync.png b/webui_content/icon_16_sync.png new file mode 100644 index 0000000..109b9f1 Binary files /dev/null and b/webui_content/icon_16_sync.png differ diff --git a/webui_content/style.css b/webui_content/style.css index e764148..17e17b8 100644 --- a/webui_content/style.css +++ b/webui_content/style.css @@ -1,3 +1,21 @@ +.button { + border: 1px solid #d0d0d0; + -moz-border-radius: 6px; + background-color: #717171; + padding: 2px 16px; + padding-left: 32px; + background-image: url('/cobbler/webui/icon_16_sync.png'); + background-position: 15%; + background-repeat: no-repeat; +} + +a.button, a.button:link, a.button:visited, a.button:active { + text-decoration: none; + color: #444; + font-weight: bold; + font-family: sans-serif; +} + body, html { background-color: black; margin: 0; -- cgit