Minor changes in fallback mode.

This commit is contained in:
Lars Jung
2015-03-31 03:03:26 +02:00
parent f857ae3841
commit 469e8185e2
4 changed files with 9 additions and 9 deletions

View File

@@ -5,17 +5,17 @@
order: 99; order: 99;
padding: 6px; padding: 6px;
background: #fafafa; background: @col-lightgray;
background: #eee;
box-shadow: 0 0 8px 0 rgba(0,0,0,0.2); box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
z-index: 1; z-index: 1;
color: #999; color: #999;
text-align: right; text-align: right;
line-height: 30px;
a, a:active, a:visited { a, a:active, a:visited {
margin: 0 8px; margin: 0 8px;
color: #999; color: @col-text-secondary-black;
text-decoration: none; text-decoration: none;
.transition(all 0.2s ease-in-out); .transition(all 0.2s ease-in-out);
outline: 0; outline: 0;

View File

@@ -2,7 +2,7 @@
#fallback { #fallback {
display: none; display: none;
max-width: 960px; max-width: 960px;
margin: 0 auto 32px; margin: 0 auto 48px;
padding: 32px 16px; padding: 32px 16px;
table { table {
@@ -16,14 +16,14 @@
border: none; border: none;
} }
th { th {
padding-bottom: 18px; color: #ccc;
color: #999;
font-weight: lighter; font-weight: lighter;
line-height: 48px;
} }
td { td {
border-bottom: 1px solid @col-border;
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;

View File

@@ -34,6 +34,6 @@ body#h5ai-info
a( href="http://browsehappy.com" ) modern browsers a( href="http://browsehappy.com" ) modern browsers
| ! | !
a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" ) a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" )
| powered by #{pkg.name} #{pkg.version} | powered by #{pkg.name}
</html> </html>

View File

@@ -27,7 +27,7 @@ body
a( href="http://browsehappy.com" ) modern browsers a( href="http://browsehappy.com" ) modern browsers
| ! | !
a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" ) a( href="#{pkg.homepage}", title="#{pkg.name} #{pkg.version} · #{pkg.description}" )
| powered by #{pkg.name} #{pkg.version} | powered by #{pkg.name}
div#fallback !{fallback} div#fallback !{fallback}