@@ -45,6 +45,28 @@ textarea {
45
45
height : 200px ;
46
46
}
47
47
48
+ input [type = " text" ] {
49
+ background : rgb (232 ,232 ,232 ); /* Old browsers */
50
+ background : -moz-linear-gradient (top , rgba (232 ,232 ,232 ,1 ) 0% , rgba (255 ,255 ,255 ,1 ) 40% , rgba (255 ,255 ,255 ,1 ) 100% ); /* FF3.6+ */
51
+ background : -webkit-gradient (linear , left top , left bottom , color-stop (0% ,rgba (232 ,232 ,232 ,1 )), color-stop (40% ,rgba (255 ,255 ,255 ,1 )), color-stop (100% ,rgba (255 ,255 ,255 ,1 ))); /* Chrome,Safari4+ */
52
+ background : -webkit-linear-gradient (top , rgba (232 ,232 ,232 ,1 ) 0% ,rgba (255 ,255 ,255 ,1 ) 40% ,rgba (255 ,255 ,255 ,1 ) 100% ); /* Chrome10+,Safari5.1+ */
53
+ background : -o-linear-gradient (top , rgba (232 ,232 ,232 ,1 ) 0% ,rgba (255 ,255 ,255 ,1 ) 40% ,rgba (255 ,255 ,255 ,1 ) 100% ); /* Opera11.10+ */
54
+ background : -ms-linear-gradient (top , rgba (232 ,232 ,232 ,1 ) 0% ,rgba (255 ,255 ,255 ,1 ) 40% ,rgba (255 ,255 ,255 ,1 ) 100% ); /* IE10+ */
55
+ filter : progid:DXImageTransform.Microsoft .gradient ( startColorstr= ' #e8e8e8' , endColorstr= ' #ffffff' ,GradientType=0 ); /* IE6-9 */
56
+ background : linear-gradient (top , rgba (232 ,232 ,232 ,1 ) 0% ,rgba (255 ,255 ,255 ,1 ) 40% ,rgba (255 ,255 ,255 ,1 ) 100% ); /* W3C */
57
+
58
+ border : 1px solid #aaaaaa ;
59
+ padding : 4px ;
60
+ font-size : 0.85em ;
61
+ @include BorderRadius (4px );
62
+ @include BoxShadow (0px 0px 1px gray );
63
+ }
64
+
65
+ input [type = " submit" ] {
66
+ font-size : 0.85em ;
67
+ padding : 6px 12px 6px 12px ;
68
+ }
69
+
48
70
49
71
#sections_bar {
50
72
margin : 20px ;
@@ -245,6 +267,35 @@ form.comment {
245
267
}
246
268
}
247
269
270
+ form .new_site {
271
+ p {
272
+ margin-top : 0.25em ;
273
+ margin-bottom : 0.25em ;
274
+ }
275
+
276
+ label {
277
+ display : block ;
278
+ }
279
+
280
+ input [type = " text" ] {
281
+ width : 30em ;
282
+ }
283
+
284
+ .field {
285
+ margin-top : 1em ;
286
+ margin-bottom : 1em ;
287
+ }
288
+
289
+ .desc {
290
+ font-size : 120% ;
291
+ font-weight : bold ;
292
+ }
293
+
294
+ .radio_buttons {
295
+ margin-left : 8px ;
296
+ }
297
+ }
298
+
248
299
249
300
/*
250
301
_______________________________
0 commit comments