Changeset 13465

Show
Ignore:
Timestamp:
04/29/08 19:45:49 (7 months ago)
Author:
alex
Message:

fixing weird white border at the bottom of buttons and the strange white border at the left and bottom of tabs. Refs #6455. Refs #6644.

Location:
dijit/trunk/themes/tundra
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/themes/tundra/layout/TabContainer.css

    r13448 r13465  
    2626.tundra .dijitTabInnerDiv { 
    2727        padding:6px 10px 4px 10px; 
    28         border-left:1px solid #fff; 
    29         border-bottom:1px solid #fff; 
     28} 
     29 
     30.tundra .dijitTabChecked .dijitTabInnerDiv { 
     31        padding: 6px 10px 3px 10px; 
     32        border-bottom: 1px solid #fff; 
    3033} 
    3134