Skip to content
Snippets Groups Projects
Commit f7c120d8 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add mozilla labs logo to dialog, closes #70

parent e12aa0b0
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
font-family: 'Shadows Into Light';
font-style: normal;
font-weight: normal;
src: local('Shadows Into Light'), local('ShadowsIntoLight'), url('../../css/sil.ttf') format('truetype');
src: local('Shadows Into Light'), local('ShadowsIntoLight'), url('/css/sil.ttf') format('truetype');
}
@font-face {
font-family: 'Tenor Sans';
font-style: normal;
font-weight: normal;
src: local('Tenor Sans'), local('TenorSans'), url('../../css/ts.ttf') format('truetype');
src: local('Tenor Sans'), local('TenorSans'), url('/css/ts.ttf') format('truetype');
}
body {
......@@ -273,10 +273,17 @@ div.dialog div.attention_lame {
margin-top: .6em;
}
#header .labs_logo {
position: fixed;
top: 9px;
right: 10px;
}
p.prompt {
font-size: 1.1em;
}
p.prompt .sitename {
font-size: 1.1em;
}
\ No newline at end of file
}
<div id="header">
<div class="title"><img src="/i/browserid_logo_lil.png"></div><div class="subtitle">A better way to sign in.</div>
<div class="labs_logo"><img src="/i/labs-logo-small.png"></div>
</div>
<div id="dialog" class="dialog">
......
browserid/static/i/labs-logo-small.png

1.71 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment