Changeset 1406

Show
Ignore:
Timestamp:
06/04/07 17:04:12
Author:
johnsa
Message:

user client: fully encapsulate bedework css for better portal integration

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css

    r1403 r1406  
    1 body { 
     1#bedework { 
     2  /* this is the main wrapper div used to encapsulate all Bedework CSS; we  
     3     will prepend each selector below with this ID - this helps encapsulate  
     4     the css for use in portal environments (though it does imply that only  
     5     one instance should be running on a portal page) */ 
    26  font-family : Arial, Helvetica, sans-serif; 
    37  font-size: 100%; /* to make IE behave */ 
     
    59  color : black; 
    610  padding: 0.75em 1em 0em 1em; 
    7   margin: 0;   
    8 
    9 #bedework { 
    10   /* this is the main wrapper div used to encapsulate all Bedework CSS; we  
    11      will prepend each selector below with this ID */ 
    12   margin: 0; 
    13   padding: 0; 
    14   display: inline; 
     11  margin: 0;  
    1512} 
    1613/* Generic selectors*/