Skip to content

Commit

Permalink
Styling fixes for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Fiedorowicz committed Sep 28, 2016
1 parent 628a6dd commit 0c31b04
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Installation
Changelog
---------

## 1.1.0.9-alpha, September 28, 2016

- Styling fixes for inputs

## 1.1.0.8-alpha, September 27, 2016

- Navigation fix for Firefox
Expand Down
15 changes: 15 additions & 0 deletions assets/less/form/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ input, textarea, input.form-control, .selectize-input, .selectize-dropdown, text
}
}

input, input.form-control, .selectize-input {
padding: 0 13px;
}

body.mata-cms {
.redactor-editor, .redactor-box, .redactor-box textarea, #redactor-modal input[type="text"], #redactor-modal input[type="password"], #redactor-modal input[type="email"], #redactor-modal input[type="url"] {
background: @alice-blue;
Expand All @@ -181,6 +185,10 @@ body.mata-cms {
outline: none;
}
}

#redactor-modal input[type="text"], #redactor-modal input[type="password"], #redactor-modal input[type="email"], #redactor-modal input[type="url"] {
padding: 0 13px;
}
}

input, input.form-control, .module-calendar section .event-label {
Expand Down Expand Up @@ -1181,6 +1189,13 @@ body.mata-cms {
border-radius: 2px;
}

#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"] {
padding: 0 13px;
}

}


Expand Down
2 changes: 2 additions & 0 deletions web/css/form/form.css

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

0 comments on commit 0c31b04

Please sign in to comment.