Skip to content

Commit

Permalink
[2556] Give the form labels more space
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 21, 2012
1 parent 53ce5b7 commit 7a50378
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions ckan/public/base/less/forms.less
Expand Up @@ -68,7 +68,6 @@ textarea {
.control-large input,
.control-large .control-label {
font-size: 18px;
line-height: 2;
}

.control-large input {
Expand Down Expand Up @@ -99,7 +98,20 @@ textarea {

// Override the default form widths.
.form-horizontal .control-label {
width: 115px;
width: 120px;
font-size: 13px;
line-height: 1.3;
padding-top: 12px;
}

.form-horizontal .control-large input,
.form-horizontal .control-large .control-label {
font-size: 18px;
line-height: 2;
}

.form-horizontal .control-large .control-label {
padding-top: 10px;
}

.form-horizontal .controls {
Expand Down Expand Up @@ -185,7 +197,6 @@ textarea {
.editor textarea {
.border-radius(@inputBorderRadius @inputBorderRadius 0 0);
border-bottom: none;
font-size: 12px;
}

.editor .info-block {
Expand Down

0 comments on commit 7a50378

Please sign in to comment.