From b994b3fe5122113160ca5660e62e0e171f161899 Mon Sep 17 00:00:00 2001 From: Anil Anar Date: Tue, 26 Jan 2016 13:59:54 +0100 Subject: [PATCH] fix minor issues --- Gruntfile.js | 1 - app/index.html | 1 - app/style/main.css | 4 ++-- bower.json | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a69af3f..cc0930d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -50,7 +50,6 @@ module.exports = function (grunt) { 'app/bower_components/d3/d3.js', 'app/bower_components/moment/moment.js', 'app/bower_components/moment/locale/de.js', - 'app/bower_components/jquery/dist/jquery.js', 'app/bower_components/touche/src/touche.js', 'app/script/main.js' ] diff --git a/app/index.html b/app/index.html index 2640cb5..8bc0b71 100644 --- a/app/index.html +++ b/app/index.html @@ -134,7 +134,6 @@

Letztes update

Gerätenr.

-
diff --git a/app/style/main.css b/app/style/main.css index 9811994..5b799b0 100644 --- a/app/style/main.css +++ b/app/style/main.css @@ -359,7 +359,7 @@ body, html { } .proteus .selectboxit-text { - width: 60%; + width: 100%; } .proteus .selectboxit-container > .selectboxit { @@ -382,7 +382,7 @@ body, html { } .proteus .selectboxit-container > .selectboxit-options { - background-color: transparent; + background-color: #F0E8DE; border: 1px solid #A5A19B; border-radius: 0; } diff --git a/bower.json b/bower.json index 54cc294..fdd0657 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,6 @@ ], "dependencies": { "angularjs": "~1.2.22", - "jquery": "~2.1.1", "d3": "~3.4.11", "moment": "~2.8.2", "touche": "https://github.com/benhowdle89/touche.git",