diff --git a/cabecalho.css b/cabecalho.css index 77e2c7a..5e1ed7c 100644 --- a/cabecalho.css +++ b/cabecalho.css @@ -468,7 +468,7 @@ div#wrap-0.menu{/*width: 20%*/; /*float: left;height: 1px;*/} /****************** User Bar ******************/ #top-bar { position: relative; - height: 40px; + height: 45px; margin: auto; background: url(images/top-bar-bg.png) repeat-x; } diff --git a/top-search-bar.css b/top-search-bar.css index 41dda85..70dd4b3 100644 --- a/top-search-bar.css +++ b/top-search-bar.css @@ -1,9 +1,6 @@ -#top-search-bar { - height: 26px; -} - +#top-search-bar { height: 26px; } #top-search-bar .hide{ display: none;} -#top-search-bar ul { margin:0 0 0 20px; padding:0; list-style-type:none; list-style-position:outside; background:#ffffff; } +#top-search-bar ul { margin: 0px; padding:0; list-style-type:none; list-style-position:outside; background:#ffffff; } #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; } #top-search-bar ul li { float:left; position:relative; background:none; padding:5px 12px; transition: all 300ms ease-in; } #top-search-bar ul li:hover { background:#257CAD; color: white; text-shadow: none; } -- libgit2 0.21.2