Skip to content

Commit

Permalink
fix label sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
oanamangiurea committed Dec 22, 2014
1 parent 6131b70 commit 9e7803b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 25 deletions.
8 changes: 4 additions & 4 deletions BForms.Docs/Scripts/BForms/Stylesheets/bforms.core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BForms.Docs/Scripts/BForms/Stylesheets/bforms.core.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions BForms.Docs/Scripts/BForms/Stylesheets/bforms.core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ $Black: #424141;
}

label {
font-size: 16px;
font-size: 13px;
font-family: arial, verdana, sans-serif;
font-weight: normal;
}
textarea {
Expand Down Expand Up @@ -504,8 +505,7 @@ mark, .mark {
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
margin-left: -5px;
margin-right: 10px;
margin: 2px 10px 0 -5px;
position: relative;
float: left;
}
Expand All @@ -517,7 +517,7 @@ mark, .mark {
display: table-cell;
border: 1px solid transparent;
padding-left: 15px;
padding-top: 6px;
padding-top: 8px;
height: 34px;
}
&.has-error {
Expand Down
5 changes: 0 additions & 5 deletions BForms.Docs/Scripts/BForms/Stylesheets/bforms.grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e7803b

Please sign in to comment.