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:
parent
cfa43db4d7
commit
357782d60d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user