Changeset 13389

Show
Ignore:
Timestamp:
04/23/08 20:41:55 (7 months ago)
Author:
dylan
Message:

fixes #6264, remove extra spacing from editor toolbar icons

Location:
dijit/trunk/themes
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/themes/nihilo/Toolbar.css

    r13053 r13389  
    11.nihilo .dijitToolbar { 
    2         padding: 3px 0 1px 3px;  
     2        padding: 0 0 1px 0;      
    33        border-bottom: 1px solid #ccc; 
    44        background:#eaeaea url("images/titleBar.png") repeat-x top left; 
  • dijit/trunk/themes/soria/Toolbar.css

    r13053 r13389  
    11.soria .dijitToolbar { 
    2         padding: 3px 0 1px 3px;  
     2        padding: 0 0 1px 0;      
    33        border-bottom: 1px solid #ccc; 
    44        background:#eaeaea url("images/titleBar.png") repeat-x top left; 
  • dijit/trunk/themes/tundra/Toolbar.css

    r13053 r13389  
    11.tundra .dijitToolbar { 
    2         padding: 3px 0 1px 3px;  
     2        padding: 0 0 1px 0;      
    33        border-bottom: 1px solid #ccc; 
    44        background:#eaeaea url("images/titleBar.png") repeat-x top left;