Lines 115-121
td {
Link Here
|
115 |
border-left : 0; |
115 |
border-left : 0; |
116 |
font-size : 12px; |
116 |
font-size : 12px; |
117 |
padding : 5px 5px 5px 5px; |
117 |
padding : 5px 5px 5px 5px; |
118 |
width : 100%; |
|
|
119 |
height : 100%; |
118 |
height : 100%; |
120 |
} |
119 |
} |
121 |
|
120 |
|
Lines 127-133
td:last-child {
Link Here
|
127 |
border-left : 0; |
126 |
border-left : 0; |
128 |
font-size : 12px; |
127 |
font-size : 12px; |
129 |
padding : 5px 5px 5px 5px; |
128 |
padding : 5px 5px 5px 5px; |
130 |
width : 100%; |
|
|
131 |
height : 100%; |
129 |
height : 100%; |
132 |
} |
130 |
} |
133 |
|
131 |
|
Lines 322-325
fieldset {
Link Here
|
322 |
} |
320 |
} |
323 |
#cataloguing_additem_itemlist { |
321 |
#cataloguing_additem_itemlist { |
324 |
overflow : visible !important; |
322 |
overflow : visible !important; |
325 |
} |
323 |
} |
326 |
- |
|
|