From b8f5255070c36abea1912ab848dbc4070f4dde92 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 5 Apr 2010 18:57:22 +0200 Subject: captcha input for webif --- module/web/media/default/css/window.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'module/web/media/default/css') diff --git a/module/web/media/default/css/window.css b/module/web/media/default/css/window.css index 237cf9ac3..606913be6 100644 --- a/module/web/media/default/css/window.css +++ b/module/web/media/default/css/window.css @@ -13,30 +13,30 @@ } /* ----------- stylized ----------- */ -#add_box{ +#add_box, #cap_box{ border:solid 2px #b7ddf2; background:#ebf4fb; } -#add_box h1 { +#add_box h1, #cap_box h1 { font-size:14px; font-weight:bold; margin-bottom:8px; } -#add_box p{ +#add_box p, #cap_box p{ font-size:11px; color:#666666; margin-bottom:20px; border-bottom:solid 1px #b7ddf2; padding-bottom:10px; } -#add_box label{ +#add_box label, #cap_box label{ display:block; font-weight:bold; text-align:right; width:240px; float:left; } -#add_box .small{ +#add_box .small, #cap_box .small{ color:#666666; display:block; font-size:11px; @@ -44,7 +44,7 @@ text-align:right; width:240px; } -#add_box input{ +#add_box input, #cap_box input{ float:left; font-size:12px; padding:4px 2px; @@ -52,14 +52,14 @@ width:300px; margin:2px 0 20px 10px; } -#add_box .cont{ +#add_box .cont, #cap_box .cont{ float:left; font-size:12px; padding: 0px 10px 15px 0px; width:300px; margin:0px 0px 0px 10px; } -#add_box .cont input{ +#add_box .cont input, #cap_box .cont input{ float: none; margin: 0px 15px 0px 1px; } @@ -71,7 +71,7 @@ width:300px; margin:2px 0 20px 10px; } -#add_box button{ +#add_box button, #cap_box button{ clear:both; margin-left:150px; width:125px; -- cgit v1.2.3