Commit c46a24941d894b5cededd7667998aba3fef6922d

Authored by AurelioAHeckert
1 parent a76f1525

ActionItem413: menu zen3 recuperado

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1952 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/zen3/stylesheets/menu.css
@@ -32,8 +32,8 @@ @@ -32,8 +32,8 @@
32 32
33 #simple-search input { 33 #simple-search input {
34 width: 100px; 34 width: 100px;
35 - height: 22px;  
36 - line-height: 22px; 35 + padding-top: 2px;
  36 + height: 16px;
37 border: 1px solid #A40000; 37 border: 1px solid #A40000;
38 background: #F57900 url(../images/search.gif) 1px 90% no-repeat; 38 background: #F57900 url(../images/search.gif) 1px 90% no-repeat;
39 color: #000; 39 color: #000;
@@ -41,6 +41,8 @@ @@ -41,6 +41,8 @@
41 color: #400; 41 color: #400;
42 } 42 }
43 .msie #simple-search input { 43 .msie #simple-search input {
  44 + padding-top: 0px;
  45 + height: 18px;
44 line-height: 18px; 46 line-height: 18px;
45 } 47 }
46 48
@@ -149,9 +151,12 @@ @@ -149,9 +151,12 @@
149 right: 160px; 151 right: 160px;
150 padding: 0px; 152 padding: 0px;
151 } 153 }
152 -.msie #assets_menu { 154 +.msie6 #assets_menu {
153 margin-right: 170px; 155 margin-right: 170px;
154 } 156 }
  157 +.msie7 #assets_menu {
  158 + margin-right: 10px;
  159 +}
155 160
156 #assets_menu_layout_iten { 161 #assets_menu_layout_iten {
157 display: none; 162 display: none;
@@ -175,7 +180,6 @@ @@ -175,7 +180,6 @@
175 width: 22px; 180 width: 22px;
176 height: 20px; 181 height: 20px;
177 position: relative; 182 position: relative;
178 - Xborder: 1px solid red;  
179 } 183 }
180 184
181 #assets_menu a { 185 #assets_menu a {