Merge remote-tracking branch 'upstream/4.4' into 4.4-4.5-2014-10-14-11-16-10
[civicrm-core.git] / css / civicrm-new.css
1 .description {
2 display: block;
3 margin: 4px 20px 15px 0px;
4 color: #999999;
5 }
6
7 .ui-widget label {
8 /* font-size: 0.90em; */
9 display: block;
10 margin: 2px;
11 }
12
13 .checkboxgroup {
14 display: table;
15 }
16
17 .checkboxgroup label {
18 font-size: 0.90em;
19 display: inline;
20 float: none;
21 }
22
23
24 .description img {
25 border: 10px;
26 }
27
28 textarea.huge {
29 width: 75%;
30 height: 12em;
31 font-weight: bold;
32 }
33
34 input.huge {
35 width: 30em;
36 font-weight: bold;
37 }
38
39
40 h2, .helpicon, #recently-viewed, #printer-friendly, #access {
41 display: none;
42 }
43
44 tr.border-bottom {
45 border-bottom: 1px solid #CCCCCC;
46 }
47
48
49 th.label {
50 width: 25%;
51 background-color: #EEEEEE;
52 border-bottom: 1px solid #CCCCCC;
53 font-weight: normal;
54 }
55