Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Portlets
-
ICEsoft Forum Reference:
Description
Looking between xp.css and xp-portlet.css, I find that
Code:
.iceDatTbl td span.iceOutTxt{
display:block;
overflow:hidden;
padding:2px 0;
}
in xp-portlet.css is empty
Code:
.iceDatTbl td span.iceOutTxt{
}
The same styling should be applied to ensure consistent alignment behavior between both environments.
Code:
.iceDatTbl td span.iceOutTxt{
display:block;
overflow:hidden;
padding:2px 0;
}
in xp-portlet.css is empty
Code:
.iceDatTbl td span.iceOutTxt{
}
The same styling should be applied to ensure consistent alignment behavior between both environments.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17357 | Thu Aug 14 09:49:59 MDT 2008 | ken.fyten | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/rime/rime-portlet.css |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17358 | Thu Aug 14 09:54:27 MDT 2008 | ken.fyten | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/rime/rime-portlet.css
MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css |
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee | Ken Fyten [ ken.fyten ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Ken Fyten [ ken.fyten ] |
Fixed.
Trunk:
rev # 17357
ICE-3421: Align style-class for ice:outputText between xp.css and xp-portlet.css and rime.css and rime-portlet.css stylesheets.M /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/rime/rime-portlet.css
M /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css
icefaces-1.7 branch:
rev # 17358
ICE-3421: Align style-class for ice:outputText between xp.css and xp-portlet.css and rime.css and rime-portlet.css stylesheets.M /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/rime/rime-portlet.css
M /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css