Commit eed9aedd812498a148faf720f1b0e7846b8e096c
1 parent
f9984afe
Exists in
master
and in
3 other branches
Fix search input and vote actions
Showing
2 changed files
with
30 additions
and
5 deletions
Show diff stats
cabecalho.css
... | ... | @@ -707,10 +707,14 @@ a.btn_control_panel:hover ul li{display: block;} |
707 | 707 | } |
708 | 708 | |
709 | 709 | #user form { |
710 | - display:none; | |
710 | + top: -32px; | |
711 | + right: -200px; | |
711 | 712 | } |
712 | 713 | |
713 | -#user #top-search {display: none;visibility:hidden;} | |
714 | +#user form input { | |
715 | + width: 180px; | |
716 | + height: 20px; | |
717 | +} | |
714 | 718 | |
715 | 719 | #user .logged-in { |
716 | 720 | visibility: hidden; | ... | ... |
style.css
... | ... | @@ -325,7 +325,28 @@ margin-top: 2px; |
325 | 325 | right: 3px; |
326 | 326 | } |
327 | 327 | |
328 | -.blog-feed-link { | |
329 | - position: relative; | |
330 | - top: -30px; | |
328 | +.vote-actions { | |
329 | + top: 30px; | |
330 | +} | |
331 | + | |
332 | +.ui-widget-header { | |
333 | + background: none; | |
334 | + border-width: 0px 0px 1px 0px; | |
335 | +} | |
336 | + | |
337 | +#leave_scrap_content_left { | |
338 | + float: none; | |
339 | + text-align: left; | |
340 | +} | |
341 | + | |
342 | +#leave_scrap textarea { | |
343 | + float: left; | |
344 | +} | |
345 | + | |
346 | +#profile-activity ul, #profile-network ul, #profile-wall ul { | |
347 | + width: 100%; | |
348 | +} | |
349 | + | |
350 | +.profile-activity-lead { | |
351 | + width: 90%; | |
331 | 352 | } | ... | ... |