summaryrefslogtreecommitdiffstats
path: root/webui_content
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 12:29:22 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 12:29:22 -0400
commit0911671a797b8043e498beefe419241bd3a6cead (patch)
tree5a567bd6e335e794cb3c4422705fa682ad8cdc5c /webui_content
parent2ed21cfed106842ab80301bf737fb3b5e4351867 (diff)
downloadthird_party-cobbler-0911671a797b8043e498beefe419241bd3a6cead.tar.gz
third_party-cobbler-0911671a797b8043e498beefe419241bd3a6cead.tar.xz
third_party-cobbler-0911671a797b8043e498beefe419241bd3a6cead.zip
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.
Diffstat (limited to 'webui_content')
-rw-r--r--webui_content/icon-tip.pngbin1749 -> 0 bytes
-rw-r--r--webui_content/icon_16_sync.pngbin0 -> 541 bytes
-rw-r--r--webui_content/style.css18
3 files changed, 18 insertions, 0 deletions
diff --git a/webui_content/icon-tip.png b/webui_content/icon-tip.png
deleted file mode 100644
index 2f5fa0b..0000000
--- a/webui_content/icon-tip.png
+++ /dev/null
Binary files differ
diff --git a/webui_content/icon_16_sync.png b/webui_content/icon_16_sync.png
new file mode 100644
index 0000000..109b9f1
--- /dev/null
+++ b/webui_content/icon_16_sync.png
Binary files 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;