summaryrefslogtreecommitdiffstats
path: root/webui_content/cobblerweb.css
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 18:41:35 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-11 18:41:35 -0400
commitbe10c5605d5376a8c5c14a3be5b306bb951fd0f2 (patch)
treeb91b754cca3707cb65c30716d6ecc838c4a93532 /webui_content/cobblerweb.css
parent17ffb1ded3928943abfad248e12240868678ac3f (diff)
downloadthird_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.tar.gz
third_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.tar.xz
third_party-cobbler-be10c5605d5376a8c5c14a3be5b306bb951fd0f2.zip
Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work TBA.
Diffstat (limited to 'webui_content/cobblerweb.css')
-rw-r--r--webui_content/cobblerweb.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/webui_content/cobblerweb.css b/webui_content/cobblerweb.css
new file mode 100644
index 0000000..806725b
--- /dev/null
+++ b/webui_content/cobblerweb.css
@@ -0,0 +1,34 @@
+
+fieldset#cform label {
+ display: block;
+ width: 150px;
+ margin-bottom: 10px;
+ float: left;
+ padding-right: 4em;
+}
+
+pre.config_data {
+ font-family: monospace;
+ background: white;
+ color: black;
+ width: 640px;
+ min-height: 480px;
+}
+
+br {
+ clear: both;
+}
+
+tr.rowodd { background-color: #212121; }
+tr.roweven { background-color: #3f3d3d; }
+
+table.sortable th {
+ background-color: #363a4e;
+ margin: 0;
+}
+
+table.sortable caption {
+ background-color: #202331;
+ margin: 0;
+}
+