Bug 24610: Let user switch between 'Pay' and 'Write off' mode
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / preferences.css
blob2745deda465d97504ca9e49bcc5ad62dc37c84a4
1 .preference-url,
2 .preference-multi,
3 .preference-long,
4 .preference-file,
5 .preference-modalselect {
6 width: 20em;
9 .preference-short, .preference-email {
10 width: 10em;
13 .preference-integer, .preference-percent, .preference-date, .preference-currency {
14 width: 5em;
17 input[type="text"].modalselect {
18 cursor: pointer;
21 input[type="text"].modalselect:hover {
22 background-color: #FFC;
25 textarea.preference {
26 width: 35em;
27 height: 20em;
28 display: block;
31 textarea.preference-code, .preference-file {
32 font-family: monospace;
35 a.expand-textarea {
36 display: block;
38 dl {
39 margin-left : 1em;
41 dt {
42 padding : .1em;
44 h1 {
45 font-size : 149%;
47 h2 {
48 font-size : 134%;
51 table {
52 width : 100%;
55 caption {
56 color : #003399;
59 h3 {
60 color : #003366;
61 margin : .4em 0;
64 /* https://css-tricks.com/hash-tag-links-padding/#article-header-id-4 */
65 h3:target {
66 margin-top: -12px;
67 padding-top: 50px;
70 h3:target::before {
71 padding: 0 5px;
72 position: absolute;
73 top: 25px;
76 h3 i {
77 color: #336699;
80 h3.expanded,
81 h3.collapsed {
82 cursor: pointer;
85 h3.expanded i.fa.fa-caret-down::before {
86 content: "\f0d7";
89 h3.collapsed i.fa.fa-caret-down::before {
90 content: "\f0da";
93 .humanMsg strong {
94 display: block;
95 font-weight: normal;
98 #yui-main {
99 margin-bottom:2em;
101 #toolbar.floating {
102 box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
103 border-radius: 0;
106 .loading {
107 display: inline-block;
108 height : 16px;
109 width: 16px;
110 background: transparent url("../img/spinner-small.gif") top left no-repeat;
111 padding : 0 4px;
112 vertical-align: middle;
115 span.overridden {
116 font-style: italic;
117 font-weight: bold;
118 color: red;
121 .sortable {
122 margin-left: 0;
123 max-width: 20em;
124 padding: .5em 0;
127 .sortable label {
128 font-weight: bold;
131 .sortable li {
132 background: #FCFCFC url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMAQMAAABoTh6ZAAAABlBMVEVMaXHExMQ/ZYtiAAAAAXRSTlMAQObYZgAAABNJREFUeNpjYGBgMDYAIQjAxgYAKfECU0ml038AAAAASUVORK5CYII=") repeat-y;
133 border: 1px solid #EEE;
134 cursor: move;
135 font-weight: bold;
136 list-style-type: none;
137 margin: .5em 0;
138 padding: .1em .5em;
139 padding-left: 20px;
142 .sortable li:hover {
143 background-color: #FFC;
146 .sortable li li {
147 background: transparent none;
148 border: 0;
149 font-weight: normal;
150 padding-left: 0;
153 .sortable li li label {
154 font-weight: normal;
157 .sortable li.ui-sortable-helper {
158 background-color: #FFC;
161 .CodeMirror {
162 border: 1px solid #EEE;
163 margin: 1em 1em 1em 0;
164 resize: vertical;
167 #prefModal label {
168 display: block;
169 font-weight: bold;
170 line-height: 1.5em;
173 .dbcolumn {
174 font-weight: normal;
175 font-family: monospace;
176 color: #666;
178 #menu ul li.active a.pref_sublink {
179 background: #FFF none;
180 border: 0;
181 color: #004D99;
182 font-size: 100%;
183 hyphens: auto;
184 margin: 0;
185 padding: .2em .5em;
186 text-align: right;
189 #menu ul ul {
190 padding-left: 0;