| @@ -10,7 +10,7 @@ | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "express": "^4.13.4", | |||
| "webevents": "^1.0.1" | |||
| "webevents": "^1.0.2" | |||
| }, | |||
| "devDependencies": {}, | |||
| "description": "" | |||
| @@ -23,21 +23,22 @@ html, body { | |||
| } | |||
| #add .name, | |||
| #add .submit { | |||
| box-sizing: content-box; | |||
| -webkit-appearance: none; | |||
| font-size: 16px; | |||
| border: 1px solid #aaa; | |||
| border-radius: 5px; | |||
| background-color: #fff; | |||
| height: 20px; | |||
| padding: 6px; | |||
| } | |||
| #add .name { | |||
| width: 80%; | |||
| height: 30px; | |||
| width: 78%; | |||
| border-top-right-radius: 0px; | |||
| border-bottom-right-radius: 0px; | |||
| } | |||
| #add .submit { | |||
| width: 10%; | |||
| height: 30px; | |||
| width: 8%; | |||
| background-color: #eee; | |||
| border-top-left-radius: 0px; | |||
| border-bottom-left-radius: 0px; | |||