diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-09-07 20:10:27 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-09-07 20:10:27 +0000 |
commit | 2992d8477c1a14084214c2cd1244561a08bc3ef4 (patch) | |
tree | 2754001857d5c86f7b573dc1c5f3ed33ef10787f /views/default | |
parent | 67957f0d3247f6134d0010e42facc5ab62af61ba (diff) | |
download | elgg-2992d8477c1a14084214c2cd1244561a08bc3ef4.tar.gz elgg-2992d8477c1a14084214c2cd1244561a08bc3ef4.tar.bz2 |
Updated livesearch page handler to use classes instead of hard coded css.
git-svn-id: https://code.elgg.org/elgg/trunk@3476 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 706c5fe50..d61d5a6c4 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2596,4 +2596,9 @@ a.delete_report_button:hover { .user_picker .user_picker_entry { clear: both; padding: 1em; -}
\ No newline at end of file +} + +.livesearch_icon { + float: left; + padding-right: 1em; +}
\ No newline at end of file |