Sha256: 1c2fb492457422c4e01ae40af24060348bf77b80cd7c9f4c91479d5d17823937
Contents?: true
Size: 982 Bytes
Versions: 1
Compression:
Stored size: 982 Bytes
Contents
/* @group Root Form */ input.show-hint { color: #888; } .radio.vertical, .radio.vertical .button.radio { display: block ; } .radio.horizontal, .radio.horizontal .button.radio { display: inline ; } .radio.vertical { text-align: left ; } /* @end */ /* @group sc-theme */ body.sc-theme { font: 12px "Helvetica Neue", Helvetica, Verdana, sans-serif; background-color: #f0f0f0 ; padding: 10px; } .sc-theme h1 { margin: 0 10%; padding: 0 ; margin-bottom: 10px; border-bottom: 1px #888 dotted ; } .sc-theme label { font-weight: bold ; } .sc-theme .ghost { -moz-user-select: none; -khtml-user-select: none; user-select: none; opacity: 0.45; -moz-opacity: .45 ; } /* @end */ /* @group sc-theme Form */ .sc-theme .invalid { border: 2px red solid ; } .sc-theme ul.errors { color: red ; list-style-type: none ; font-size: 11px; } .sc-theme form ul.errors { margin: 0; padding: 0; color: red ; } .sc-theme input { font-size: 12px; } /* @end */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sproutcore-0.9.0 | frameworks/sproutcore/english.lproj/theme.css |