7bab186f8a97aaab6d271640ce9ee8ab1643a6b3
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
1 #addbibliotabs {
2         margin-top : 1em;
3 }
4
5 #addbibliotabs .ui-tabs-panel {
6         float : left;
7 }
8
9 .buttonPlus {
10         font-weight : bold;
11         text-decoration : none;
12 }
13
14 .buttonMinus {
15         font-weight : bold;
16         text-decoration : none;
17 }
18
19 a.expandfield {
20         text-decoration : none;
21 }
22
23 #authoritytabs {
24         margin-top : 1em;
25         margin-bottom : 1em;
26 }
27
28 .toptabs .ui-tabs-nav li a {
29         padding : .2em 1.2em;
30 }
31
32 div.tag {
33     clear: both;
34 }
35
36 div.subfield_line {
37     padding-bottom: .3em;
38     float: left;
39     clear: left;
40     width: 100%;
41 }
42
43 div.subfield_line label {
44     font-size:89%;
45     float: left;
46          padding-right : .4em;
47     width: 16em;
48     text-align: left;
49     clear:left;
50 }
51
52 .subfieldcode img {
53     cursor: pointer;
54 }
55
56 .tag_title {
57         font-size : 90%;
58         padding : .2em 0;
59 }
60
61 .tagnum {
62         font-size : 110%;
63         font-weight : bold;
64         color : #000;
65         padding : .1em .3em .1em 0;
66 }
67
68 a.tagnum {
69         font-size : 110%;
70         font-weight : bold;
71         color : #000;
72         padding : .1em .3em .1em 0;
73         text-decoration : none;
74 }
75
76 .subfield {
77         color : #00698a;
78         float: left;
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         width:30em;
95 }
96
97 .indicator {
98     width: 1em;
99 }
100
101 *html .input_marceditor {
102         width : 15em;
103 }
104
105 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
106         font-size : 100%;
107         width : 25%;
108 }
109
110 #cataloguing_additem_newitem fieldset.rows li {
111         padding-bottom : 3px;
112 }
113 #cataloguing_additem_newitem .input_marceditor {
114         width : auto;
115 }
116
117 .mandatory_marker {
118         color: red;
119 }
120 .linktools { display: block; white-space: nowrap; }
121 .linktools a { font-size : 75%; display:block;text-decoration:none;}
122 .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
123 .linktools a:first-child { border-bottom: 1px solid #DDD; }
124 .linktools a:hover { background-color: #FFC; }
125 .subfield_controls { margin : 0 .5em; }
126 .readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
127
128 #cataloguing_additem_itemlist {
129         margin-bottom : 1em;
130 }
131 .yui-gf div.first {
132         width : 19%;
133 }
134
135 .yui-gf .yui-u {
136         width: 79.2%;
137 }
138 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
139 .floating {
140         -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
141         box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
142     margin-top: 0;
143 }
144
145 tr.active td {
146     background-color: #FFFFCC;
147 }
148
149 tr.active.highlight td {
150     background-color: #FEF4B4;
151 }
152
153 #loading {
154     background-color: #FFF;
155     cursor: wait;
156     height: 100%;
157     left: 0;
158     opacity: .7;
159     position: fixed;
160     top: 0;
161     width: 100%;
162     z-index: 1000;
163 }
164 #loading div {
165     background : transparent url(../../img/loading.gif) top left no-repeat;
166     font-size : 175%;
167     font-weight: bold;
168     height: 2em;
169     left: 50%;
170     margin: -1em 0 0 -2.5em;
171     padding-left : 50px;
172     position: absolute;
173     top: 50%;
174     width: 15em;
175 }