Merge remote-tracking branch 'origin/hotfix/orderList' into hotfix/loginLink
Showing
1 changed file
with
5 additions
and
2 deletions
@@ -88,21 +88,24 @@ | @@ -88,21 +88,24 @@ | ||
88 | .footer { | 88 | .footer { |
89 | height: 90px; | 89 | height: 90px; |
90 | line-height: 90px; | 90 | line-height: 90px; |
91 | - font-size: 30px; | ||
92 | padding: 0 30px; | 91 | padding: 0 30px; |
93 | } | 92 | } |
94 | 93 | ||
95 | .header { | 94 | .header { |
96 | border-bottom: 1px solid #e0e0e0; | 95 | border-bottom: 1px solid #e0e0e0; |
96 | + font-size: 28px; | ||
97 | } | 97 | } |
98 | 98 | ||
99 | .order-status { | 99 | .order-status { |
100 | - float: right; | 100 | + position: absolute; |
101 | + right: 24px; | ||
102 | + top: 0; | ||
101 | } | 103 | } |
102 | 104 | ||
103 | .footer { | 105 | .footer { |
104 | text-align: right; | 106 | text-align: right; |
105 | border-top: 1px solid #e0e0e0; | 107 | border-top: 1px solid #e0e0e0; |
108 | + font-size: 30px; | ||
106 | } | 109 | } |
107 | 110 | ||
108 | .sum-cost { | 111 | .sum-cost { |
-
Please register or login to post a comment