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,7 +94,12 @@
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 + }
  100 + #core-subjects-options-div{
  101 + font-size: 10px;
  102 + }
98 .language-selector-on-header .no-title{ 103 .language-selector-on-header .no-title{
99 display:none; 104 display:none;
100 } 105 }
@@ -242,7 +247,7 @@ @@ -242,7 +247,7 @@
242 margin-right: 0px; 247 margin-right: 0px;
243 } 248 }
244 249
245 - 250 +
246 251
247 .talk-filter .checkbox { 252 .talk-filter .checkbox {
248 display: inline; 253 display: inline;
@@ -311,9 +316,11 @@ @@ -311,9 +316,11 @@
311 .breadcrumb > li + li:last-child::before { 316 .breadcrumb > li + li:last-child::before {
312 display: inline-block; 317 display: inline-block;
313 padding: 0 5px; 318 padding: 0 5px;
314 - content: "\232A";  
315 - font-size: 15px; 319 + content: "\2039";
  320 + font-size: 30px;
316 font-style: normal; 321 font-style: normal;
  322 + line-height: 15px;
  323 + vertical-align: text-top;
317 -webkit-transition: all 200ms linear; 324 -webkit-transition: all 200ms linear;
318 -moz-transition: all 200ms linear; 325 -moz-transition: all 200ms linear;
319 -ms-transition: all 200ms linear; 326 -ms-transition: all 200ms linear;
@@ -341,11 +348,11 @@ @@ -341,11 +348,11 @@
341 } 348 }
342 349
343 input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li + li:last-child::before { 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 input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) { 358 input#mobile_breadcrumb_btn:checked ~ .bread_label .breadcrumb > li:not(:last-child) {
@@ -432,7 +439,7 @@ @@ -432,7 +439,7 @@
432 -moz-transform: rotate(45deg) scaleX(1.5); 439 -moz-transform: rotate(45deg) scaleX(1.5);
433 -ms-transform: rotate(45deg) scaleX(1.5); 440 -ms-transform: rotate(45deg) scaleX(1.5);
434 -o-transform: rotate(45deg) scaleX(1.5); 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 .mobile_menu_navbar > ul, 445 .mobile_menu_navbar > ul,
@@ -479,7 +486,7 @@ @@ -479,7 +486,7 @@
479 text-align: right; 486 text-align: right;
480 margin-bottom: 10px; 487 margin-bottom: 10px;
481 } 488 }
482 - 489 +
483 .card .card-body { 490 .card .card-body {
484 height: 30%; 491 height: 30%;
485 padding: 10px; 492 padding: 10px;
@@ -597,7 +604,7 @@ @@ -597,7 +604,7 @@
597 .help-block span{ 604 .help-block span{
598 position: relative !important; 605 position: relative !important;
599 } 606 }
600 - 607 +
601 li[data-mural] { 608 li[data-mural] {
602 font-size: 10px; 609 font-size: 10px;
603 } 610 }
@@ -840,4 +847,4 @@ @@ -840,4 +847,4 @@
840 .message-sender { 847 .message-sender {
841 height: 18%; 848 height: 18%;
842 } 849 }
843 -}  
844 \ No newline at end of file 850 \ No newline at end of file
  851 +}