Bug 22300: Compiled CSS
[koha.git] / koha-tmpl / intranet-tmpl / prog / css / addbiblio.css
1 #addbibliotabs {
2         margin-top : 1em;
3 }
4
5 #addbibliotabs .ui-tabs-panel {
6         float : left;
7     width: 100%;
8 }
9
10 .buttonPlus {
11         font-weight : bold;
12         text-decoration : none;
13 }
14
15 .buttonMinus {
16         font-weight : bold;
17         text-decoration : none;
18 }
19
20 a.expandfield {
21         text-decoration : none;
22 }
23
24 #authoritytabs {
25         margin-top : 1em;
26         margin-bottom : 1em;
27 }
28
29 .toptabs .ui-tabs-nav li a {
30         padding : .2em 1.2em;
31 }
32
33 div.tag {
34     clear: both;
35 }
36
37 div.subfield_line {
38     padding-bottom: .3em;
39     float: left;
40     clear: left;
41     width: 100%;
42 }
43
44 div.subfield_line label {
45     font-size:89%;
46     float: left;
47          padding-right : .4em;
48     width: 16em;
49     text-align: left;
50     clear:left;
51 }
52
53 .subfieldcode img {
54     cursor: pointer;
55 }
56
57 .tag_title {
58         font-size : 90%;
59         padding : .2em 0;
60 }
61
62 .tagnum {
63         font-size : 110%;
64         font-weight : bold;
65         color : #000;
66         padding : .1em .3em .1em 0;
67 }
68
69 a.tagnum {
70         font-size : 110%;
71         font-weight : bold;
72         color : #000;
73         padding : .1em .3em .1em 0;
74         text-decoration : none;
75 }
76
77 .subfield {
78         color : #00698a;
79         width: 10em;
80         text-align:right;
81 }
82
83 .subfieldcode {
84         display: block;
85         float: left;
86 }
87
88 .labelsubfield {
89         float:left;
90 }
91
92 .input_marceditor {
93         float:left;
94     min-width: 20em;
95     width: auto;
96 }
97
98 .indicator {
99     width: 1em;
100     box-sizing: content-box;
101 }
102
103 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
104         font-size : 100%;
105         width : 25%;
106 }
107
108 #cataloguing_additem_newitem fieldset.rows li {
109         padding-bottom : 3px;
110 }
111 #cataloguing_additem_newitem .input_marceditor {
112         width : auto;
113 }
114
115 #cataloguing_additem_newitem textarea.input_marceditor {
116      width : 31em;
117 }
118
119 .mandatory_marker {
120         color: red;
121 }
122 .linktools { display: block; white-space: nowrap; }
123 .linktools a { font-size : 75%; display:block;text-decoration:none;}
124 .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
125 .linktools a:first-child { border-bottom: 1px solid #DDD; }
126 .linktools a:hover { background-color: #FFC; }
127 .subfield_controls { margin : 0 .5em; }
128 .readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../img/locked.png) center left no-repeat; width:29em; }
129
130 #cataloguing_additem_itemlist {
131         margin-bottom : 1em;
132 }
133 .yui-gf div.first {
134         width : 19%;
135 }
136
137 .yui-gf .yui-u {
138         width: 79.2%;
139 }
140
141 tbody tr.active:nth-child(2n+1) td,
142 tbody tr.active td {
143     background-color: #FFFFCC;
144 }
145
146 #loading {
147     background-color: #FFF;
148     cursor: wait;
149     height: 100%;
150     left: 0;
151     opacity: .7;
152     position: fixed;
153     top: 0;
154     width: 100%;
155     z-index: 1000;
156 }
157 #loading div {
158     background : transparent url(../img/loading.gif) top left no-repeat;
159     font-size : 175%;
160     font-weight: bold;
161     height: 2em;
162     left: 50%;
163     margin: -1em 0 0 -2.5em;
164     padding-left : 50px;
165     position: absolute;
166     top: 50%;
167     width: 15em;
168 }
169
170
171 @media (min-width: 768px) {
172     div.subfield_line label {
173         width: 20em;
174     }
175
176     .input_marceditor {
177         width: 50em;
178     }
179
180     .subfield {
181         width: 14em;
182     }
183 }
184
185 @media (min-width: 1200px) {
186     div.subfield_line label {
187         width: 25em;
188     }
189
190     .input_marceditor {
191         width: 60em;
192     }
193
194     .subfield {
195         width: 16em;
196     }
197 }