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.css33
1 files changed, 26 insertions, 7 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 65b708c7..1d14448f 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -174,7 +174,7 @@ div.pagination ul .next.disabled {
174 174
175footer.page-footer { 175footer.page-footer {
176 margin-top: 10px; 176 margin-top: 10px;
177 padding-top: 0px; 177 padding-top: 0;
178} 178}
179 179
180footer .row { 180footer .row {
@@ -257,8 +257,9 @@ nav input {
257 display: none; 257 display: none;
258} 258}
259 259
260.input-field.nav-panel-add, .input-field.nav-panel-add form { 260.input-field.nav-panel-add,
261 height: 100%; 261.input-field.nav-panel-add form {
262 height: 100%;
262} 263}
263 264
264/* ========================================================================== 265/* ==========================================================================
@@ -355,8 +356,9 @@ main ul.row {
355 display: block; 356 display: block;
356} 357}
357 358
358.card .card-content i.right, .card .card-reveal i.right { 359.card .card-content i.right,
359 margin-left: 0; 360.card .card-reveal i.right {
361 margin-left: 0;
360} 362}
361 363
362.card .card-entry-labels { 364.card .card-entry-labels {
@@ -528,30 +530,38 @@ main ul.row {
528 footer { 530 footer {
529 padding-left: 0; 531 padding-left: 0;
530 } 532 }
533
531 nav, 534 nav,
532 main, 535 main,
533 footer { 536 footer {
534 padding-left: 0; 537 padding-left: 0;
535 } 538 }
539
536 .pagination { 540 .pagination {
537 width: auto; 541 width: auto;
538 } 542 }
543
539 .reader-mode { 544 .reader-mode {
540 width: 240px !important; 545 width: 240px !important;
541 } 546 }
547
542 .reader-mode span { 548 .reader-mode span {
543 opacity: 1; 549 opacity: 1;
544 } 550 }
551
545 .tabs { 552 .tabs {
546 display: inline-block; 553 display: inline-block;
547 height: auto; 554 height: auto;
548 } 555 }
556
549 .tab { 557 .tab {
550 min-width: 100%; 558 min-width: 100%;
551 } 559 }
560
552 .indicator { 561 .indicator {
553 display: none; 562 display: none;
554 } 563 }
564
555 .pagination li.prev, 565 .pagination li.prev,
556 .pagination li.next { 566 .pagination li.next {
557 width: auto; 567 width: auto;
@@ -569,38 +579,47 @@ main ul.row {
569 width: 25%; 579 width: 25%;
570 margin-left: 0; 580 margin-left: 0;
571 } 581 }
582
572 .row .col.l2 { 583 .row .col.l2 {
573 width: 33.33333%; 584 width: 33.33333%;
574 margin-left: 0; 585 margin-left: 0;
575 } 586 }
587
576 .row .col.l3 { 588 .row .col.l3 {
577 width: 41.66667%; 589 width: 41.66667%;
578 margin-left: 0; 590 margin-left: 0;
579 } 591 }
592
580 .row .col.l4 { 593 .row .col.l4 {
581 width: 50%; 594 width: 50%;
582 margin-left: 0; 595 margin-left: 0;
583 } 596 }
597
584 .row .col.l5 { 598 .row .col.l5 {
585 width: 58.33333%; 599 width: 58.33333%;
586 margin-left: 0; 600 margin-left: 0;
587 } 601 }
602
588 .row .col.l6 { 603 .row .col.l6 {
589 width: 66.66667%; 604 width: 66.66667%;
590 margin-left: 0; 605 margin-left: 0;
591 } 606 }
607
592 .row .col.l7 { 608 .row .col.l7 {
593 width: 75%; 609 width: 75%;
594 margin-left: 0; 610 margin-left: 0;
595 } 611 }
612
596 .row .col.l8 { 613 .row .col.l8 {
597 width: 83.33333%; 614 width: 83.33333%;
598 margin-left: 0; 615 margin-left: 0;
599 } 616 }
617
600 .row .col.l9 { 618 .row .col.l9 {
601 width: 91.66667%; 619 width: 91.66667%;
602 margin-left: 0; 620 margin-left: 0;
603 } 621 }
622
604 .row .col.l10 { 623 .row .col.l10 {
605 width: 100%; 624 width: 100%;
606 margin-left: 0; 625 margin-left: 0;
@@ -646,7 +665,7 @@ main ul.row {
646} 665}
647 666
648.icon-link::before { 667.icon-link::before {
649 content: "\e9cb"; 668 content: "\e9cb";
650} 669}
651 670
652footer [class^="icon-"], 671footer [class^="icon-"],
@@ -677,5 +696,5 @@ div.settings div.file-field div {
677} 696}
678 697
679.input-field label.active { 698.input-field label.active {
680 font-size: 1rem; 699 font-size: 1rem;
681} 700}