Commit 8c2377706e5aa5834cc82b151738a293a1550b3d
Committed by
Antonio Terceiro
1 parent
d2d8c498
Exists in
master
and in
29 other branches
msie6 code removed from style.css
(ActionItem1807) Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
Showing
1 changed file
with
1 additions
and
23 deletions
Show diff stats
public/designs/themes/base/style.css
... | ... | @@ -98,10 +98,6 @@ body, th, td, input { |
98 | 98 | left: -17px; |
99 | 99 | top: -1px; |
100 | 100 | } |
101 | -.msie6 #user a i { | |
102 | - left: 8px; | |
103 | - top: 3px; | |
104 | -} | |
105 | 101 | .msie7 #user a i { |
106 | 102 | top: 3px; |
107 | 103 | } |
... | ... | @@ -146,9 +142,7 @@ body, th, td, input { |
146 | 142 | width: 310px; |
147 | 143 | height: 90px; |
148 | 144 | } |
149 | -.msie6 #site-title { | |
150 | - left: -10px; | |
151 | -} | |
145 | + | |
152 | 146 | #site-title a { |
153 | 147 | display: block; |
154 | 148 | width: 300px; |
... | ... | @@ -184,18 +178,6 @@ body, th, td, input { |
184 | 178 | background: url(imgs/menu-top-bg-right.png); |
185 | 179 | } |
186 | 180 | |
187 | -.msie6 #navigation { | |
188 | - background: none; | |
189 | - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader | |
190 | - (src='imgs/menu-top-bg-left.png', sizingMethod='scale'); | |
191 | -} | |
192 | -.msie6 #navigation-end { | |
193 | - right: -1px; | |
194 | - background: none; | |
195 | - filter: progid:DXImageTransform.Microsoft.AlphaImageLoader | |
196 | - (src='imgs/menu-top-bg-right.png', sizingMethod='scale'); | |
197 | -} | |
198 | - | |
199 | 181 | #navigation ul { |
200 | 182 | height: 42px; |
201 | 183 | margin: 0px; |
... | ... | @@ -304,9 +286,6 @@ body, th, td, input { |
304 | 286 | position: relative; |
305 | 287 | margin: 0px 200px 0px 200px; |
306 | 288 | } |
307 | -.msie6.template-default .box-1 { | |
308 | - width: expression( $("wrap-2").offsetWidth - 430 ); 640 | |
309 | -} | |
310 | 289 | |
311 | 290 | .template-default .box-2 { /* Left */ |
312 | 291 | position: relative; |
... | ... | @@ -670,7 +649,6 @@ div#notice { |
670 | 649 | width: 99%; |
671 | 650 | height: auto; |
672 | 651 | } |
673 | -.msie6 .communities-block .common-profile-list-block .vcard a, | |
674 | 652 | .msie7 .communities-block .common-profile-list-block .vcard a { |
675 | 653 | height: auto; |
676 | 654 | width: 99%; | ... | ... |