(CSS) Fix title input in pads

pull/1/head
Pierre Bondoerffer 2017-03-02 16:33:17 +01:00
parent e0d972674f
commit fa59f1000e
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
2 changed files with 2 additions and 4 deletions

View File

@ -253,13 +253,12 @@
input {
font-size: 1.5em;
vertical-align: middle;
height: 100%;
box-sizing: border-box;
border: 1px solid black;
background: #fff;
cursor: auto;
width: 300px;
padding: 0px 5px;
padding: 5px 5px;
}
}
.cryptpad-link {

View File

@ -324,13 +324,12 @@
.cryptpad-toolbar-top .cryptpad-title input {
font-size: 1.5em;
vertical-align: middle;
height: 100%;
box-sizing: border-box;
border: 1px solid black;
background: #fff;
cursor: auto;
width: 300px;
padding: 0px 5px;
padding: 5px 5px;
}
.cryptpad-toolbar-top .cryptpad-link {
position: absolute;