Changeset 5132

Show
Ignore:
Timestamp:
08/05/08 06:33:35 (5 months ago)
Author:
matti.tahvonen@…
Message:

fixes #18678 (too long captions in panels)

Location:
trunk/WebContent/ITMILL/themes/default
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebContent/ITMILL/themes/default/panel/panel.css

    r4301 r5132  
    1111} 
    1212 
     13.i-panel { 
     14        background: transparent url(img/top-left.png) no-repeat; 
     15} 
    1316.i-panel:before { 
    1417        display: block; 
     
    4245        border-top: none; 
    4346        background: #fff; 
     47        overflow:hidden; 
    4448} 
    4549 
     
    5660        width: 9px; 
    5761        height: 9px; 
    58         background: transparent url(img/top-left.png) no-repeat; 
    5962        margin: -15px 0 5px -19px; 
    6063} 
     
    9497/* Light panel style */ 
    9598 
     99.i-panel-light { 
     100        background: transparent; 
     101} 
    96102.i-panel-light:before { 
    97103        display: none; 
  • trunk/WebContent/ITMILL/themes/default/styles.css

    r5129 r5132  
    821821} 
    822822 
     823.i-panel { 
     824        background: transparent url(panel/img/top-left.png) no-repeat; 
     825} 
    823826.i-panel:before { 
    824827        display: block; 
     
    852855        border-top: none; 
    853856        background: #fff; 
     857        overflow:hidden; 
     858} 
     859 
     860.i-panel-caption, 
     861.i-panel-caption-light { 
     862        text-overflow: ellipsis; 
    854863} 
    855864 
     
    866875        width: 9px; 
    867876        height: 9px; 
    868         background: transparent url(panel/img/top-left.png) no-repeat; 
    869877        margin: -15px 0 5px -19px; 
    870878} 
     
    904912/* Light panel style */ 
    905913 
     914.i-panel-light { 
     915        background: transparent; 
     916} 
    906917.i-panel-light:before { 
    907918        display: none;