Bug 2266: Could not uncollapse a tag if you turn on advancedMARCeditor.
[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 a.tagnum {
73         font-size : 110%;
74         font-weight : bold;
75         color : #000;
76         padding : .1em .3em .1em 0;
77         text-decoration : none;
78 }
79
80 .subfield {
81         color : #00698a;
82         float: left;
83         width: 10em;
84         text-align:right;
85 }
86
87 .subfieldcode {
88         display: block;
89         float: left;
90 }
91
92 .labelsubfield {
93         float:left;
94 }
95
96 .input_marceditor {
97         float:left;
98         width:30em;
99 }
100
101 .indicator {
102     width: 1em;
103 }
104
105 *html .input_marceditor {
106         width : 15em;
107 }
108
109 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
110         font-size : 100%;
111         width : 25%;
112 }
113
114 #cataloguing_additem_newitem fieldset.rows li {
115         padding-bottom : 3px;
116 }
117 #cataloguing_additem_newitem .input_marceditor {
118         width : auto;
119 }