diff options
Diffstat (limited to 'views')
-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 |