From 6dece54ca3973b9d6f69ef53ea358723ba74684b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 23 Aug 2009 21:39:45 +0000 Subject: lined up the tag button with the text box on the tag menu pop-up for multiple browsers --- views/default/tidypics/css.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'views/default/tidypics/css.php') diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index c86618cff..f95bc1d58 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -216,6 +216,11 @@ max-height:400px; overflow:hidden; } +#tidypics_tagmenu_header { +width:100%; +margin-bottom:10px; +} + #tidypics_tagmenu_left { width:175px; float:left; @@ -223,7 +228,10 @@ float:left; #tidypics_tagmenu_right { float:left; -margin-top:23px; +} + +#tidypics_tagmenu_right .submit_button { +margin-top:2px; } #tidypics_delete_tag_menu { -- cgit v1.2.3