some upload list styling

This commit is contained in:
Felix Niklas 2014-09-15 22:38:58 +02:00
parent d9b5e428e7
commit f50e5ca22c

View file

@ -1241,9 +1241,9 @@ ol.tabs li {
} }
.recipients.icon { .recipients.icon {
width: 15px; width: 16px;
height: 12px; height: 12px;
background-position: -54px -336px; background-position: -54px -339px;
} }
@ -1398,42 +1398,6 @@ footer {
display: inline-block; display: inline-block;
} }
/*
* noty changes
*/
.noty_bar.noty_layout_top {
}
.qq-upload-icon {
margin: 6px 20px 0 0;
height: 18px;
}
.qq-upload-icon .glyphicon {
font-size: 15px;
}
.qq-upload-button {
display: block;
/*or inline-block*/
width: 40px;
padding: 8px 0 5px;
text-align: center;
}
.qq-upload-list {
text-align: left;
margin: 5px 10px 0;
padding: 0;
list-style: disc;
}
.qq-upload-list li {
font-size: 14px;
padding: 5px;
background-color: transparent;
}
.sub_attribute .control-label { .sub_attribute .control-label {
width: 60px; width: 60px;
} }
@ -3100,6 +3064,27 @@ footer {
display: block; display: block;
} }
.qq-upload-list li {
padding: 4px 5px 0;
margin: 0 5px;
color: hsl(60,1%,34%);
font-size: 0.9em;
line-height: auto;
background: none;
}
.qq-upload-list li:hover {
background: hsl(200,20%,97%);
}
.qq-upload-file {
color: hsl(202,66%,55%);
}
.qq-upload-size {
font-size: inherit;
}
.switch-back-to-user { .switch-back-to-user {
position: absolute; position: absolute;
background-color: #389ed9; background-color: #389ed9;