Commit e344a3e9b76d377a5aa108c06a8de9b0ceb535c3

Authored by Erik Zambom
Committed by GitHub
2 parents 8cd40a5a fb20835c
Exists in amadeus_univasf

Merge pull request #587 from amadeusproject/refactoring

Daily Update - 14_10_2017
Showing 1 changed file with 20 additions and 13 deletions   Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... ... @@ -94,7 +94,12 @@
94 94 .navbar .project_name{
95 95 display: block !important;
96 96 }
97   -
  97 + #printButton {
  98 + top:1.3em;
  99 + }
  100 + #core-subjects-options-div{
  101 + font-size: 10px;
  102 + }
98 103 .language-selector-on-header .no-title{
99 104 display:none;
100 105 }
... ... @@ -242,7 +247,7 @@
242 247 margin-right: 0px;
243 248 }
244 249  
245   -
  250 +
246 251  
247 252 .talk-filter .checkbox {
248 253 display: inline;
... ... @@ -311,9 +316,11 @@
311 316 .breadcrumb > li + li:last-child::before {
312 317 display: inline-block;
313 318 padding: 0 5px;
314   - content: "\232A";
315   - font-size: 15px;
  319 + content: "\2039";
  320 + font-size: 30px;
316 321 font-style: normal;
  322 + line-height: 15px;
  323 + vertical-align: text-top;
317 324 -webkit-transition: all 200ms linear;
318 325 -moz-transition: all 200ms linear;
319 326 -ms-transition: all 200ms linear;
... ... @@ -341,11 +348,11 @@
341 348 }
342 349  
343 350 input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li + li:last-child::before {
344   - -webkit-transform: rotate(90deg);
345   - -moz-transform: rotate(90deg);
346   - -ms-transform: rotate(90deg);
347   - -o-transform: rotate(90deg);
348   - transform: rotate(90deg);
  351 + -webkit-transform: rotate(-90deg);
  352 + -moz-transform: rotate(-90deg);
  353 + -ms-transform: rotate(-90deg);
  354 + -o-transform: rotate(-90deg);
  355 + transform: rotate(-90deg);
349 356 }
350 357  
351 358 input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) {
... ... @@ -432,7 +439,7 @@
432 439 -moz-transform: rotate(45deg) scaleX(1.5);
433 440 -ms-transform: rotate(45deg) scaleX(1.5);
434 441 -o-transform: rotate(45deg) scaleX(1.5);
435   - transform: rotate(45deg) scaleX(1.5) translateY(-8px);
  442 + transform: rotate(45deg) scaleX(1.5) translateY(-8px);
436 443 }
437 444  
438 445 .mobile_menu_navbar > ul,
... ... @@ -479,7 +486,7 @@
479 486 text-align: right;
480 487 margin-bottom: 10px;
481 488 }
482   -
  489 +
483 490 .card .card-body {
484 491 height: 30%;
485 492 padding: 10px;
... ... @@ -597,7 +604,7 @@
597 604 .help-block span{
598 605 position: relative !important;
599 606 }
600   -
  607 +
601 608 li[data-mural] {
602 609 font-size: 10px;
603 610 }
... ... @@ -840,4 +847,4 @@
840 847 .message-sender {
841 848 height: 18%;
842 849 }
843   -}
844 850 \ No newline at end of file
  851 +}
... ...