Specify `cursor: pointer` for `#import-manual-trigger`.

This commit is contained in:
XhmikosR 2014-08-19 12:11:57 +03:00
parent 55dd964690
commit b1bb57360c
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1390,13 +1390,16 @@ h1[id] {
margin-top: 0;
margin-bottom: 5px;
}
.bs-dropzone hr {
width: 100px;
}
.bs-dropzone .lead {
margin-bottom: 10px;
font-weight: normal;
color: #333;
}
.bs-dropzone hr {
width: 100px;
/*.bs-dropzone*/ #import-manual-trigger {
cursor: pointer;
}
.bs-dropzone p:last-child {
margin-bottom: 0;