Ignore:
Timestamp:
01/18/13 15:21:28 (11 years ago)
Author:
vmipsl
Message:

data access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_iasi/trunk/web/resources/css/iasi.css

    r724 r727  
    6464} 
    6565 
     66.containerAccess { 
     67    margin: 0 0 10px 0; 
     68    float: left; 
     69    width: 980px; 
     70} 
     71 
    6672.containerTabs { 
    6773    position: relative; 
     
    8995} 
    9096 
     97.radioProductLevel { 
     98    float: left; 
     99    margin-right: 10px; 
     100} 
     101 
     102#productLevel { 
     103    margin-top: 10px; 
     104} 
     105 
     106#productLevelComment { 
     107    margin: 10px; 
     108    padding: 5px; 
     109    float: left; 
     110    -moz-border-radius: 4px; 
     111    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); 
     112    -webkit-border-radius: 4px; 
     113    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); 
     114    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); 
     115    background: #3E647E; 
     116    color: white; 
     117    font-size: 11px; 
     118} 
     119 
    91120/** ***************************************************** **/ 
    92121/** ************************ TABS *********************** **/ 
Note: See TracChangeset for help on using the changeset viewer.