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