diff options
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 82a74c23..76423409 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -194,7 +194,6 @@ main, | |||
194 | 194 | ||
195 | .results { | 195 | .results { |
196 | height: 1em; | 196 | height: 1em; |
197 | line-height: 30px; | ||
198 | } | 197 | } |
199 | 198 | ||
200 | .results .nb-results, | 199 | .results .nb-results, |
@@ -203,6 +202,14 @@ main, | |||
203 | margin-bottom: 0; | 202 | margin-bottom: 0; |
204 | } | 203 | } |
205 | 204 | ||
205 | .results .nb-results { | ||
206 | display: inline-flex; | ||
207 | } | ||
208 | |||
209 | .results a { | ||
210 | color: #444; | ||
211 | } | ||
212 | |||
206 | .pagination { | 213 | .pagination { |
207 | float: right; | 214 | float: right; |
208 | } | 215 | } |
@@ -593,6 +600,7 @@ a.original { | |||
593 | background-position: 50%; | 600 | background-position: 50%; |
594 | } | 601 | } |
595 | 602 | ||
603 | |||
596 | /* ========================================================================== | 604 | /* ========================================================================== |
597 | 5 = Article | 605 | 5 = Article |
598 | ========================================================================== */ | 606 | ========================================================================== */ |