Преглед изворни кода

improved style, updated webevents

master
mort пре 8 година
родитељ
комит
baa014d970
2 измењених фајлова са 6 додато и 5 уклоњено
  1. 1
    1
      package.json
  2. 5
    4
      web/style.css

+ 1
- 1
package.json Прегледај датотеку

"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"express": "^4.13.4", "express": "^4.13.4",
"webevents": "^1.0.1"
"webevents": "^1.0.2"
}, },
"devDependencies": {}, "devDependencies": {},
"description": "" "description": ""

+ 5
- 4
web/style.css Прегледај датотеку

} }
#add .name, #add .name,
#add .submit { #add .submit {
box-sizing: content-box;
-webkit-appearance: none; -webkit-appearance: none;
font-size: 16px; font-size: 16px;
border: 1px solid #aaa; border: 1px solid #aaa;
border-radius: 5px; border-radius: 5px;
background-color: #fff; background-color: #fff;
height: 20px;
padding: 6px;
} }
#add .name { #add .name {
width: 80%;
height: 30px;
width: 78%;
border-top-right-radius: 0px; border-top-right-radius: 0px;
border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
} }
#add .submit { #add .submit {
width: 10%;
height: 30px;
width: 8%;
background-color: #eee; background-color: #eee;
border-top-left-radius: 0px; border-top-left-radius: 0px;
border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;

Loading…
Откажи
Сачувај