diff --git a/css/bookmarks.css b/css/bookmarks.css index d9fc921a..0d5dce55 100644 --- a/css/bookmarks.css +++ b/css/bookmarks.css @@ -291,10 +291,14 @@ li:hover em { display : none; } .bookmark_single:hover .bookmark_url a[href]{ color:gray; } .bookmark_url { display: none; } -.bookmark_form_title input, .bookmark_form_url input, .bookmark_form_desc textarea { +.bookmark_form_title input, .bookmark_form_url input { width: 35%; } +.bookmark_form_desc textarea { + width:60%; +} + .bookmark_form_title { float:left; width:70%; @@ -314,10 +318,7 @@ li:hover em { display : none; } } .bookmark_form_submit { - position: absolute; - float: left; - left: 40%; - top: 33%; + } .bookmark_single_form {