Skip to content

Commit

Permalink
Recompile main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Mar 14, 2013
1 parent 1ff49cc commit 3aa15b2
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions ckan/public/base/css/main.css
Expand Up @@ -5414,7 +5414,6 @@ label {
label {
cursor: pointer;
font-size: 14px;
line-height: 2;
}
label:after {
content: ":";
Expand All @@ -5423,13 +5422,6 @@ label.radio:after,
label.checkbox:after {
content: "";
}
input,
textarea,
select,
.uneditable-input {
font-size: 14px;
padding: 8px 10px;
}
input[type=radio],
input[type=checkbox] {
position: relative;
Expand All @@ -5442,7 +5434,6 @@ input[type=checkbox].checkbox-onown {
top: 0;
}
select {
margin-top: 6px;
padding: 4px;
}
textarea {
Expand All @@ -5468,7 +5459,11 @@ textarea {
}
.control-large input,
.control-large .control-label {
font-size: 18px;
font-size: 17.5px;
line-height: 30px;
}
.control-large input {
height: 41px;
}
.form-actions {
background: none;
Expand All @@ -5492,16 +5487,6 @@ textarea {
}
.form-horizontal .control-label {
width: 120px;
line-height: 1.3;
padding-top: 9px;
}
.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 {
margin-left: 130px;
Expand Down Expand Up @@ -5965,7 +5950,7 @@ textarea {
padding-left: 10px;
}
.select2-container {
margin-top: 5px;
margin-top: 1px;
}
.select2-container-multi {
margin-top: 0;
Expand Down

0 comments on commit 3aa15b2

Please sign in to comment.