bug 3263: Staff Search Results Interface Changes
[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         color : #000;
21         text-decoration : none;
22 }
23
24 #yui-cms-loading {
25         background : #FFFFFF;
26         color : #333333;
27         display : none;
28 }
29
30 #yui-cms-loading #yui-cms-float {
31         text-align : center;
32         font-size : 175%;
33         background-image : url(../../img/loading.gif);
34         background-repeat : no-repeat;
35         background-position : top;
36         padding-top : 50px;
37 }
38
39          
40 #authoritytabs {
41         margin-top : 1em;
42         margin-bottom : 1em;
43 }
44
45 .toptabs .ui-tabs-nav li a {
46         padding : .2em 1.2em;
47 }
48
49 div.tag {
50     clear: both;
51 }
52
53 div.subfield_line {
54         padding-bottom : .3em;
55     clear: both;
56 }
57
58 div.subfield_line label {
59     font-size:89%;
60     float: left;
61          padding-right : .4em;
62     width: 16em;
63     text-align: left;
64     clear:left;
65 }
66
67 .tag_title {
68         font-size : 90%;
69         padding : .2em 0;
70 }
71
72 .tagnum {
73         font-size : 110%;
74         font-weight : bold;
75         color : #000;
76         padding : .1em .3em .1em 0;
77 }
78
79 .subfield {
80         color : #00698a;
81         float: left;
82         width: 10em;
83         text-align:right;
84 }
85
86 .subfieldcode {
87         display: block;
88         float: left;
89 }
90
91 .labelsubfield {
92         float:left;
93 }
94
95 .input_marceditor {
96         float:left;
97         width:30em;
98 }
99
100 .indicator {
101     width: 1em;
102 }
103
104 *html .input_marceditor {
105         width : 15em;
106 }
107
108 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
109         font-size : 100%;
110         width : 25%;
111 }
112
113 #cataloguing_additem_newitem fieldset.rows li {
114         padding-bottom : 3px;
115 }
116 #cataloguing_additem_newitem .input_marceditor {
117         width : auto;
118 }