Author: kien_nguyen
Date: 2010-08-23 05:01:59 -0400 (Mon, 23 Aug 2010)
New Revision: 3885
Modified:
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIUpload/Stylesheet.css
Log:
GTNPORTAL-1132 Display problem when uploading a file with too long name in
UIFormUploadInput
Modified:
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIUpload/Stylesheet.css
===================================================================
---
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIUpload/Stylesheet.css 2010-08-23
08:27:52 UTC (rev 3884)
+++
portal/branches/branched-r3845/web/eXoResources/src/main/webapp/skin/DefaultSkin/webui/component/UIUpload/Stylesheet.css 2010-08-23
09:01:59 UTC (rev 3885)
@@ -91,7 +91,8 @@
.FileNameLabel {
font-weight: bold;
line-height: 14px;
- max-width: 370px;
+ max-width: 370px;
+ overflow: hidden;
}
.RemoveFile {