vendor/assets/stylesheets/bhf/application.css.sass in bhf-0.4.10 vs vendor/assets/stylesheets/bhf/application.css.sass in bhf-0.4.11
- old
+ new
@@ -165,17 +165,10 @@
&:hover
background-position: -140px -90px
> button
- //
- &.save,
- &.save_and_next
- margin-left: -6px
- padding: 6px 25px
- font-size: 13px
-
&.cancel,
&.open
float: right
margin-top: 0
&.cancel
@@ -366,12 +359,16 @@
.default_input
border: 1px solid #BBB
background: #FFF
+border-radius(2)
+box-shadow(0, 1, 0, #FFFFFF)
- padding: 3px 5px 2px 5px
+ padding: 2px 5px 2px 5px
width: 300px
+ +box-model
+ min-height: 32px
+ margin: 0
+ margin-bottom: 4px
&:focus
outline: 0
+transition-duration(1)
box-shadow: 0 1px 12px $b2
-moz-box-shadow: 0 1px 12px $b2
@@ -383,37 +380,41 @@
width: 200px
form
.node
display: table-row
- &.string,
- &.number,
- &.text,
- &.password
- .input,
+ &.primary_key
.label
- padding-top: 0
- .label
- label
- padding-top: 5px
+ text-transform: uppercase
+ &.static
+ .input
+ padding-top: 5px
+ //
+ &.string,
+ &.number,
+ &.text,
+ &.password
+ .input,
+ .label
+ padding-top: 0
+ .label
+ label
+ padding-top: 5px
+ .input,
.label
+ display: table-cell
+ vertical-align: top
+ .label
+ width: 200px
+ padding-top: 5px
p,
label
display: block
color: $g3
+text-shadow(#fff)
- width: 200px
.field_with_errors
color: red
- &.primary_key
- .label
- text-transform: uppercase
- .input,
- .label
- padding-top: 5px
- vertical-align: top
- display: table-cell
.input
input[type="password"],
input[type="text"],
.uploaded_image,
.uploaded_file,
@@ -437,17 +438,22 @@
input[type="text"],
select,
textarea,
.uploaded_image,
.uploaded_file,
- .mooeditable-container
+ .mooeditable-container,
+ .wmd-button-row,
+ .map_canvas
margin-left: -6px
input[type="file"]
margin-left: -5px
select
font-size: 16px
- .multiple_fields.template,
+ margin-top: 5px
+ input[type="checkbox"]
+ margin-top: 9px
+ .multiple_field,
.array_fields
display: block
.add_field
display: block
font-size: 20px
@@ -466,23 +472,22 @@
width: auto
max-width: 400px
max-height: 200px
margin-bottom: 5px
display: block
- .warning
- font-weight: bold
- .quick_edit
- text-decoration: underline
- color: $b2
-
.uploaded_file
padding: 7px 5px 8px 7px
background: #999
color: #fff
&:hover
background: #fff
color: $b1
+ .warning
+ font-weight: bold
+ .quick_edit
+ text-decoration: underline
+ color: $b2
.relation
li
&:hover
.delete
opacity: 1
@@ -662,14 +667,13 @@
thead th:nth-last-child(3),
tbody td:nth-last-child(3)
display: none
-.location_map_holder
+.mappin
.map_canvas
@extend .default_input
- margin-left: -6px
height: 350px
width: 500px
// MooEditable
@@ -940,10 +944,9 @@
.wmd-button-row
width: 700px
background: $w1
padding: 6px 5px 1px 5px
@extend .default_input
- margin-left: -6px
margin-bottom: 5px
#main .wmd_editor
height: 400px
width: 700px
\ No newline at end of file