Skip to content

Commit

Permalink
[2375] Add class for styling form actions info
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 24, 2012
1 parent 7c25cd2 commit 2c035cf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ckan/public/base/less/forms.less
Expand Up @@ -4,6 +4,7 @@ label {
}

label {
cursor: pointer;
font-size: 14px;
line-height: 2;
}
Expand Down Expand Up @@ -58,6 +59,15 @@ textarea {
text-align: right;
}

.form-actions .action-info {
float: left;
width: 50%;
font-size: 11px;
line-height: 1.2;
text-align: left;
color: #707070;
}

// Override the default form widths.
.form-horizontal .control-label {
width: 115px;
Expand Down Expand Up @@ -86,6 +96,11 @@ textarea {
top: 10px;
}

.form-horizontal .form-actions {
padding-left: @gutter-x;
padding-right: @gutter-x;
}

.editor textarea {
.border-radius(@inputBorderRadius @inputBorderRadius 0 0);
border-bottom: none;
Expand Down

0 comments on commit 2c035cf

Please sign in to comment.