lib/generators/flexible_admin/templates/stylesheets/admin.sass in flexible_admin-0.2.0.1 vs lib/generators/flexible_admin/templates/stylesheets/admin.sass in flexible_admin-0.2.0.2
- old
+ new
@@ -1,40 +1,23 @@
-body
- padding-top: 60px
- background: #fff url(/assets/admin/admin-background.png) repeat-y
-
-label.checkbox
- float: none
+.error, .field_with_error, .field_with_errors
+ > label, .help-block, .help-inline
+ color: #b94a48
+ input, select, textarea
+ color: #b94a48
+ border-color: #b94a48
+ input:focus, select:focus, textarea:focus
+ border-color: #953b39
+ -webkit-box-shadow: 0 0 6px #d59392
+ -moz-box-shadow: 0 0 6px #d59392
+ box-shadow: 0 0 6px #d59392
+ .input-prepend .add-on, .input-append .add-on
+ color: #b94a48
+ background-color: #f2dede
+ border-color: #b94a48
-div.signin
- margin-top: 10px
- margin-left: 10px
- float: right
-
-form .clearfix
- .field_with_errors
- label, .help-block, .help-inline
- color: #b94a48
- input, textarea
- color: #b94a48
- border-color: #ee5f5b
- input:focus, textarea:focus
- border-color: #e9322d
- -webkit-box-shadow: 0 0 6px #f8b9b7
- -moz-box-shadow: 0 0 6px #f8b9b7
- box-shadow: 0 0 6px #f8b9b7
- .input-prepend .add-on, .input-append .add-on
- color: #b94a48
- background-color: #fce6e6
- border-color: #b94a48
-
-
#navigation
color: #ababab
-
-.nav
- min-width: 300px
.dataTables_wrapper
a
color: #5D478B
@@ -43,6 +26,7 @@
.dataTables_filter
margin-bottom: 10px
label
float: none
-
+ input
+ display: inline
\ No newline at end of file