aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css17
1 files changed, 16 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..8f7b7a3d 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}
@@ -548,6 +555,14 @@ a.original {
548 margin-right: 5px !important; 555 margin-right: 5px !important;
549} 556}
550 557
558.card-stacked:hover ul.tools-list {
559 display: block;
560}
561
562.card-stacked ul.tools-list {
563 display: none;
564}
565
551.card .card-action a { 566.card .card-action a {
552 color: #fff; 567 color: #fff;
553 margin: 0; 568 margin: 0;