Browse Source

improved style, updated webevents

master
mort 8 years ago
parent
commit
baa014d970
2 changed files with 6 additions and 5 deletions
  1. 1
    1
      package.json
  2. 5
    4
      web/style.css

+ 1
- 1
package.json View File

@@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.13.4",
"webevents": "^1.0.1"
"webevents": "^1.0.2"
},
"devDependencies": {},
"description": ""

+ 5
- 4
web/style.css View File

@@ -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;

Loading…
Cancel
Save