Dotclear

Changeset 870:514d5121a125


Ignore:
Timestamp:
08/13/12 12:07:59 (13 years ago)
Author:
xave <xave@…>
Branch:
2.4
Tags:
2.4.4
Message:

Fixed border radius in CSS.

Location:
admin/style
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r814 r870  
    808808     text-transform: capitalize; 
    809809     padding: .33em .75em .33em 1em; 
     810     border-radius: 1em 0 0 1em; 
    810811     -moz-border-radius: 1em 0 0 1em; 
    811812     -webkit-border-top-left-radius: 1em; 
  • admin/style/install.css

    r269 r870  
    4747body.install .msg { 
    4848     padding:10px 10px 10px 60px; 
     49     border-radius:8px; 
    4950     -moz-border-radius:8px; 
    5051     -webkit-border-radius:8px; 
     
    6869     padding: 0.5em 0.5em 0.5em 60px; 
    6970     margin-bottom: 1em; 
     71     border-radius: 8px; 
    7072     -moz-border-radius: 8px; 
    7173     -webkit-border-radius: 8px; 
     
    129131     background-color: #666; 
    130132     padding: 0 10px; 
     133     border-radius: 2px; 
    131134     -moz-border-radius: 2px; 
    132135     -webkit-border-radius: 2px; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map