From 3cbd9e649ed1f6cbcb9800663841a4fd3f975019 Mon Sep 17 00:00:00 2001 From: raghunayyar Date: Tue, 1 Jan 2013 21:39:34 +0530 Subject: [PATCH] Removed Absolute Positioning of the cancel/submit buttons. They take up the third row, keeping them on the right side with screens with low resolution might not be a good idea. --- css/bookmarks.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 {