Update dependencies and style tweaks

This commit is contained in:
Matthew Ross 2017-05-14 13:32:50 -04:00
parent 588dabae44
commit 8c19f82ce2
3 changed files with 16 additions and 16 deletions

View File

@ -27,14 +27,14 @@
},
"homepage": "https://github.com/kiswa/TaskBoard#readme",
"devDependencies": {
"@angular/common": "4.1.1",
"@angular/compiler": "4.1.1",
"@angular/core": "4.1.1",
"@angular/forms": "4.1.1",
"@angular/http": "4.1.1",
"@angular/platform-browser": "4.1.1",
"@angular/platform-browser-dynamic": "4.1.1",
"@angular/router": "4.1.1",
"@angular/common": "4.1.2",
"@angular/compiler": "4.1.2",
"@angular/core": "4.1.2",
"@angular/forms": "4.1.2",
"@angular/http": "4.1.2",
"@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.2",
"@angular/router": "4.1.2",
"@types/chartist": "^0.9.34",
"@types/core-js": "^0.9.41",
"@types/highlight.js": "^9.1.9",
@ -49,7 +49,7 @@
"dragula": "^3.7.2",
"escape-string-regexp": "^1.0.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-chmod": "^2.0.0",
"gulp-composer": "^0.4.0",
"gulp-concat": "^2.6.1",
@ -70,10 +70,10 @@
"merge-stream": "^1.0.1",
"mock-browser": "^0.92.14",
"ng2-dragula": "^1.3.1",
"node-normalize-scss": "^2.0.0",
"node-normalize-scss": "^3.0.0",
"reflect-metadata": "^0.1.10",
"rxjs": "5.3.1",
"scss-base": "^1.3.3",
"rxjs": "5.4.0",
"scss-base": "^1.3.4",
"systemjs": "0.20.12",
"systemjs-builder": "0.16.4",
"touch": "^1.0.0",

View File

@ -181,7 +181,7 @@ button {
padding: 7px;
input {
width: calc(100% - 38px);
width: calc(100% - 40px);
}
button {

View File

@ -48,15 +48,15 @@
.categories {
[type="text"] {
width: calc(100% - 74px);
width: calc(100% - 81px);
}
[type="color"] {
cursor: pointer;
height: 30px;
height: 35px;
margin-left: 2px;
vertical-align: bottom;
width: 30px;
width: 35px;
}
}