Merge pull request #4380 from atif-shaikh/CRM-15301
[civicrm-core.git] / css / civicrm-new.css
CommitLineData
6a488035
TO
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
28textarea.huge {
03e04002 29 width: 75%;
6a488035
TO
30 height: 12em;
31 font-weight: bold;
32}
33
34input.huge {
35 width: 30em;
36 font-weight: bold;
37}
38
39
40h2, .helpicon, #recently-viewed, #printer-friendly, #access {
41 display: none;
42}
43
44tr.border-bottom {
45 border-bottom: 1px solid #CCCCCC;
46}
47
48
49th.label {
50 width: 25%;
51 background-color: #EEEEEE;
52 border-bottom: 1px solid #CCCCCC;
53 font-weight: normal;
54}
55