Skip to content

Commit

Permalink
fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil Anar committed Jan 26, 2016
1 parent e57ae99 commit b994b3f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
Expand Down
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ <h2 class="beige bold title">Letztes update</h2>
<div class="row staticInfo">
<div class="info serialNr">
<h3 class="title beige bold">Gerätenr.</h3>
<span class="thin val"></span>
<select id="device-selector">
</select>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ body, html {
}

.proteus .selectboxit-text {
width: 60%;
width: 100%;
}

.proteus .selectboxit-container > .selectboxit {
Expand All @@ -382,7 +382,7 @@ body, html {
}

.proteus .selectboxit-container > .selectboxit-options {
background-color: transparent;
background-color: #F0E8DE;
border: 1px solid #A5A19B;
border-radius: 0;
}
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b994b3f

Please sign in to comment.