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