Fix for Bug 2122, Grayed out Fields not always visible
[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     clear: both;
55 }
56
57 div.subfield_line label {
58     font-size:89%;
59     float: left;
60          padding-right : .4em;
61     width: 16em;
62     text-align: left;
63     clear:left;
64 }
65
66 .tag_title {
67         font-size : 90%;
68         padding : .2em 0;
69 }
70
71 .tagnum {
72         font-size : 110%;
73         font-weight : bold;
74         color : #000;
75         padding : .1em .3em .1em 0;
76 }
77
78 a.tagnum {
79         font-size : 110%;
80         font-weight : bold;
81         color : #000;
82         padding : .1em .3em .1em 0;
83         text-decoration : none;
84 }
85
86 .subfield {
87         color : #00698a;
88         float: left;
89         width: 10em;
90         text-align:right;
91 }
92
93 .subfieldcode {
94         display: block;
95         float: left;
96 }
97
98 .labelsubfield {
99         float:left;
100 }
101
102 .input_marceditor {
103         float:left;
104         width:30em;
105 }
106
107 .indicator {
108     width: 1em;
109 }
110
111 *html .input_marceditor {
112         width : 15em;
113 }
114
115 #cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
116         font-size : 100%;
117         width : 25%;
118 }
119
120 #cataloguing_additem_newitem fieldset.rows li {
121         padding-bottom : 3px;
122 }
123 #cataloguing_additem_newitem .input_marceditor {
124         width : auto;
125 }
126
127 .mandatory_marker {
128         color: red;
129 }
130 .linktools { display: block; white-space: nowrap; }
131 .linktools a { font-size : 75%; display:block;text-decoration:none;}
132 .linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
133 .linktools a:first-child { border-bottom: 1px solid #DDD; }
134 .linktools a:hover { background-color: #FFC; }
135 .subfield_controls { margin : 0 .5em; }
136 .readonly { border-width : 1px; border-style: inset; padding-left : 15px; background: #EEE url(../../img/locked.png) center left no-repeat; width:29em; }