yodel_admin 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/public/admin/css/admin.css +5 -9
- data/lib/yodel_admin.rb +1 -1
- metadata +1 -1
@@ -269,13 +269,14 @@ article {
|
|
269
269
|
}
|
270
270
|
|
271
271
|
#record section {
|
272
|
-
margin-top:
|
272
|
+
margin-top: 25px;
|
273
273
|
font-size: 13px;
|
274
274
|
}
|
275
275
|
|
276
|
-
|
277
|
-
|
278
|
-
|
276
|
+
#record form section > div > div {
|
277
|
+
clear: both;
|
278
|
+
padding-top: 15px;
|
279
|
+
}
|
279
280
|
|
280
281
|
#record section h1 {
|
281
282
|
margin-bottom: 15px;
|
@@ -302,7 +303,6 @@ article {
|
|
302
303
|
#record form > section > div > div > div {
|
303
304
|
padding-left: 110px;
|
304
305
|
padding-right: 30px;
|
305
|
-
padding-bottom: 15px;
|
306
306
|
vertical-align: top;
|
307
307
|
}
|
308
308
|
|
@@ -373,10 +373,6 @@ article {
|
|
373
373
|
clear: both;
|
374
374
|
}
|
375
375
|
|
376
|
-
.contains-field-type-image + .contains-field-type-image {
|
377
|
-
margin-top: 35px;
|
378
|
-
}
|
379
|
-
|
380
376
|
#record .image_preview {
|
381
377
|
width: 80px;
|
382
378
|
height: 80px;
|
data/lib/yodel_admin.rb
CHANGED