summaryrefslogtreecommitdiffstats
path: root/webui_content/cobblerweb.css
diff options
context:
space:
mode:
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;
+}
+