Fix fallback styles. Update fallback and favicons.

This commit is contained in:
Lars Jung 2015-05-17 17:15:06 +02:00
parent 86466f072b
commit bfb1be8aa5
9 changed files with 9 additions and 3 deletions

View file

@ -38,12 +38,14 @@
}
}
.fb-i {
width: 24px;
width: 20px;
padding-left: 12px;
img {
width: 24px;
height: 24px;
width: 20px;
height: 20px;
position: relative;
top: -1px;
}
}
.fb-n {
@ -98,6 +100,7 @@ html.no-js, html.no-browser {
#root {
position: static;
overflow: auto;
}
#fallback, #fallback-hints {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 131 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 268 B

After

Width:  |  Height:  |  Size: 117 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

View file

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
<path fill="#555" d="M 1,2 1,14 15,14 15,4 9,4 7,2 z"/>
</svg>

After

Width:  |  Height:  |  Size: 148 B