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 { #content-header, #content-footer {
margin: 16px; margin: 16px;
color: @col; color: @col;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2); // box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
background: #fafafa; // background: #fafafa;
padding: 16px; // padding: 16px;
padding: 8px;
a, a:active, a:visited { a, a:active, a:visited {
color: @col-link; color: @col-link;

View File

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

View File

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

View File

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