Merge branch 'bug_8945' into 3.12-master
[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 #yui-cms-loading {
24         background : #FFFFFF;
25         color : #333333;
26         display : none;
27 }
28
29 #yui-cms-loading #yui-cms-float {
30         text-align : center;
31         font-size : 175%;
32         background-image : url(../../img/loading.gif);
33         background-repeat : no-repeat;
34         background-position : top;
35         padding-top : 50px;
36 }
37
38          
39 #authoritytabs {
40         margin-top : 1em;
41         margin-bottom : 1em;
42 }
43
44 .toptabs .ui-tabs-nav li a {
45         padding : .2em 1.2em;
46 }
47
48 div.tag {
49     clear: both;
50 }
51
52 div.subfield_line {
53     padding-bottom: .3em;
54     float: left;
55     clear: left;
56     width: 100%;
57 }
58
59 div.subfield_line label {
60     font-size:89%;
61     float: left;
62          padding-right : .4em;
63     width: 16em;
64     text-align: left;
65     clear:left;
66 }
67
68 .subfieldcode img {
69     cursor: pointer;
70 }
71
72 .tag_title {
73         font-size : 90%;
74         padding : .2em 0;
75 }
76
77 .tagnum {
78         font-size : 110%;
79         font-weight : bold;
80         color : #000;
81         padding : .1em .3em .1em 0;
82 }
83
84 a.tagnum {
85         font-size : 110%;
86         font-weight : bold;
87         color : #000;
88         padding : .1em .3em .1em 0;
89         text-decoration : none;
90 }
91
92 .subfield {
93         color : #00698a;
94         float: left;
95         width: 10em;
96         text-align:right;
97 }
98
99 .subfieldcode {
100         display: block;
101         float: left;
102 }
103
104 .labelsubfield {
105         float:left;
106 }
107
108 .input_marceditor {
109         float:left;
110         width:30em;
111 }
112
113 .indicator {
114     width: 1em;
115 }
116
117 *html .input_marceditor {
118         width : 15em;
119 }
120
121 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
122         font-size : 100%;
123         width : 25%;
124 }
125
126 #cataloguing_additem_newitem fieldset.rows li {
127         padding-bottom : 3px;
128 }
129 #cataloguing_additem_newitem .input_marceditor {
130         width : auto;
131 }
132
133 .mandatory_marker {
134         color: red;
135 }
136 .linktools { display: block; white-space: nowrap; }
137 .linktools a { font-size : 75%; display:block;text-decoration:none;}
138 .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
139 .linktools a:first-child { border-bottom: 1px solid #DDD; }
140 .linktools a:hover { background-color: #FFC; }
141 .subfield_controls { margin : 0 .5em; }
142 .readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }
143
144 #cataloguing_additem_itemlist {
145         margin-bottom : 1em;
146 }
147 .yui-gf div.first {
148         width : 19%;
149 }
150
151 .yui-gf .yui-u {
152         width: 79.2%;
153 }
154 /* Class to be added to toolbar when it starts being fixed at the top of the screen*/
155 .floating {
156         -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
157         box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, .5);
158 }