1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-09 23:36:43 +02:00

Update fallback styles.

This commit is contained in:
Lars Jung
2015-04-26 14:15:19 +02:00
parent 336e9ac0bd
commit 8d11090f7d

View File

@@ -5,24 +5,27 @@
padding: 32px 16px; padding: 32px 16px;
table { table {
.card;
display: block; display: block;
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
background: @col-back-paper;
} }
th, td { th, td {
padding: 6px; padding: 6px;
text-align: left; text-align: left;
border: none; border: none;
border-bottom: 1px solid #eee;
} }
th { th {
color: #ccc; color: #aaa;
font-weight: lighter; font-weight: lighter;
line-height: 48px; line-height: 36px;
background: @col-back-panel;
} }
td { td {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
border-bottom: 1px solid #eee;
} }
a, a:active, a:visited { a, a:active, a:visited {
display: block; display: block;
@@ -36,6 +39,7 @@
} }
.fb-i { .fb-i {
width: 24px; width: 24px;
padding-left: 12px;
img { img {
width: 24px; width: 24px;
@@ -55,15 +59,16 @@
text-align: right; text-align: right;
width: 70px; width: 70px;
min-width: 70px; min-width: 70px;
padding-right: 12px;
} }
} }
#fallback-hints { #fallback-hints {
display: none; display: none;
overflow: hidden; overflow: hidden;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
text-align: right; text-align: right;
background: @col-back-panel; background: @col-back-panel;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
a, a:active, a:visited { a, a:active, a:visited {
display: inline-block; display: inline-block;
@@ -92,7 +97,6 @@ html.no-js, html.no-browser {
#root { #root {
position: static; position: static;
background: @col-back-paper;
} }
#fallback, #fallback-hints { #fallback, #fallback-hints {