Changeset 2701


Ignore:
Timestamp:
05/26/10 21:48:23 (3 years ago)
Author:
azerttyu
Message:

donner des rondeurs pour opera et safari

  • Comme le montre  http://border-radius.com/, il est possible d'avoir des bordures arrondies pour d'autres navigateurs supportant les CSS3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/admin/styles/style.css

    r2681 r2701  
    202202        width: 1020px; 
    203203        border: 5px solid #1D6A9F; 
     204        -webkit-border-radius: 10px; 
    204205        -moz-border-radius: 10px; 
     206        border-radius: 10px;     
    205207        background-color: #F0F0FA; 
    206208/*      background: #F1F8FD url(/admin/images/bgborder.gif) repeat-y scroll top left; */ 
     
    248250        background-color: #C0DCF0; 
    249251        padding: 3px; 
     252        -webkit-border-radius: 4px; 
    250253        -moz-border-radius: 4px; 
     254        border-radius: 4px; 
    251255} 
    252256 
     
    307311        border: 1px solid black; 
    308312        height: 8px; 
     313        -webkit-border-radius:4px; 
    309314        -moz-border-radius: 4px; 
     315        border-radius: 4px; 
    310316} 
    311317 
Note: See TracChangeset for help on using the changeset viewer.