c895b74ff63849d32e7d554640f9d7bec0598fe7
[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 a.tagnum {
80         font-size : 110%;
81         font-weight : bold;
82         color : #000;
83         padding : .1em .3em .1em 0;
84         text-decoration : none;
85 }
86
87 .subfield {
88         color : #00698a;
89         float: left;
90         width: 10em;
91         text-align:right;
92 }
93
94 .subfieldcode {
95         display: block;
96         float: left;
97 }
98
99 .labelsubfield {
100         float:left;
101 }
102
103 .input_marceditor {
104         float:left;
105         width:30em;
106 }
107
108 .indicator {
109     width: 1em;
110 }
111
112 *html .input_marceditor {
113         width : 15em;
114 }
115
116 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
117         font-size : 100%;
118         width : 25%;
119 }
120
121 #cataloguing_additem_newitem fieldset.rows li {
122         padding-bottom : 3px;
123 }
124 #cataloguing_additem_newitem .input_marceditor {
125         width : auto;
126 }
127
128 .mandatory_marker {
129         color: red;
130 }