Skip to content

Commit

Permalink
CSS: Style form buttons
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent a12482f commit e7d78f0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
20 changes: 20 additions & 0 deletions public/css/icinga/forms.less
Expand Up @@ -22,13 +22,33 @@ input, select, textarea {
width: 320px;
}

input[type="checkbox"],
input[type="submit"] {
width: initial;
}

form {
// Disable icons for the moment
i {
display: none;
}
}

// TODO(el): .form-inline control-group { display: inline-block; }
form.inline {
display: inline-block;
}


.form-controls {
margin-left: 160px;
}

button,
input[type="submit"] {
.button();
}

.control-label {
display: inline-block;
font-size: @font-size-small;
Expand Down
5 changes: 0 additions & 5 deletions public/css/icinga/main.less
Expand Up @@ -122,8 +122,3 @@ a.button {
height: 16px;
width: 16px;
}

// TODO(el): .form-inline control-group { display: inline-block; }
form.inline {
display: inline-block;
}

0 comments on commit e7d78f0

Please sign in to comment.