Commit 889e0108ec8865aa88f40fbab69a5758400e0e4a
1 parent
4aceb27a
Exists in
master
and in
2 other branches
Adjustment in the news responsive print button position
Showing
1 changed file
with
9 additions
and
7 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -94,7 +94,9 @@ | @@ -94,7 +94,9 @@ | ||
94 | .navbar .project_name{ | 94 | .navbar .project_name{ |
95 | display: block !important; | 95 | display: block !important; |
96 | } | 96 | } |
97 | - | 97 | + #printButton { |
98 | + top:1.3em; | ||
99 | + } | ||
98 | .language-selector-on-header .no-title{ | 100 | .language-selector-on-header .no-title{ |
99 | display:none; | 101 | display:none; |
100 | } | 102 | } |
@@ -242,7 +244,7 @@ | @@ -242,7 +244,7 @@ | ||
242 | margin-right: 0px; | 244 | margin-right: 0px; |
243 | } | 245 | } |
244 | 246 | ||
245 | - | 247 | + |
246 | 248 | ||
247 | .talk-filter .checkbox { | 249 | .talk-filter .checkbox { |
248 | display: inline; | 250 | display: inline; |
@@ -345,7 +347,7 @@ | @@ -345,7 +347,7 @@ | ||
345 | -moz-transform: rotate(90deg); | 347 | -moz-transform: rotate(90deg); |
346 | -ms-transform: rotate(90deg); | 348 | -ms-transform: rotate(90deg); |
347 | -o-transform: rotate(90deg); | 349 | -o-transform: rotate(90deg); |
348 | - transform: rotate(90deg); | 350 | + transform: rotate(90deg); |
349 | } | 351 | } |
350 | 352 | ||
351 | input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) { | 353 | input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) { |
@@ -432,7 +434,7 @@ | @@ -432,7 +434,7 @@ | ||
432 | -moz-transform: rotate(45deg) scaleX(1.5); | 434 | -moz-transform: rotate(45deg) scaleX(1.5); |
433 | -ms-transform: rotate(45deg) scaleX(1.5); | 435 | -ms-transform: rotate(45deg) scaleX(1.5); |
434 | -o-transform: rotate(45deg) scaleX(1.5); | 436 | -o-transform: rotate(45deg) scaleX(1.5); |
435 | - transform: rotate(45deg) scaleX(1.5) translateY(-8px); | 437 | + transform: rotate(45deg) scaleX(1.5) translateY(-8px); |
436 | } | 438 | } |
437 | 439 | ||
438 | .mobile_menu_navbar > ul, | 440 | .mobile_menu_navbar > ul, |
@@ -479,7 +481,7 @@ | @@ -479,7 +481,7 @@ | ||
479 | text-align: right; | 481 | text-align: right; |
480 | margin-bottom: 10px; | 482 | margin-bottom: 10px; |
481 | } | 483 | } |
482 | - | 484 | + |
483 | .card .card-body { | 485 | .card .card-body { |
484 | height: 30%; | 486 | height: 30%; |
485 | padding: 10px; | 487 | padding: 10px; |
@@ -597,7 +599,7 @@ | @@ -597,7 +599,7 @@ | ||
597 | .help-block span{ | 599 | .help-block span{ |
598 | position: relative !important; | 600 | position: relative !important; |
599 | } | 601 | } |
600 | - | 602 | + |
601 | li[data-mural] { | 603 | li[data-mural] { |
602 | font-size: 10px; | 604 | font-size: 10px; |
603 | } | 605 | } |
@@ -840,4 +842,4 @@ | @@ -840,4 +842,4 @@ | ||
840 | .message-sender { | 842 | .message-sender { |
841 | height: 18%; | 843 | height: 18%; |
842 | } | 844 | } |
843 | -} | ||
844 | \ No newline at end of file | 845 | \ No newline at end of file |
846 | +} |