Change the height of the toolbar top line

This commit is contained in:
yflory
2016-10-26 15:14:47 +02:00
parent 6d1e06cca3
commit 64346b72d8
2 changed files with 20 additions and 20 deletions

View File

@@ -14,8 +14,8 @@
.unselectable;
color: #666;
font-weight: bold;
font: normal normal normal 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
color: #000;
display: inline-block;
width: 100%;
z-index: 9001;
@@ -108,17 +108,16 @@
.cryptpad-toolbar-top {
display: block;
text-align: center;
height: 3em;
height: 32px;
position: relative;
margin-bottom: 3px;
@media screen and (max-width: 400px) {
height: 6em;
height: 67px;
}
.cryptpad-title {
span {
font-size: 1.5em;
vertical-align: middle;
line-height: 2em;
line-height: 32px;
&:hover {
border: 1px solid #888;
border-radius: 2px;
@@ -141,9 +140,9 @@
.cryptpad-link {
position: absolute;
left: 0px;
height: 3em;
height: 32px;
@media screen and (max-width: 400px) {
top: 3em;
top: 35px;
}
@media screen and (min-width: 401px) {
top: 0px;
@@ -151,7 +150,7 @@
a.cryptpad-logo {
cursor: pointer;
height: 3em;
height: 32px;
padding: 0px 5px;
text-decoration: none;
color: inherit;
@@ -162,7 +161,7 @@
}
img {
vertical-align: middle;
height: 3em;
height: 32px;
cursor: pointer;
}
span {