Commit 1d90730eaa6339139e6b49aaa7d8cde27699fec2
1 parent
0c60c1d2
Exists in
pkg_fixes
Small adjustments on use report style
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
css/use-report.css
@@ -144,7 +144,7 @@ | @@ -144,7 +144,7 @@ | ||
144 | } | 144 | } |
145 | 145 | ||
146 | #content .main-content .star-rate-data .star-rate-form { | 146 | #content .main-content .star-rate-data .star-rate-form { |
147 | - padding: 0 37px; | 147 | + padding: 0 0 0 37px; |
148 | letter-spacing: 0.1px; | 148 | letter-spacing: 0.1px; |
149 | width: 100%; | 149 | width: 100%; |
150 | } | 150 | } |
@@ -155,7 +155,6 @@ | @@ -155,7 +155,6 @@ | ||
155 | } | 155 | } |
156 | 156 | ||
157 | #content .main-content .star-rate-data .star-profile-information { | 157 | #content .main-content .star-rate-data .star-profile-information { |
158 | - padding-left: 15px; | ||
159 | width: 79px; | 158 | width: 79px; |
160 | } | 159 | } |
161 | 160 | ||
@@ -210,7 +209,7 @@ | @@ -210,7 +209,7 @@ | ||
210 | font-weight: 700; | 209 | font-weight: 700; |
211 | text-transform: uppercase; | 210 | text-transform: uppercase; |
212 | color: #FFF; | 211 | color: #FFF; |
213 | - padding: 5px; | 212 | + padding: 5px 10px; |
214 | height: 31px; | 213 | height: 31px; |
215 | line-height: 20px; | 214 | line-height: 20px; |
216 | font-family: Arial; | 215 | font-family: Arial; |
@@ -221,6 +220,7 @@ | @@ -221,6 +220,7 @@ | ||
221 | } | 220 | } |
222 | 221 | ||
223 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { | 222 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { |
223 | + margin-top: 20px; | ||
224 | padding-bottom: 50px; | 224 | padding-bottom: 50px; |
225 | } | 225 | } |
226 | 226 |