This commit is contained in:
Lars Jung 2013-08-29 03:15:31 +02:00
parent 24b4f4ce8a
commit e3d19a9175
6 changed files with 22 additions and 33 deletions

View file

@ -12,7 +12,7 @@
a, a:active, a:visited {
border-top: 1px solid @item-border-col-sep;
border-bottom: 1px solid @item-border-col-sep;
height: @small-icon-size + 6px;
height: @icon-size + 6px;
&:hover, &.hover {
border-color: @item-border-col-hover;
@ -24,7 +24,7 @@
padding: 8px;
}
.label, .date, .size {
padding: ((@small-icon-size - 16px)/2) 8px;
padding: ((@icon-size - 16px)/2) 8px;
}
}
@ -40,16 +40,16 @@
position: absolute;
left: 0;
top: -5px;
width: @small-icon-size;
width: @icon-size;
img {
width: @small-icon-size;
height: @small-icon-size;
width: @icon-size;
height: @icon-size;
}
}
.label {
margin: 0 230px 0 (@small-icon-size + 16px);
margin: 0 230px 0 (@icon-size + 16px);
}
.date {