vendor/assets/stylesheets/torino.css in torino-0.1.4 vs vendor/assets/stylesheets/torino.css in torino-0.1.5
- old
+ new
@@ -56,10 +56,11 @@
}
.button, input[type=submit] {
background-color: #00695C;
color: #FFF;
+ display: inline-block
padding: 16px 28px;
cursor: pointer;
}
.button:hover, input[type=submit]:hover {
@@ -127,16 +128,16 @@
/*
* Labels
* ------------------------------------------
*/
-form.label-width-100 label {
+form.label-width-100 label, .form.label-width-100 label {
width: 100px;
max-width: 100px;
min-width: 100px;
}
-form.label-width-200 label {
+form.label-width-200 label, .form.label-width-200 label {
width: 200px;
max-width: 200px;
min-width: 200px;
}