1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-30 05:24:09 +01:00

better fitting field widths

This commit is contained in:
Jan-Christoph Borchardt 2013-10-12 08:38:47 +02:00
parent cfa43db4d7
commit 357782d60d

View File

@ -345,8 +345,11 @@ li:hover em { display : none; }
margin-top:-3.4em;
}
.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea {
width: 80%;
.bookmark_form_title input, .bookmark_form_url input {
width: 89%;
}
.bookmark_form_desc textarea {
width: 94.5%;
}
.bookmark_single .bookmark_edit_btn {