da10142550c2ea12dd06fe893095491b4728ccce
[atutor.git] / mods / photo_album / fluid / component-templates / js / jquery.ui-1.0 / themes / light / light.form.css
1 .light .ui-form-textarea,
2 .light.ui-form-textarea,
3 .light .ui-form-fieldset,
4 .light.ui-form-fieldset {
5   display:block;
6   border:1px solid #CCC;
7   padding:0;
8 }
9 .light .ui-form-fieldset,
10 .light.ui-form-fieldset {
11   margin-top:1.6em;
12 }
13 .light textarea.ui-form,
14 .light fieldset.ui-form {
15   margin:0;
16   border:1px solid #FFF;
17 }
18 .light textarea.ui-form { background:#F3F3F3; }
19 .light fieldset.ui-form { background:#F6F6F6; }
20 .light .ui-form-textarea.focus,
21 .light.ui-form-textarea.focus {
22   border:1px solid #AAA;
23 }
24 .light textarea.ui-form:focus {
25   background:#F5F5F5;
26 }
27 .light .ui-form-legend,
28 .light.ui-form-legend {
29   display:block;
30   text-align:left;
31   border:1px solid #CCC;
32   background:#F4F4F4;
33   margin:-1.05em 0 0 0;
34 }
35 .light legend.ui-form {
36   display:block;
37   font-weight:bold;
38   background:#F4F4F4;
39   border-top:1px dotted #EEE;
40   border-bottom:1px dotted #EEE;
41   margin:-1px 2px;
42   padding:0 2px 2px;
43 }
44
45