Sha256: 84548eacd63271a360847cf75cad99651457227610593c207c0c70807452bcf3
Contents?: true
Size: 836 Bytes
Versions: 34
Compression:
Stored size: 836 Bytes
Contents
.simple_form { input.string, textarea { margin: 2px; border: 1px solid gray; padding: 3px; &:hover, &:focus { border: 2px solid $background-color; @include box-shadow(2px); } } textarea { margin: 3px; display: inline; } label { float: left; width: 170px; text-align: right; margin: 2px 10px; } div { &.input { margin-bottom: 10px; } &.boolean { margin-left: 190px; } } input[type='submit'] { margin-left: 190px; } div.boolean label, label.collection_radio, label[for='mceEditor'] { float: none; margin: 0 10px; } } .error { height:15px; font-size: 80%; z-index: 10001; p { margin: 0 } em { bottom:3px; display:block; left:-7px; position:absolute; @include arrow-left(10px, yellow); } }
Version data entries
34 entries across 34 versions & 1 rubygems