Testing some view changes. Smaller font, bigger icons.
@ -12,6 +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;
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: @item-border-col-hover;
|
||||
@ -19,8 +20,11 @@
|
||||
}
|
||||
|
||||
// needs to be here, to not conflict with header fields
|
||||
.icon, .label, .date, .size {
|
||||
padding: 8px 6px;
|
||||
.icon {
|
||||
padding: 8px;
|
||||
}
|
||||
.label, .date, .size {
|
||||
padding: ((@small-icon-size - 16px)/2) 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -31,16 +35,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icon.small {
|
||||
.icon.square {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -2px;
|
||||
width: 16px;
|
||||
top: -5px;
|
||||
width: @small-icon-size;
|
||||
|
||||
img {
|
||||
width: @small-icon-size;
|
||||
height: @small-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
margin: 0 270px 0 24px;
|
||||
margin: 0 230px 0 (@small-icon-size + 8px);
|
||||
}
|
||||
|
||||
.date {
|
||||
|
@ -9,29 +9,40 @@
|
||||
a, a:active, a:visited {
|
||||
float: left;
|
||||
margin: 2px;
|
||||
padding: 8px;
|
||||
width: 164px;
|
||||
height: 24px;
|
||||
width: 218px;
|
||||
height: @small-icon-size + 6px;
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: @item-border-col-hover;
|
||||
}
|
||||
}
|
||||
|
||||
// needs to be here, to not conflict with header fields
|
||||
.icon {
|
||||
padding: 8px;
|
||||
}
|
||||
.label, .date, .size {
|
||||
padding: ((@small-icon-size - 16px)/2) 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon.small {
|
||||
.icon.square {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 11px;
|
||||
top: 9px;
|
||||
width: 16px;
|
||||
left: 0;
|
||||
top: -2px;
|
||||
width: @small-icon-size;
|
||||
|
||||
img {
|
||||
width: @small-icon-size;
|
||||
height: @small-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
display: block;
|
||||
max-width: 140px;
|
||||
margin: 0 0 0 24px;
|
||||
margin: 0 0 0 (@small-icon-size + 8px);
|
||||
}
|
||||
|
||||
.date, .size {
|
||||
|
@ -11,8 +11,8 @@
|
||||
float: left;
|
||||
margin: 8px;
|
||||
padding: 8px;
|
||||
width: 100px;
|
||||
height: 120px;
|
||||
width: @big-icon-size * 2;
|
||||
height: @big-icon-size + 72px;
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
@ -21,9 +21,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icon.big {
|
||||
.icon.rational {
|
||||
display: block;
|
||||
height: 48px;
|
||||
height: @big-icon-size;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
|
@ -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: 60px;
|
||||
height: @big-icon-size + 6px;
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: @item-border-col-hover;
|
||||
@ -21,10 +21,10 @@
|
||||
|
||||
// needs to be here, to not conflict with header fields
|
||||
.icon {
|
||||
padding: 8px 6px;
|
||||
padding: 8px;
|
||||
}
|
||||
.label, .date, .size {
|
||||
padding: 18px 6px;
|
||||
padding: ((@big-icon-size - 16px)/2) 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -35,16 +35,21 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icon.big {
|
||||
.icon.square {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -2px;
|
||||
width: 100px;
|
||||
top: -5px;
|
||||
width: @big-icon-size;
|
||||
|
||||
img {
|
||||
width: @big-icon-size;
|
||||
height: @big-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
margin: 0 270px 0 110px;
|
||||
margin: 0 230px 0 (@big-icon-size + 8px);
|
||||
}
|
||||
|
||||
.date {
|
||||
|
@ -56,6 +56,12 @@
|
||||
@item-background-col-sel: rgba(0,0,0,0.02);
|
||||
@item-border-col-sel: @col-border-strong;
|
||||
|
||||
@small-icon-size: 32px;
|
||||
// @small-icon-size: 16px;
|
||||
@big-icon-size: 48px;
|
||||
// @big-icon-size: 64px;
|
||||
// @big-icon-size: 80px;
|
||||
// @big-icon-size: 96px;
|
||||
|
||||
|
||||
#view {
|
||||
@ -109,6 +115,7 @@
|
||||
}
|
||||
|
||||
&.item {
|
||||
font-size: 15px;
|
||||
|
||||
a, a:active, a:visited {
|
||||
display: block;
|
||||
@ -164,6 +171,7 @@
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
vertical-align: top;
|
||||
|
||||
&.thumb {
|
||||
box-shadow: 0 0 0 1px #ddd;
|
||||
@ -173,17 +181,32 @@
|
||||
&.small {
|
||||
|
||||
img {
|
||||
max-width: 16px;
|
||||
max-height: 16px;
|
||||
max-width: @small-icon-size * 2;
|
||||
max-height: @small-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
&.big {
|
||||
|
||||
img {
|
||||
max-width: 100px;
|
||||
max-height: 48px;
|
||||
vertical-align: top;
|
||||
max-width: @big-icon-size * 2;
|
||||
max-height: @big-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
&.square {
|
||||
|
||||
img {
|
||||
max-width: @big-icon-size;
|
||||
max-height: @big-icon-size;
|
||||
}
|
||||
}
|
||||
|
||||
&.rational {
|
||||
|
||||
img {
|
||||
max-width: @big-icon-size * 2;
|
||||
max-height: @big-icon-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -192,11 +215,12 @@
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.date {
|
||||
text-align: right;
|
||||
width: 160px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.size {
|
||||
|
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 227 B |
Before Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 506 B |
Before Width: | Height: | Size: 757 B |
Before Width: | Height: | Size: 699 B |
Before Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 592 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 535 B |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 619 B |
Before Width: | Height: | Size: 846 B |
Before Width: | Height: | Size: 395 B |
Before Width: | Height: | Size: 591 B |
Before Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 494 B |
Before Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 504 B |
Before Width: | Height: | Size: 530 B |
Before Width: | Height: | Size: 770 B |
Before Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 671 B |
Before Width: | Height: | Size: 788 B |
Before Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 675 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 423 B |
Before Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 799 B |
Before Width: | Height: | Size: 757 B |
Before Width: | Height: | Size: 610 B |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 817 B |
Before Width: | Height: | Size: 622 B |
Before Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 660 B |
Before Width: | Height: | Size: 627 B |
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 586 B |
Before Width: | Height: | Size: 510 B |
Before Width: | Height: | Size: 406 B |
Before Width: | Height: | Size: 677 B |
Before Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 654 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 556 B |
Before Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 617 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |