lib/generators/dry_crud/templates/app/assets/stylesheets/crud.scss in dry_crud-1.5.0 vs lib/generators/dry_crud/templates/app/assets/stylesheets/crud.scss in dry_crud-1.6.0
- old
+ new
@@ -7,11 +7,11 @@
text-align: center;
}
.labeled {
vertical-align: top;
- padding-bottom: 5px;
+ padding: 2px 0 2px;
clear: both;
}
.labeled label {
width: 120px;
@@ -25,25 +25,41 @@
.labeled .value p {
margin: 0;
}
+#content {
+ clear: both;
+ padding-top: 5px;
+ width: 100%;
+}
+
+table.table td.action {
+ width: 20px;
+ text-align: center;
+}
+
.control-group {
clear: both;
+ padding: 2px 0 2px;
}
.control-group label {
float: left;
width: 120px;
- padding-top: 5px;
padding-right: 5px;
}
.controls {
margin-left: 130px;
}
+.cancel {
+ font-size: 80%;
+ margin-left: 7px;
+}
+
.required {
font-size: 80%;
vertical-align: top;
margin-left: 2px;
}
@@ -55,10 +71,5 @@
#error_explanation ul {
margin-bottom: 5px;
}
-.controls div.field_with_errors {
- background-color: #da9;
- display: inline-block;
- padding: 1px 1px;
-}