Commit 1625466a87839ef25c87b35d1f3b45cf5eb40ddd
1 parent
c4ff67d827
Exists in
master
and in
1 other branch
Prettified autofill
Showing 1 changed file with 4 additions and 0 deletions Inline Diff
flashy.css
View file @
1625466
#loginform input { | 1 | 1 | #loginform input { | |
2 | 2 | |||
} | 3 | 3 | } | |
4 | 4 | |||
5 | 5 | |||
#sidebar { | 6 | 6 | #sidebar { | |
position:absolute; | 7 | 7 | position:absolute; | |
top:100px; | 8 | 8 | top:100px; | |
left:0px; | 9 | 9 | left:0px; | |
} | 10 | 10 | } | |
11 | 11 | |||
.diclaimer { | 12 | 12 | .diclaimer { | |
color:#00AFD8; | 13 | 13 | color:#00AFD8; | |
} | 14 | 14 | } | |
15 | 15 | |||
.form-section { | 16 | 16 | .form-section { | |
width: 330px; | 17 | 17 | width: 330px; | |
top: 50%; | 18 | 18 | top: 50%; | |
position: relative; | 19 | 19 | position: relative; | |
} | 20 | 20 | } | |
21 | 21 | |||
.form-inputs { | 22 | 22 | .form-inputs { | |
margin-top: 0px; | 23 | 23 | margin-top: 0px; | |
border: 0px none; | 24 | 24 | border: 0px none; | |
font: 16px/1.4 "Helvetica Neue","HelveticaNeue",Helvetica,Arial; | 25 | 25 | font: 16px/1.4 "Helvetica Neue","HelveticaNeue",Helvetica,Arial; | |
padding: 5px 10px 11px 13px; | 26 | 26 | padding: 5px 10px 11px 13px; | |
width: 100%; | 27 | 27 | width: 100%; | |
box-sizing: border-box; | 28 | 28 | box-sizing: border-box; | |
} | 29 | 29 | } | |
30 | 30 | |||
.form-buttons { | 31 | 31 | .form-buttons { | |
margin-top: 10px; | 32 | 32 | margin-top: 10px; | |
width: 100%; | 33 | 33 | width: 100%; | |
font-size: 16px; | 34 | 34 | font-size: 16px; | |
} | 35 | 35 | } | |
36 | 36 | |||
.form-buttons .last-button { | 37 | 37 | .form-buttons .last-button { | |
float: right; | 38 | 38 | float: right; | |
} | 39 | 39 | } | |
40 | 40 | |||
.container { | 41 | 41 | .container { | |
position: relative; | 42 | 42 | position: relative; | |
width: 600px; | 43 | 43 | width: 600px; | |
height: 80px; | 44 | 44 | height: 80px; | |
} | 45 | 45 | } | |
46 | 46 | |||
.angucomplete-dropdown { | 47 | 47 | .angucomplete-dropdown { | |
border-color: #ececec; | 48 | 48 | border-color: #ececec; | |
border-width: 1px; | 49 | 49 | border-width: 1px; | |
border-style: solid; | 50 | 50 | border-style: solid; | |
border-radius: 2px; | 51 | 51 | border-radius: 2px; | |
/*width: 250px;*/ | 52 | 52 | /*width: 250px;*/ | |
padding: 6px; | 53 | 53 | padding: 6px; | |
cursor: pointer; | 54 | 54 | cursor: pointer; | |
z-index: 9999; | 55 | 55 | z-index: 9999; | |
position: absolute; | 56 | 56 | position: absolute; | |
/*top: 32px; | 57 | 57 | /*top: 32px; | |
left: 0px; | 58 | 58 | left: 0px; | |
*/ | 59 | 59 | */ | |
margin-top: -6px; | 60 | 60 | margin-top: -6px; | |
background-color: #ffffff; | 61 | 61 | background-color: #ffffff; | |
} | 62 | 62 | } | |
63 | 63 | |||
.angucomplete-description { | 64 | 64 | .angucomplete-description { | |
font-size: 14px; | 65 | 65 | font-size: 14px; |