Style finesse for “Attachments:” list in issues

Make `#attached-list` attachment labels wrap, make spacing more
consistent, add hover stats to `.attachment-remove` icon, adjust
padding of labels to compensate for `.attachment-remove` icon
This commit is contained in:
Andrew Patton 2014-07-25 15:35:47 -04:00
parent 5ed5912ef5
commit c084a5ba73
1 changed files with 12 additions and 9 deletions

View File

@ -1826,21 +1826,24 @@ body {
}
#attached {
height: 18px;
margin: 10px 10px 15px 10px;
margin: 10px 0 15px;
}
#attached-list .label {
display: inline-block;
vertical-align: top;
margin-right: 10px;
padding-right: 0;
}
#attached-list .label .attachment-remove {
cursor: pointer;
}
#attached-list .label .attachment-remove:hover {
background: #d8d8d8;
}
#issue-create-form #attached {
margin-bottom: 0;
}
#submit-error {
display: none;
padding: 10px 15px 15px 15px;
font-weight: bold;
text-align: center;
}