summaryrefslogtreecommitdiffstats
path: root/webui_content/cobblerweb.css
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 18:42:37 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-27 18:42:37 -0400
commit80d02d941fa5dcfee655e7b7cc576c21b6366894 (patch)
tree176186e048180b857ef44df5e1bd117ced22aba0 /webui_content/cobblerweb.css
parent70fe33a03789a0abbd386fd3007d18f5e66ab8eb (diff)
downloadthird_party-cobbler-80d02d941fa5dcfee655e7b7cc576c21b6366894.tar.gz
third_party-cobbler-80d02d941fa5dcfee655e7b7cc576c21b6366894.tar.xz
third_party-cobbler-80d02d941fa5dcfee655e7b7cc576c21b6366894.zip
AT's patch to add multi-select capability when picking what profiles get what repos.
Diffstat (limited to 'webui_content/cobblerweb.css')
-rw-r--r--webui_content/cobblerweb.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/webui_content/cobblerweb.css b/webui_content/cobblerweb.css
index c19ffc2..75367cd 100644
--- a/webui_content/cobblerweb.css
+++ b/webui_content/cobblerweb.css
@@ -15,6 +15,11 @@ textarea#ksdata {
height: 100%;
}
+select#repos {
+ width: 256px;
+ height: 8em;
+}
+
pre.config_data {
font-family: monospace;
background: white;