mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-12 08:14:11 +02:00
Style changes.
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -43,6 +43,7 @@
|
|||||||
|
|
||||||
div {
|
div {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -25,7 +25,8 @@
|
|||||||
|
|
||||||
#view.view-details {
|
#view.view-details {
|
||||||
|
|
||||||
margin: 16px;
|
// margin: 16px;
|
||||||
|
margin: 0 0 0 16px;
|
||||||
|
|
||||||
#items {
|
#items {
|
||||||
.rounded();
|
.rounded();
|
||||||
|
Reference in New Issue
Block a user