diff --git a/cabecalho.css b/cabecalho.css index 70a7bf4..5f90935 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -707,10 +707,14 @@ a.btn_control_panel:hover ul li{display: block;} } #user form { - display:none; + top: -32px; + right: -200px; } -#user #top-search {display: none;visibility:hidden;} +#user form input { + width: 180px; + height: 20px; +} #user .logged-in { visibility: hidden; diff --git a/style.css b/style.css index 44198a0..727ae47 100644 --- a/style.css +++ b/style.css @@ -325,7 +325,28 @@ margin-top: 2px; right: 3px; } -.blog-feed-link { - position: relative; - top: -30px; +.vote-actions { + top: 30px; +} + +.ui-widget-header { + background: none; + border-width: 0px 0px 1px 0px; +} + +#leave_scrap_content_left { + float: none; + text-align: left; +} + +#leave_scrap textarea { + float: left; +} + +#profile-activity ul, #profile-network ul, #profile-wall ul { + width: 100%; +} + +.profile-activity-lead { + width: 90%; } -- libgit2 0.21.2