Ignore:
Timestamp:
Sep 1, 2011, 3:58:41 PM (13 years ago)
Author:
plg
Message:

add rounded borders for chrome/IE9 on install.php buttons and input fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/install.tpl

    r9554 r12028  
    130130  padding:5px;
    131131  -moz-border-radius:5px;
     132  -webkit-border-radius:5px;
     133  border-radius:5px;
    132134}
    133135
     
    141143  border:2px solid #ccc;
    142144  -moz-border-radius:5px;
     145  -webkit-border-radius:5px;
     146  border-radius:5px;
    143147  padding:2px;
    144148}
Note: See TracChangeset for help on using the changeset viewer.