@@ -8858,7 +8858,9 @@ h7 {
border-spacing: 0;
border: 1px solid #e6e6e6;
margin-top: 20px;
- max-width: 100%; }
+ max-width: 100%;
+ display: block;
+ overflow: auto; }
.text-page__text table thead td, .special-page__article table thead td, .full-news__text table thead td,
.text-page__text table th,
.special-page__article table th,
@@ -661,3 +661,9 @@ header.v9 .soc .social {
.content-right .news {
margin-top: 25px;
}
+
+.menu .soc {
+ position: relative;
+ top: 7px;
+ right: auto;
+}
@@ -101,7 +101,8 @@ h7 {
font-weight: bold;
padding-right: 5px;
- ul, ol{
+ ul, ol {
margin-left: 40px;
@@ -113,6 +114,8 @@ h7 {
max-width: 100%;
+ overflow: auto;
thead td,
th {
@@ -162,11 +165,13 @@ h7 {
&.table-price {
// Assume table with class "price" is two-col table with "name"=>"price" structure
table-layout: fixed;
th, td {
&:nth-child(1) {
width: 70%;
text-align: left;
&:nth-child(2) {
width: 30%;
text-align: right;