From be10c5605d5376a8c5c14a3be5b306bb951fd0f2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 11 Sep 2007 18:41:35 -0400 Subject: Check in beginings of Cobbler WebUI packaging (thanks: Al Tobey). More work TBA. --- webui_content/cobblerweb.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 webui_content/cobblerweb.css (limited to 'webui_content/cobblerweb.css') 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; +} + -- cgit