Skip to content

Commit

Permalink
[#23] Make labels a little wider on harvest new form
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Mar 20, 2013
1 parent 86355fb commit 4ba298f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckanext/harvest/fanstatic_library/styles/harvest.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,9 @@ header.with-filter h1 {
.harvest-types label.radio input {
top: 3px;
}
#source-new .controls {
margin-left: 135px;
}
#source-new .control-label {
width: 125px;
}
9 changes: 9 additions & 0 deletions ckanext/harvest/fanstatic_library/styles/harvest.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,12 @@ header.with-filter {
top: 3px;
}
}

#source-new {
.controls {
margin-left: 135px;
}
.control-label {
width: 125px;
}
}

0 comments on commit 4ba298f

Please sign in to comment.