- Change Summary:
-
resize it to work under 800x600 under firefox
bugfix 1571
Review Request #2058 — Created Jan. 22, 2011 and submitted
On a "New Review Request" page, the text fields for paths and filenames are too short. By setting the widths of related table and classes width 100% to fit the screen, and the size of the fileinput to be long enough under 800x600, they become longer. It works well in firefox (800x600) and Chromium. Need to be tested in IE and safari as well as for SVN repository.
DO
- Change Summary:
-
Edited the description.
- Description:
-
~ Make the table to fit the screen size.
~ And resize the fileinput widget for longer path and filename. ~ It works well in Chrome but overflows when screensize is small under firefox. ~ On a "New Review Request" page, the text fields for paths and filenames are too short.
~ By setting the widths of related table and classes width 100% to fit the screen, and the size of the fileinput to be long enough under 800x600, ~ they become longer. + + It works well in firefox (800x600) and Chromium.
Need to be tested in IE and safari as well as for SVN repository.