app/assets/stylesheets/speedo/plugins.css.scss in speedo-0.3.2 vs app/assets/stylesheets/speedo/plugins.css.scss in speedo-0.3.3
- old
+ new
@@ -52,15 +52,18 @@
.control-group {
@include clearfix;
label.control-label {
float:left;
width:$labelwidth;
+ padding-right:1em;
+ text-align:right;
abbr[title] {
border-bottom:0;
color:#900;
}
}
+ &.labelless .controls {margin-left:0;}
.controls {
margin-left:$labelwidth;
input {
width:100%;
&[type=radio], &[type=checkbox] {
@@ -98,9 +101,12 @@
margin:0.5em 0 1.5em 25%;
list-style:square;
}
}
+.autogrow {
+ @include transition(height 1s linear);
+}
ul.as-selections {
border:1px solid #999;
@include border-radius(3px);
padding:5px;