RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / base / theme-editor.css
1 #upload-logo h2, #pick-section h2 {
2     margin: 0 0 0.5em 0;
3 }
4
5 #custom-css h2 {
6     margin: 0;
7 }
8
9 #upload-logo label {
10     font-weight: bold;
11 }
12
13 #logo-theme-editor a img {
14     border: none;
15 }
16
17 #simple-customize {
18     float: left;
19     width: 48%;
20 }
21
22 #custom-css {
23     float: left;
24     width: 48%;
25 }
26
27 #custom-css textarea {
28     width: 100%;
29 }
30
31 #customize-theme ol li {
32     font-size: 1.2em;
33     font-weight: bold;
34 }
35
36 #customize-theme ol li .description,
37 #customize-theme ol li label
38 {
39     font-weight: normal;
40 }
41
42 #customize-theme #section {
43     font-size: 1em;
44 }
45
46 .color-template {
47     height: 2em;
48     margin: 0 0 0.5em 0;
49 }
50
51 .primary-colors, #color-picker {
52     margin-top: 0.5em;
53 }
54
55 .primary-colors {
56     float: left;
57     width: 20%;
58 }
59
60 #color-picker {
61     float: right;
62     width: 78%; 
63 }
64
65 #logo-color-picker {
66     display: none; /* unhidden by javascript */
67     cursor: url(<% RT->Config->Get("WebImagesURL") %>/eyedropper.png), crosshair;
68 }
69