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 32  
33 33 #simple-search input {
34 34 width: 100px;
35   - height: 22px;
36   - line-height: 22px;
  35 + padding-top: 2px;
  36 + height: 16px;
37 37 border: 1px solid #A40000;
38 38 background: #F57900 url(../images/search.gif) 1px 90% no-repeat;
39 39 color: #000;
... ... @@ -41,6 +41,8 @@
41 41 color: #400;
42 42 }
43 43 .msie #simple-search input {
  44 + padding-top: 0px;
  45 + height: 18px;
44 46 line-height: 18px;
45 47 }
46 48  
... ... @@ -149,9 +151,12 @@
149 151 right: 160px;
150 152 padding: 0px;
151 153 }
152   -.msie #assets_menu {
  154 +.msie6 #assets_menu {
153 155 margin-right: 170px;
154 156 }
  157 +.msie7 #assets_menu {
  158 + margin-right: 10px;
  159 +}
155 160  
156 161 #assets_menu_layout_iten {
157 162 display: none;
... ... @@ -175,7 +180,6 @@
175 180 width: 22px;
176 181 height: 20px;
177 182 position: relative;
178   - Xborder: 1px solid red;
179 183 }
180 184  
181 185 #assets_menu a {
... ...