Commit 78b30736ae228613322cf7c8c9c0a01d128d6942
1 parent
e9837773
Exists in
master
and in
29 other branches
ActionItem413: mais correções para a merda do IE
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1944 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
13 additions
and
6 deletions
Show diff stats
public/designs/themes/ecosol/stylesheets/controller_search.css
@@ -43,6 +43,9 @@ body.category4 .search-options { | @@ -43,6 +43,9 @@ body.category4 .search-options { | ||
43 | .search-results-box.odd { | 43 | .search-results-box.odd { |
44 | margin-left: 0px; | 44 | margin-left: 0px; |
45 | } | 45 | } |
46 | +.msie .search-results-box.odd { | ||
47 | + float: left; | ||
48 | +} | ||
46 | 49 | ||
47 | .search-results-box.col2_of3, | 50 | .search-results-box.col2_of3, |
48 | .search-results-box.col3_of3 { | 51 | .search-results-box.col3_of3 { |
public/designs/themes/ecosol/stylesheets/menu.css
@@ -59,6 +59,13 @@ body.category4 .linkSubMenu { background-image: url(../images/borda-esq-aba-verm | @@ -59,6 +59,13 @@ body.category4 .linkSubMenu { background-image: url(../images/borda-esq-aba-verm | ||
59 | 59 | ||
60 | /* * * Assets Menu * * * * * * * * * * * */ | 60 | /* * * Assets Menu * * * * * * * * * * * */ |
61 | 61 | ||
62 | +#assets_menu { | ||
63 | + overflow: hidden; /* MSIE workarround bug */ | ||
64 | +} | ||
65 | +#assets_menu ul { | ||
66 | + height: 55px; | ||
67 | +} | ||
68 | + | ||
62 | body.category1 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-laranja.gif) } | 69 | body.category1 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-laranja.gif) } |
63 | body.category2 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-verde.gif) } | 70 | body.category2 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-verde.gif) } |
64 | body.category3 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-lilas.gif) } | 71 | body.category3 #assets_menu_layout_iten { background: url(../images/top-bar/assets-menu-top-lilas.gif) } |
public/stylesheets/controller_search.css
@@ -31,20 +31,17 @@ | @@ -31,20 +31,17 @@ | ||
31 | float: left; | 31 | float: left; |
32 | width: 49%; | 32 | width: 49%; |
33 | } | 33 | } |
34 | -.Xmsie .search-results-box { | ||
35 | - width: 47% !important; | ||
36 | -} | ||
37 | 34 | ||
38 | .only-one-result-box .search-results-box { | 35 | .only-one-result-box .search-results-box { |
39 | width: 100%; | 36 | width: 100%; |
40 | } | 37 | } |
41 | -.Xmsie .only-one-result-box .search-results-box { | ||
42 | - width: 95% !important; | ||
43 | -} | ||
44 | 38 | ||
45 | .search-results-box.odd { | 39 | .search-results-box.odd { |
46 | margin-left: 1%; | 40 | margin-left: 1%; |
47 | } | 41 | } |
42 | +.msie .search-results-box.odd { | ||
43 | + float: right; | ||
44 | +} | ||
48 | 45 | ||
49 | .search-results-innerbox { | 46 | .search-results-innerbox { |
50 | border: 1px solid #2A5896; | 47 | border: 1px solid #2A5896; |