Browse Source

table price styles

alexlcdee 8 years ago
parent
commit
00b82f29a1
3 changed files with 8 additions and 4 deletions
  1. 4 2
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 4 2
      src/files/scss/_tags.scss

+ 4 - 2
src/files/css/main.css

@@ -8808,9 +8808,11 @@ footer .copyright .logo {
     margin: 0;
     padding: 0; }
   .text-page__text table.table-price th:nth-child(1), .special-page__article table.table-price th:nth-child(1), .full-news__text table.table-price th:nth-child(1), .text-page__text table.table-price td:nth-child(1), .special-page__article table.table-price td:nth-child(1), .full-news__text table.table-price td:nth-child(1) {
-    width: 70%; }
+    width: 65%;
+    text-align: left; }
   .text-page__text table.table-price th:nth-child(2), .special-page__article table.table-price th:nth-child(2), .full-news__text table.table-price th:nth-child(2), .text-page__text table.table-price td:nth-child(2), .special-page__article table.table-price td:nth-child(2), .full-news__text table.table-price td:nth-child(2) {
-    width: 30%; }
+    width: 35%;
+    text-align: right; }
 
 .text-page__text blockquote, .special-page__article blockquote, .full-news__text blockquote {
   padding: 5px 25px 5px 60px;

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


+ 4 - 2
src/files/scss/_tags.scss

@@ -143,10 +143,12 @@
         // Assume table with class "price" is two-col table with "name"=>"price" structure
         th, td {
             &:nth-child(1) {
-                width: 70%;
+                width: 65%;
+                text-align: left;
             }
             &:nth-child(2) {
-                width: 30%;
+                width: 35%;
+                text-align: right;
             }
         }
     }

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