Skip to content

Commit

Permalink
Couple of minor tweaks to input widths
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 29, 2012
1 parent 1d385f6 commit b766478
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ckan/public/base/less/forms.less
Expand Up @@ -69,6 +69,14 @@ textarea {
width: 100%;
}

.ie7 .control-full {
input,
select,
textarea {
width: 95%;
}
}

.control-medium input,
.control-medium select,
.control-medium textarea {
Expand Down Expand Up @@ -539,6 +547,24 @@ textarea {
background: @stagesCompleteBackground;
}

.ie7 .stages {
overflow: hidden;
background-color: @stagesBackground;
li {
height: 30px;
width: 27%;
button,
span {
display: block;
height: 30px;
padding-left: 20px;
}
button {
height: 50px;
}
}
}

// Errors

.alert > :last-child {
Expand Down

0 comments on commit b766478

Please sign in to comment.