Revised bookmarklet button style.

This commit is contained in:
Tom Slominski
2015-03-06 23:10:32 +00:00
parent 66fa3dd5e8
commit 6c8059e8ed
2 changed files with 22 additions and 9 deletions

View File

@@ -29,13 +29,6 @@ body {
color: #FFF;
}
.icon-inline {
vertical-align: top;
height: 1.2rem;
width: 1.2rem;
padding: 0 2px;
}
/* Structure and global design */
a, a:visited {
color: #013F6D;
@@ -222,6 +215,25 @@ svg#url-qr-code {
height: 50%;
}
/* Bookmarklet */
.bookmarklet-container {
text-align: center;
}
.bookmarklet {
background: #EBEBEB;
padding: 7px;
margin: 8px 0;
font-size: 1.6rem;
}
.icon-bookmarklet {
vertical-align: center;
height: 1.4rem;
width: 1.4rem;
margin-right: 5px;
}
/* Footer */
.footer {
text-align: center;