Changeset 3961


Ignore:
Timestamp:
Nov 5, 2010, 12:50:52 PM (13 years ago)
Author:
Gregory Vincic
Message:

Fixed last column border in popups aswell.

Location:
trunk/client/servlet
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/gui/web/GUIConverter.java

    r3954 r3961  
    550550                titleBar.add(options);
    551551                // Table configuration updated flag set to "true"
    552                 Input tableConfigurationUpdatedField = trh.newInput().
     552                Input tableConfigurationUpdatedField = popContent.newInput().
    553553                setName("tableConfigurationUpdated").setType("hidden");
    554554                tableConfigurationUpdatedField.setValue("true");
  • trunk/client/servlet/www/static/css/layout2.jsp

    r3954 r3961  
    160160
    161161div.table table tr th:last-child,
     162div.table .tableContent table tr th:last-child,
    162163div.table table tr td:last-child
    163164{
Note: See TracChangeset for help on using the changeset viewer.