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