Changeset 13390

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

refs #6264, apply patch to 1.1 branch for Dojo 1.1.1

Location:
branches/1.1/dijit/themes
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1/dijit/themes/nihilo/Toolbar.css

    r13053 r13390  
    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; 
  • branches/1.1/dijit/themes/soria/Toolbar.css

    r13053 r13390  
    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; 
  • branches/1.1/dijit/themes/tundra/Toolbar.css

    r13053 r13390  
    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;