fix some slight crossbrowser rendering issues with jot

This commit is contained in:
Mario Vavti
2016-04-15 09:52:40 +02:00
parent a29c0371f1
commit fe9df64fc2
3 changed files with 16 additions and 16 deletions

View File

@@ -34,10 +34,18 @@ code {
padding: 10px;
}
.profile-jot-text {
#profile-jot-text {
resize: none;
border-width: 0px;
height: 39px;
line-height: 19px;
padding: 10px;
width: 100%;
display: inherit;
}
#profile-jot-text:focus {
resize: vertical;
}
.jot-attachment {
@@ -60,10 +68,6 @@ code {
height: 30px;
}
#profile-jot-form {
line-height: initial;
}
#profile-jot-wrapper {
margin-bottom: 30px;
}