Ignore:
Timestamp:
Mar 12, 2014, 11:28:47 PM (10 years ago)
Author:
Miklfe
Message:

Version de lancement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/MyPiwiShop/template/elem_form_style.css

    r27568 r27743  
    1 
    2 /* ----------------------------------------------  Reset form elements ---------------------------------------------- */
     1/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
    32       
    4         div.mps input, div.mps select,div.mps textarea {
     3        div.mps input, div.mps select, div.mps textarea {
     4                font-family:inherit;
    55                margin:0; padding:0; font-size:0.85em; outline:none;
    6                 font-family:inherit;   
    76                -moz-box-sizing:border-box; /* Firefox */
    87                -webkit-box-sizing:border-box; /* Safari */
     
    1312
    1413        div.mps input[type="text"],div.mps textarea,div.mps  select,div.mps div.styled,div.mps input[type="file"] { 
    15                 width:12em; border-radius:2px; border: solid 1px #ccc; padding:0.4em;}
     14                min-width:13em; border-radius:2px; border: solid 1px #ccc; padding:0.4em;}
    1615       
    1716        div.mps div.styled,div.mps select,div.mps input[type="submit"],div.mps input[type="button"],
     
    3938
    4039        div.mps div.styled select {     
     40                font-family:inherit;
    4141                width:115%; background-color:rgba(255,255,255,0); background-image:none;
    4242                -webkit-appearance: none; border:none; box-shadow:none;}
     
    111111        div.mps input[type="submit"],
    112112        div.mps input[type="button"] {
     113                font-family:inherit;
    113114                padding:0.5em 1em; line-height:1em; cursor:pointer;
    114115                border-radius:4px; color:#000; font-weight:bold; font-size:inherit;
Note: See TracChangeset for help on using the changeset viewer.