Ignore:
Timestamp:
Apr 7, 2015 1:52:40 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/assets/css/custom.css

    r838 r883  
    311311#form-field-province {padding-left: 0;}
    312312#form-field-district {padding-left: 0;}
     313
     314.file-upload {
     315        position: relative;
     316        overflow: hidden;
     317        margin: 8px;
     318        border-radius: 4px;
     319}
     320.file-upload input.upload {
     321        position: absolute;
     322        top: 0;
     323        right: 0;
     324        margin: 0;
     325        padding: 0;
     326        font-size: 20px;
     327        cursor: pointer;
     328        opacity: 0;
     329        filter: alpha(opacity=0);
     330}
     331#input-upload{
     332        padding: 10px 12px;
     333        font-size: 14px;
     334        border: 1px solid #D8D8D8;
     335
     336}
     337#btn-submit{
     338        border-radius: 4px;
     339}
Note: See TracChangeset for help on using the changeset viewer.