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.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/webui_content/cobblerweb.css b/webui_content/cobblerweb.css
index 806725b..c19ffc2 100644
--- a/webui_content/cobblerweb.css
+++ b/webui_content/cobblerweb.css
@@ -1,4 +1,3 @@
-
fieldset#cform label {
display: block;
width: 150px;
@@ -7,6 +6,15 @@ fieldset#cform label {
padding-right: 4em;
}
+fieldset#cform {
+ width: 98%;
+}
+
+textarea#ksdata {
+ width: 100%;
+ height: 100%;
+}
+
pre.config_data {
font-family: monospace;
background: white;