Commit dd71074e64ccb9ea8c19b0644a993dbdb32e2d50
1 parent
aff4dafcf4
Exists in
master
and in
1 other branch
cleaned up css; added wildcard to url routing for resetpassword;
Showing 4 changed files with 10 additions and 38 deletions Side-by-side Diff
config.js
View file @
dd71074
flashy.css
View file @
dd71074
1 | -.diclaimer { | |
2 | - color:#00AFD8; | |
3 | -} | |
4 | - | |
5 | -.form-section { | |
6 | - width: 330px; | |
7 | - top: 50%; | |
8 | - position: relative; | |
9 | -} | |
10 | - | |
11 | -.form-inputs { | |
12 | - margin-top: 0px; | |
13 | - border: 0px none; | |
14 | - font: 16px/1.4 "Helvetica Neue","HelveticaNeue",Helvetica,Arial; | |
15 | - padding: 5px 10px 11px 13px; | |
16 | - width: 100%; | |
17 | - box-sizing: border-box; | |
18 | -} | |
19 | - | |
20 | -.form-buttons { | |
21 | - margin-top: 10px; | |
22 | - width: 100%; | |
23 | - font-size: 16px; | |
24 | -} | |
25 | - | |
26 | -.form-buttons .last-button { | |
27 | - float: right; | |
28 | -} | |
29 | - | |
30 | -.container { | |
31 | - position: relative; | |
32 | - width: 600px; | |
33 | - height: 80px; | |
34 | -} | |
35 | - | |
36 | -.angucomplete-dropdown { | |
1 | +.angucomplete-dropdown { | |
37 | 2 | border-color: #ececec; |
38 | 3 | border-width: 1px; |
39 | 4 | border-style: solid; |
... | ... | @@ -63,5 +28,11 @@ |
63 | 28 | |
64 | 29 | .angucomplete-selected-row { |
65 | 30 | background-color:#aaaaff; |
31 | +} | |
32 | + | |
33 | +.container { | |
34 | + position: relative; | |
35 | + width: 600px; | |
36 | + height: 80px; | |
66 | 37 | } |
templates/requestpasswordreset.html
View file @
dd71074