diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-23 21:39:45 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-23 21:39:45 +0000 |
commit | 6dece54ca3973b9d6f69ef53ea358723ba74684b (patch) | |
tree | fb8ec4be25de9591af0fe44dbc1be1304b9f1ffd /views/default/tidypics/css.php | |
parent | a69e45f03359ae0d94697d5cc48c4c29cd213cd8 (diff) | |
download | elgg-6dece54ca3973b9d6f69ef53ea358723ba74684b.tar.gz elgg-6dece54ca3973b9d6f69ef53ea358723ba74684b.tar.bz2 |
lined up the tag button with the text box on the tag menu pop-up for multiple browsers
Diffstat (limited to 'views/default/tidypics/css.php')
-rw-r--r-- | views/default/tidypics/css.php | 10 |
1 files changed, 9 insertions, 1 deletions
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 { |