Rev 14405 | Rev 16837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14405 | Rev 15468 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | /* everything but color */ |
33 | /* everything but color */ |
34 | input:not([type]), [type="text"], [type="password"], [type="date"], [type="datetime"], |
34 | input:not([type]), [type="text"], [type="password"], [type="date"], [type="datetime"], |
35 | [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], |
35 | [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], |
36 | [type="search"], [type="tel"], [type="time"], [type="url"], textarea { |
36 | [type="search"], [type="tel"], [type="time"], [type="url"], textarea { |
37 | padding: .5rem; |
37 | padding: .5rem; |
- | 38 | max-width: 100%; |
|
38 | } |
39 | } |
39 | 40 | ||
40 | input:not([type]):focus, [type='text']:focus, [type='password']:focus, |
41 | input:not([type]):focus, [type='text']:focus, [type='password']:focus, |
41 | [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, |
42 | [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, |
42 | [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, |
43 | [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, |
Line 47... | Line 48... | ||
47 | background-color: #fefefe; |
48 | background-color: #fefefe; |
48 | box-shadow: 0 0 5px #cacaca; |
49 | box-shadow: 0 0 5px #cacaca; |
49 | transition: box-shadow .5s, border-color .25s ease-in-out; |
50 | transition: box-shadow .5s, border-color .25s ease-in-out; |
50 | } |
51 | } |
51 | 52 | ||
- | 53 | .help-text { |
|
- | 54 | margin-top: 0; |
|
- | 55 | font-size: 0.8125rem; |
|
- | 56 | font-style: italic; |
|
- | 57 | color: #0a0a0a; } |
|
52 | 58 | ||
53 | 59 | ||
54 | /* don't glue labels to their associated input */ |
60 | /* don't glue labels to their associated input */ |
55 | input[type="radio"]+label, input[type="checkbox"]+label{ |
61 | input[type="radio"]+label, input[type="checkbox"]+label{ |
56 | padding-left: .3em; |
62 | padding-left: .3em; |
Line 108... | Line 114... | ||
108 | padding: 2px; |
114 | padding: 2px; |
109 | } |
115 | } |
110 | 116 | ||
111 | .property_fields p{ |
117 | .property_fields p{ |
112 | padding:0 1em; |
118 | padding:0 1em; |
- | 119 | box-sizing: border-box; |
|
113 | } |
120 | } |
114 | 121 | ||
115 | /*.box>div, .box>input, .box>textarea, .box>select{ |
122 | /*.box>div, .box>input, .box>textarea, .box>select{ |
116 | margin-left:.3em; |
123 | margin-left:.3em; |
117 | }*/ |
124 | }*/ |