Commit 5ad3107e811b57f5f57f66608135654048c3c6d0
1 parent
0f355a10
Exists in
new-theme
adicionando side bar
Showing
2 changed files
with
3 additions
and
6 deletions
Show diff stats
cabecalho.css
@@ -468,7 +468,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | @@ -468,7 +468,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} | ||
468 | /****************** User Bar ******************/ | 468 | /****************** User Bar ******************/ |
469 | #top-bar { | 469 | #top-bar { |
470 | position: relative; | 470 | position: relative; |
471 | - height: 40px; | 471 | + height: 45px; |
472 | margin: auto; | 472 | margin: auto; |
473 | background: url(images/top-bar-bg.png) repeat-x; | 473 | background: url(images/top-bar-bg.png) repeat-x; |
474 | } | 474 | } |
top-search-bar.css
1 | -#top-search-bar { | ||
2 | - height: 26px; | ||
3 | -} | ||
4 | - | 1 | +#top-search-bar { height: 26px; } |
5 | #top-search-bar .hide{ display: none;} | 2 | #top-search-bar .hide{ display: none;} |
6 | -#top-search-bar ul { margin:0 0 0 20px; padding:0; list-style-type:none; list-style-position:outside; background:#ffffff; } | 3 | +#top-search-bar ul { margin: 0px; padding:0; list-style-type:none; list-style-position:outside; background:#ffffff; } |
7 | #top-search-bar ul a:link, #top-search-bar ul a:active, #top-search-bar ul a:visited { display:block; padding:0; text-decoration:none; } | 4 | #top-search-bar ul a:link, #top-search-bar ul a:active, #top-search-bar ul a:visited { display:block; padding:0; text-decoration:none; } |
8 | #top-search-bar ul li { float:left; position:relative; background:none; padding:5px 12px; transition: all 300ms ease-in; } | 5 | #top-search-bar ul li { float:left; position:relative; background:none; padding:5px 12px; transition: all 300ms ease-in; } |
9 | #top-search-bar ul li:hover { background:#257CAD; color: white; text-shadow: none; } | 6 | #top-search-bar ul li:hover { background:#257CAD; color: white; text-shadow: none; } |