summaryrefslogtreecommitdiffstats
path: root/webui_content/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'webui_content/style.css')
-rw-r--r--webui_content/style.css18
1 files changed, 18 insertions, 0 deletions
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;