Procházet zdrojové kódy

improved style, updated webevents

master
mort před 8 roky
rodič
revize
baa014d970
2 změnil soubory, kde provedl 6 přidání a 5 odebrání
  1. 1
    1
      package.json
  2. 5
    4
      web/style.css

+ 1
- 1
package.json Zobrazit soubor

@@ -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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit