From 357782d60d1653f54c379a68647398cea2b94a06 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 12 Oct 2013 08:38:47 +0200 Subject: [PATCH] better fitting field widths --- css/bookmarks.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/bookmarks.css b/css/bookmarks.css index 7fa3c73b..93ba054a 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -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 {