Bladeren bron

прокрутка таблиц

anatoly 6 jaren geleden
bovenliggende
commit
b6a77435f9
4 gewijzigde bestanden met toevoegingen van 15 en 2 verwijderingen
  1. 3 1
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 6 0
      src/files/css/main2.css
  4. 6 1
      src/files/scss/_tags.scss

+ 3 - 1
src/files/css/main.css

@@ -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,

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 6 - 0
src/files/css/main2.css

@@ -661,3 +661,9 @@ header.v9 .soc .social {
 .content-right .news {
     margin-top: 25px;
 }
+
+.menu .soc {
+    position: relative;
+    top: 7px;
+    right: auto;
+}

+ 6 - 1
src/files/scss/_tags.scss

@@ -101,7 +101,8 @@ h7 {
             font-weight: bold;
             padding-right: 5px;
         }
-        ul, ol{
+
+        ul, ol {
             margin-left: 40px;
         }
     }
@@ -113,6 +114,8 @@ h7 {
     border: 1px solid #e6e6e6;
     margin-top: 20px;
     max-width: 100%;
+    display: block;
+    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;

Some files were not shown because too many files changed in this diff