Дополнительные действия
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки Метка: отменено |
||
Строка 1049: | Строка 1049: | ||
width: 20%; | width: 20%; | ||
height: auto; | height: auto; | ||
} | |||
@media screen and (max-width: 600px) { | |||
table { | |||
border: 0; | |||
} | |||
table thead { | |||
display: none; | |||
} | |||
table tr { | |||
margin-bottom: 10px; | |||
display: block; | |||
border-bottom: 2px solid #ddd; | |||
} | |||
table td { | |||
display: block; | |||
text-align: right; | |||
font-size: 13px; | |||
border-bottom: 1px dotted #ccc; | |||
border-right: 1px solid transparent; | |||
} | |||
table td:last-child { | |||
border-bottom: 0; | |||
} | |||
table td:before { | |||
content: attr(data-label); | |||
float: left; | |||
text-transform: uppercase; | |||
font-weight: bold; | |||
} | |||
} | } |