diff options
| author | Michael Miday <midaym@gmail.com> | 2015-09-16 06:54:58 +0200 |
|---|---|---|
| committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:29 +0200 |
| commit | 2523ec82776dc2afcfac79c159bbeb9a2fc87b0e (patch) | |
| tree | 86797f4bfbb651705221d0c8bf194f5772e26d2a /phpBB/styles/prosilver/template/search_results.html | |
| parent | 171424f89ca7040fff12f563717cd45965b49fc2 (diff) | |
| download | forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.gz forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.bz2 forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.tar.xz forums-2523ec82776dc2afcfac79c159bbeb9a2fc87b0e.zip | |
[ticket/12769] Refacto action bar
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html index 6dcbfb8403..47ce0de4dd 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -24,7 +24,7 @@ <!-- EVENT search_results_header_after --> <!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER --> - <div class="action-bar top"> + <div class="action-bar bar-top"> <!-- IF TOTAL_MATCHES > 0 --> <div class="search-box" role="search"> @@ -225,7 +225,7 @@ <!-- ENDIF --> <!-- IF .pagination or .searchresults or PAGE_NUMBER --> -<div class="action-bar bottom"> +<div class="action-bar bar-bottom"> <div class="pagination"> {SEARCH_MATCHES} <!-- IF .pagination --> |
