Commit 45840890d5cbffc7efb0836d4f59d1f9b0430c82
1 parent
94b206df
Exists in
master
and in
9 other branches
Fixing ratings list block width
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
style.css
... | ... | @@ -3163,10 +3163,6 @@ input[type=checkbox] { |
3163 | 3163 | padding: 0px; |
3164 | 3164 | }*/ |
3165 | 3165 | |
3166 | -.main-content { | |
3167 | - padding: 0px; | |
3168 | -} | |
3169 | - | |
3170 | 3166 | #content .main-content .star-page-title .title { |
3171 | 3167 | font-size: 34px !important; |
3172 | 3168 | } |
... | ... | @@ -3177,7 +3173,6 @@ input[type=checkbox] { |
3177 | 3173 | color: #172738; |
3178 | 3174 | margin-top: 16px; |
3179 | 3175 | padding: 29px 0px 21px 0px; |
3180 | - width: 550px; | |
3181 | 3176 | } |
3182 | 3177 | |
3183 | 3178 | #content .main-content .star-rate-data .star-rate-form .star-rate-text, |
... | ... | @@ -3364,7 +3359,6 @@ input[type=checkbox] { |
3364 | 3359 | .ratings-list { |
3365 | 3360 | color: #172738; |
3366 | 3361 | font-family: Arial, Helvetica, "open_sansregular", sans-serif; |
3367 | - width: 550px; | |
3368 | 3362 | } |
3369 | 3363 | |
3370 | 3364 | .ratings-list .user-rating-block { | ... | ... |