View | Details | Raw Unified | Return to bug 20447
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/addholding.css (-36 / +36 lines)
Lines 59-69 li.ui-sortable-helper { Link Here
59
}
59
}
60
60
61
li.ui-sortable-helper ul li {
61
li.ui-sortable-helper ul li {
62
	display: none !important;
62
    display: none !important;
63
}
63
}
64
64
65
.sortable_subfield .ui-sortable-helper input.flat {
65
.sortable_subfield .ui-sortable-helper input.flat {
66
	background-color: transparent;
66
    background-color: transparent;
67
}
67
}
68
68
69
ul li.tag li.subfield_line.ui-sortable-helper::before {
69
ul li.tag li.subfield_line.ui-sortable-helper::before {
Lines 71-91 ul li.tag li.subfield_line.ui-sortable-helper::before { Link Here
71
}
71
}
72
72
73
.buttonPlus {
73
.buttonPlus {
74
	font-weight : bold;
74
    font-weight : bold;
75
	text-decoration : none;
75
    text-decoration : none;
76
}
76
}
77
77
78
.buttonMinus {
78
.buttonMinus {
79
	font-weight : bold;
79
    font-weight : bold;
80
	text-decoration : none;
80
    text-decoration : none;
81
}
81
}
82
82
83
a.expandfield {
83
a.expandfield {
84
	text-decoration : none;
84
    text-decoration : none;
85
}
85
}
86
86
87
.toptabs .ui-tabs-nav li a {
87
.toptabs .ui-tabs-nav li a {
88
	padding : .2em 1.2em;
88
    padding : .2em 1.2em;
89
}
89
}
90
90
91
.tag {
91
.tag {
Lines 104-110 li.subfield_line { Link Here
104
li.subfield_line label {
104
li.subfield_line label {
105
    font-size:89%;
105
    font-size:89%;
106
    float: left;
106
    float: left;
107
	 padding-right : .4em;
107
    padding-right: .4em;
108
    width: 16em;
108
    width: 16em;
109
    text-align: left;
109
    text-align: left;
110
    clear:left;
110
    clear:left;
Lines 115-144 li.subfield_line label { Link Here
115
}
115
}
116
116
117
.tag_title {
117
.tag_title {
118
	font-size : 90%;
118
    font-size : 90%;
119
	padding : .2em 0;
119
    padding : .2em 0;
120
}
120
}
121
121
122
.tagnum {
122
.tagnum {
123
	font-size : 130%;
123
    font-size : 130%;
124
	font-weight : bold;
124
    font-weight : bold;
125
	color : #000;
125
    color : #000;
126
	padding : .1em .3em .1em 0;
126
    padding : .1em .3em .1em 0;
127
}
127
}
128
128
129
a.tagnum {
129
a.tagnum {
130
	font-size : 110%;
130
    font-size : 110%;
131
	font-weight : bold;
131
    font-weight : bold;
132
	color : #000;
132
    color : #000;
133
	padding : .1em .3em .1em 0;
133
    padding : .1em .3em .1em 0;
134
	text-decoration : none;
134
    text-decoration : none;
135
}
135
}
136
136
137
.subfield {
137
.subfield {
138
	color : #00698a;
138
    color : #00698a;
139
	float: left;
139
    float: left;
140
	width: 10em;
140
    width: 10em;
141
	text-align:right;
141
    text-align:right;
142
}
142
}
143
143
144
.subfield.subfield_mandatory {
144
.subfield.subfield_mandatory {
Lines 146-161 a.tagnum { Link Here
146
}
146
}
147
147
148
.subfieldcode {
148
.subfieldcode {
149
	display: block;
149
    display: block;
150
	float: left;
150
    float: left;
151
}
151
}
152
152
153
.labelsubfield {
153
.labelsubfield {
154
	float:left;
154
    float: left;
155
}
155
}
156
156
157
.input_marceditor {
157
.input_marceditor {
158
	float:left;
158
    float: left;
159
	width:30em;
159
	width:30em;
160
}
160
}
161
161
Lines 165-197 a.tagnum { Link Here
165
}
165
}
166
166
167
#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
167
#cataloguing_additem_newitem fieldset.rows label, #cataloguing_additem_newitem fieldset.rows span.label {
168
	font-size : 100%;
168
    font-size : 100%;
169
	width : 25%;
169
    width : 25%;
170
}
170
}
171
171
172
#cataloguing_additem_newitem fieldset.rows li {
172
#cataloguing_additem_newitem fieldset.rows li {
173
	padding-bottom : 3px;
173
    padding-bottom : 3px;
174
}
174
}
175
175
#cataloguing_additem_newitem .input_marceditor {
176
#cataloguing_additem_newitem .input_marceditor {
176
	width : auto;
177
	width : auto;
177
}
178
}
178
179
179
#cataloguing_additem_newitem textarea.input_marceditor {
180
#cataloguing_additem_newitem textarea.input_marceditor {
180
     width : 31em;
181
    width: 31em;
181
}
182
}
182
183
183
.mandatory_marker {
184
.mandatory_marker {
184
	color: red;
185
    color: red;
185
}
186
}
186
.linktools { display: block; white-space: nowrap; }
187
.linktools { display: block; white-space: nowrap; }
187
.linktools a { font-size : 75%; display:block;text-decoration:none;}
188
.linktools a { font-size : 75%; display:block;text-decoration:none;}
188
.linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
189
.linktools a {margin:0 2px;padding:2px;background-color:#FFF;text-align:center; }
189
.linktools a:first-child { border-bottom: 1px solid #DDD; }
190
.linktools a:first-child { border-bottom: 1px solid #DDD; }
190
.linktools a:hover { background-color: #FFC; }
191
.linktools a:hover { background-color: #FFC; }
191
.subfield_controls { margin : 0 .5em; }
192
.subfield_controls { margin: 0 .5em; }
192
193
193
#cataloguing_additem_itemlist {
194
#cataloguing_additem_itemlist {
194
	margin-bottom : 1em;
195
    margin-bottom : 1em;
195
}
196
}
196
.yui-gf div.first {
197
.yui-gf div.first {
197
	width : 19%;
198
	width : 19%;
198
- 

Return to bug 20447