Commit f2aab75d3ac20b0d675c4fd7bb9124b70158a424
1 parent
82ba31ff
KTS-2446
"CLONE -Skins don't disply properly on portlets in IE 6 (SUP-464)" Fixed. Updated css for skin Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7389 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
83 additions
and
10 deletions
skins/kts_blue/kt-ie-morph.css
| ... | ... | @@ -43,36 +43,109 @@ |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | /* Portlets */ |
| 46 | +#portletbar .portlet { | |
| 47 | + background: url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 48 | + margin: 0 0 0 0; | |
| 49 | +} | |
| 50 | + | |
| 51 | +#portletbar .portlet.expanded { | |
| 52 | + background: url(portlet_bg.gif) top left repeat-x; | |
| 53 | + border: 1px solid #ccc; | |
| 54 | + margin: 0 0 0 0; | |
| 55 | +} | |
| 56 | + | |
| 57 | +#portletbar .portlet .portletTopRight { | |
| 58 | + display: none; | |
| 59 | +} | |
| 60 | + | |
| 61 | +#portletbar .portlet.expanded .portletTopRight { | |
| 62 | + display: none; | |
| 63 | +} | |
| 64 | + | |
| 65 | +#portletbar .portlet .portletbodyBottomLeft { | |
| 66 | + display: none; | |
| 67 | +} | |
| 68 | + | |
| 69 | +#portletbar .portlet.expanded .portletbodyBottomLeft { | |
| 70 | + display: none; | |
| 71 | +} | |
| 72 | + | |
| 73 | +#portletbar .portlet .portletbodyBottomRight { | |
| 74 | + display: none; | |
| 75 | +} | |
| 76 | + | |
| 77 | +#portletbar .portlet.expanded .portletbodyBottomRight { | |
| 78 | + display: none; | |
| 79 | +} | |
| 80 | + | |
| 81 | +#portletbar .portlet .portletTopRepeat { | |
| 82 | + display: none; | |
| 83 | +} | |
| 46 | 84 | |
| 85 | +#portletbar .portlet.expanded .portletTopRepeat { | |
| 86 | + display: none; | |
| 87 | +} | |
| 88 | + | |
| 89 | +#portletbar .portlet.expanded .portletbody { | |
| 90 | + background: none; | |
| 91 | + border: none; | |
| 92 | + background-color: white; | |
| 93 | +} | |
| 94 | +/* | |
| 47 | 95 | #portletbar .portlet.expanded h4 |
| 48 | 96 | { |
| 49 | 97 | background: url(minus.gif) 10px 45% no-repeat; |
| 50 | 98 | } |
| 51 | 99 | |
| 52 | 100 | #portletbar .portlet.expanded .portletTopRepeat { |
| 53 | - background: url(portlet_bg.gif) top left repeat-x; | |
| 101 | + display: none; | |
| 54 | 102 | } |
| 55 | 103 | |
| 56 | -#portletbar .portlet.expanded { | |
| 57 | - background: url(portlet_corner_topleft.gif) top left no-repeat; | |
| 104 | +#portletbar .portlet .expanded { | |
| 105 | + background: url(portlet_bg.gif) top left repeat-x; | |
| 106 | + border: 1px solid #ccc; | |
| 107 | + margin: 0 0 0 0; | |
| 58 | 108 | } |
| 59 | 109 | |
| 60 | 110 | #portletbar .portlet.expanded .portletTopRight { |
| 61 | - background: url(portlet_corner_topright.gif) top right no-repeat; | |
| 111 | + display: none; | |
| 62 | 112 | } |
| 63 | 113 | |
| 64 | -#portletbar .portlet.portletTopRepeat { | |
| 65 | - background: url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 114 | +#portletbar .portlet .portletbodyBottomLeft { | |
| 115 | + display: none; | |
| 66 | 116 | } |
| 67 | 117 | |
| 68 | -#portletbar.portlet { | |
| 69 | - background: url(portlet_corner_topleft_collapsed.gif) top left no-repeat; | |
| 118 | +#portletbar .portlet.expanded .portletbodyBottomLeft { | |
| 119 | + display: none; | |
| 70 | 120 | } |
| 71 | 121 | |
| 72 | -#portletbar .portlet.portletTopRight { | |
| 73 | - background: url(portlet_corner_topright_collapsed.gif) top right no-repeat; | |
| 122 | +#portletbar .portlet .portletbodyBottomRight { | |
| 123 | + display: none; | |
| 74 | 124 | } |
| 75 | 125 | |
| 126 | +#portletbar .portlet.expanded .portletbodyBottomRight { | |
| 127 | + display: none; | |
| 128 | +} | |
| 129 | + | |
| 130 | +#portletbar .portlet .portletTopRepeat { | |
| 131 | + display: none; | |
| 132 | +} | |
| 133 | + | |
| 134 | +#portletbar .portlet { | |
| 135 | + background: url(portlet_bg_collapsed.gif) top left repeat-x; | |
| 136 | + margin: 0 0 0 0; | |
| 137 | +} | |
| 138 | + | |
| 139 | +#portletbar .portlet .portletTopRight { | |
| 140 | + display: none; | |
| 141 | +} | |
| 142 | + | |
| 143 | +#portletbar .portlet.expanded .portletbody { | |
| 144 | + background: none; | |
| 145 | + border: none; | |
| 146 | + background-color: white; | |
| 147 | +}*/ | |
| 148 | + | |
| 76 | 149 | .collapsible.expanded h4 |
| 77 | 150 | { |
| 78 | 151 | background: url(minus.gif) 10px 50% no-repeat; | ... | ... |