Style changes.

This commit is contained in:
Lars Jung 2014-12-30 00:20:27 +01:00
parent 2132cfd45b
commit 08cd031367
4 changed files with 9 additions and 6 deletions

View File

@ -8,9 +8,10 @@
#content-header, #content-footer {
margin: 16px;
color: @col;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
background: #fafafa;
padding: 16px;
// box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
// background: #fafafa;
// padding: 16px;
padding: 8px;
a, a:active, a:visited {
color: @col-link;

View File

@ -2,8 +2,8 @@
#qrcode {
display: none;
position: fixed;
right: 16px;
bottom: 50px;
left: 8px;
bottom: 24px;
z-index: 10;
background-color: @col-widget-back;

View File

@ -43,6 +43,7 @@
div {
line-height: 18px;
white-space: nowrap;
}
}

View File

@ -25,7 +25,8 @@
#view.view-details {
margin: 16px;
// margin: 16px;
margin: 0 0 0 16px;
#items {
.rounded();