Skip to content

Commit

Permalink
[#2690] Improve alignment of slug button
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jul 17, 2012
1 parent 515c36a commit 679e2d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ckan/public/base/less/forms.less
Expand Up @@ -464,18 +464,19 @@ textarea {

.slug-preview {
font-size: 14px;
margin-top: 8px;
line-height: 1.5;
margin-top: 5px;
margin-left: 10px;
}

.slug-preview-value {
background-color: #faedcf;
margin-right: 3px;
}

.slug-preview .btn {
padding-top: 3px;
padding-bottom: 3px;
margin-left: 5px;
}

// Upload File
Expand Down

0 comments on commit 679e2d0

Please sign in to comment.