Changeset 878


Ignore:
Timestamp:
Sep 26, 2005, 11:17:17 PM (19 years ago)
Author:
plg
Message:
  • bug 158 fixed: display error on "double selects" screens (with MSIE, strange behavior). VDigital modification optimizes width usage :-)
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ChangeLog

    r877 r878  
     12005-09-26 Pierrick LE GALL
     2
     3        * bug 158 fixed: display error on "double selects" screens (with
     4        MSIE, strange behavior). VDigital modification optimizes width
     5        usage :-)
     6
    172005-09-25 Pierrick LE GALL
    28
  • trunk/template/yoga/default-layout.css

    r859 r878  
    123123}
    124124select.categoryList {
    125   width: 400px;
     125  width: 100%;
    126126}
    127127
     
    234234  text-align: center;
    235235  margin: 0 auto;
     236  width: 100%;
    236237}
    237238
    238239TABLE.doubleSelect TD {
    239240  padding: 0 5px;
     241  width: 50%;
    240242}
    241243
     
    265267  display: none;
    266268}
    267 
Note: See TracChangeset for help on using the changeset viewer.