Sha256: 1bfbf0fd9b27addb1885b0cecdefd3e627db0705433b1ebfdd4e1d0760b31d60
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
body.rails_admin .sidebar-nav { bottom: 0; overflow-y: auto; position: fixed; top: 50px; } body.rails_admin .sidebar-nav { background-color: #f8f8f8; padding: 0; } body.rails_admin .form-horizontal.denser { margin-top: 30px; } body.rails_admin .form-horizontal { } body.rails_admin .form-horizontal .help-block { clear: left; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } .form-horizontal .form-group { margin-left: 25px; } .form-group { margin-bottom: 15px; } .form-control { display: block; width: 30%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555555; background-color: white; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } .pretty th .current { padding-right: 12px; background-repeat: no-repeat; background-position: right center; } .pretty th .asc { background-image: url(/images/up_arrow.gif); } .pretty th .desc { background-image: url(/images/down_arrow.gif); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
civic311_test3-0.0.2 | app/assets/stylesheets/rails_admin.css |