]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/prog/css/preferences.css
Bug 29602: Surround strings with span tag
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / preferences.css
1 .preference-email,
2 .preference-url,
3 .preference-multi,
4 .preference-long,
5 .preference-file,
6 .preference-modalselect {
7     width: 20em;
8 }
9
10 .preference-short {
11     width: 10em;
12 }
13
14 .preference-integer, .preference-percent, .preference-date, .preference-currency {
15     width: 5em;
16 }
17
18 input[type="text"].modalselect {
19     cursor: pointer;
20 }
21
22 input[type="text"].modalselect:hover {
23     background-color: #FFC;
24 }
25
26 textarea.preference {
27     width: 35em;
28         height: 20em;
29         display: block;
30 }
31
32 textarea.preference-code, .preference-file {
33         font-family: monospace;
34 }
35
36 a.expand-textarea {
37     display: block;
38 }
39 dl {
40         margin-left : 1em;
41 }
42 dt {
43         padding : .1em;
44 }
45 h1 {
46         font-size : 149%;
47 }
48 h2 {
49         font-size : 134%;
50 }
51
52 table {
53         width : 100%;
54 }
55
56 caption {
57         color : #003399;
58 }
59
60 h3 {
61         color : #003366;
62         margin : .4em 0;
63 }
64
65 /* https://css-tricks.com/hash-tag-links-padding/#article-header-id-4 */
66 h3:target {
67     margin-top: -12px;
68     padding-top: 50px;
69 }
70
71 h3:target::before {
72     padding: 0 5px;
73     position: absolute;
74     top: 25px;
75 }
76
77 h3 i {
78     color: #336699;
79 }
80
81 h3.expanded,
82 h3.collapsed {
83     cursor: pointer;
84 }
85
86 h3.expanded i.fa.fa-caret-down::before {
87     content: "\f0d7";
88 }
89
90 h3.collapsed i.fa.fa-caret-down::before {
91     content: "\f0da";
92 }
93
94 .humanMsg strong {
95         display: block;
96         font-weight: normal;
97 }
98
99 #yui-main {
100         margin-bottom:2em;
101 }
102 #toolbar.floating {
103     box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
104     border-radius: 0;
105 }
106
107 .loading {
108     display: inline-block;
109     height : 16px;
110     width: 16px;
111     background: transparent url("../img/spinner-small.gif") top left no-repeat;
112     padding : 0 4px;
113     vertical-align: middle;
114 }
115
116 span.overridden {
117     font-style: italic;
118     font-weight: bold;
119     color: red;
120 }
121
122 .sortable {
123     margin-left: 0;
124     max-width: 20em;
125     padding: .5em 0;
126 }
127
128 .sortable label {
129     font-weight: bold;
130 }
131
132 .sortable li {
133     background: #FCFCFC url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMAQMAAABoTh6ZAAAABlBMVEVMaXHExMQ/ZYtiAAAAAXRSTlMAQObYZgAAABNJREFUeNpjYGBgMDYAIQjAxgYAKfECU0ml038AAAAASUVORK5CYII=") repeat-y;
134     border:  1px solid #EEE;
135     cursor: move;
136     font-weight: bold;
137     list-style-type: none;
138     margin: .5em 0;
139     padding: .1em .5em;
140     padding-left:  20px;
141 }
142
143 .sortable li:hover {
144     background-color: #FFC;
145 }
146
147 .sortable li li {
148     background: transparent none;
149     border: 0;
150     font-weight: normal;
151     padding-left: 0;
152 }
153
154 .sortable li li label {
155     font-weight: normal;
156 }
157
158 .sortable li.ui-sortable-helper {
159     background-color: #FFC;
160 }
161
162 .CodeMirror {
163     border: 1px solid #EEE;
164     margin: 1em 1em 1em 0;
165     resize:  vertical;
166 }
167
168 #prefModal label {
169     display: block;
170     font-weight: bold;
171     line-height: 1.5em;
172 }
173
174 .dbcolumn {
175     font-weight: normal;
176     font-family: monospace;
177     color: #666;
178 }
179 #menu ul li.active a.pref_sublink {
180     background: #FFF none;
181     border: 0;
182     color: #004D99;
183     font-size: 100%;
184     hyphens:  auto;
185     margin: 0;
186     padding: .2em .5em;
187     text-align: right;
188 }
189
190 #menu ul ul {
191     padding-left: 0;
192 }