|
| 1 | +div.dt-buttons { |
| 2 | + margin-left: 1.2em; |
| 3 | + height: 40.8px; |
| 4 | +} |
| 5 | + |
| 6 | +div.dt-buttons > .dt-button { |
| 7 | + height: 35.8px; |
| 8 | +} |
| 9 | + |
| 10 | +@media (max-width: 575px) { |
| 11 | + /* ############################################################################### */ |
| 12 | + /* cancel properties */ |
| 13 | + /* ############################################################################### */ |
| 14 | + #table-articles_length { |
| 15 | + /*border: 1px dotted red;*/ |
| 16 | + padding-right: 0; |
| 17 | + } |
| 18 | + |
| 19 | + div.dt-buttons { |
| 20 | + /*border: 1px dotted blue;*/ |
| 21 | + margin-left: 0; |
| 22 | + width: 100%; |
| 23 | + } |
| 24 | + /* "Mostrar: [__] registros" */ |
| 25 | + #table-articles_length label { |
| 26 | + margin: 0; |
| 27 | + } |
| 28 | + |
| 29 | + /* "[ Exportar ]" */ |
| 30 | + .dt-button.buttons-collection { |
| 31 | + /*padding: 0 !important;*/ |
| 32 | + margin: 0 !important; |
| 33 | + /*background-color:red;*/ |
| 34 | + width: 100%; |
| 35 | + } |
| 36 | + |
| 37 | + #table-articles_filter { |
| 38 | + /*border: 1px dotted green;*/ |
| 39 | + margin-bottom: 0.4em; |
| 40 | + } |
| 41 | + |
| 42 | + #table-articles_filter label { |
| 43 | + width: 100%; |
| 44 | + } |
| 45 | + |
| 46 | + #table-articles_filter input { |
| 47 | + width: 100%; |
| 48 | + margin-left: 0; |
| 49 | + } |
| 50 | + |
| 51 | + .dataTables_filter { |
| 52 | + /*border: 1px dotted yellow;*/ |
| 53 | + margin-top: 0 !important; |
| 54 | + } |
| 55 | + |
| 56 | + /* "Buscar: [__]" */ |
| 57 | + .dataTables_filter label { |
| 58 | + /*border: 1px solid black;*/ |
| 59 | + margin: 0; |
| 60 | + } |
| 61 | + /* ############################################################################### */ |
| 62 | + /* common properties */ |
| 63 | + /* ############################################################################### */ |
| 64 | + #table-articles_length, |
| 65 | + div.dt-buttons, |
| 66 | + .dataTables_filter { |
| 67 | + display: flex; |
| 68 | + align-content: center; |
| 69 | + align-items: center; |
| 70 | + justify-content: center; |
| 71 | + height: 6vh; |
| 72 | + } |
| 73 | +} |
0 commit comments