Testing some view changes. Smaller font, bigger icons.

This commit is contained in:
Lars Jung 2013-08-27 19:15:48 +02:00
parent 774742b98c
commit c186be6cb5
230 changed files with 109 additions and 60 deletions

View file

@ -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;
}