(CSS) Fix title input in pads
This commit is contained in:
parent
e0d972674f
commit
fa59f1000e
@ -253,13 +253,12 @@
|
|||||||
input {
|
input {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 100%;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
padding: 0px 5px;
|
padding: 5px 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.cryptpad-link {
|
.cryptpad-link {
|
||||||
|
|||||||
@ -324,13 +324,12 @@
|
|||||||
.cryptpad-toolbar-top .cryptpad-title input {
|
.cryptpad-toolbar-top .cryptpad-title input {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
height: 100%;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
padding: 0px 5px;
|
padding: 5px 5px;
|
||||||
}
|
}
|
||||||
.cryptpad-toolbar-top .cryptpad-link {
|
.cryptpad-toolbar-top .cryptpad-link {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user