diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 5e6701a..0000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory" : "bower_components" -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 6fe25bb..19cd53d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules -bower_components .tmp .vagrant results/* diff --git a/.travis.yml b/.travis.yml index 3e5dd80..3bf526f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js +sudo: false node_js: - "0.12.4" before_install: diff --git a/bower.json b/bower.json deleted file mode 100644 index 12cd42e..0000000 --- a/bower.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "yellowlabtools", - "dependencies": { - "angular": "1.3.15", - "angular-route": "1.3.15", - "angular-resource": "1.3.15", - "angular-sanitize": "1.3.15", - "angular-animate": "1.3.15", - "angular-local-storage": "0.2.2", - "angular-chart.js": "0.7.1", - "Chart.js": "~1.0.2" - } -} diff --git a/front/src/css/main.css b/front/src/css/main.css index 1fc06d5..1d698ba 100644 --- a/front/src/css/main.css +++ b/front/src/css/main.css @@ -192,8 +192,11 @@ a.linkButton { background: #000; } .screenshotWrapper > div { - overflow: scroll; position: relative; + overflow: hidden; +} +.screenshotWrapper > div:hover { + overflow: auto; } .screenshotWrapper .screenshotImage { width: 100%; diff --git a/front/src/less/main.less b/front/src/less/main.less index dafdc21..2aac50b 100644 --- a/front/src/less/main.less +++ b/front/src/less/main.less @@ -132,8 +132,12 @@ a.linkButton { background: #000; > div { - overflow: scroll; position: relative; + overflow: hidden; + + &:hover { + overflow: auto; + } } .screenshotImage { diff --git a/front/src/main.html b/front/src/main.html index 88ce064..790cb59 100644 --- a/front/src/main.html +++ b/front/src/main.html @@ -16,18 +16,18 @@ - + - - - - - - - - + + + + + + + + diff --git a/front/src/views/dashboard.html b/front/src/views/dashboard.html index a7a2191..f5dfa2c 100644 --- a/front/src/views/dashboard.html +++ b/front/src/views/dashboard.html @@ -49,7 +49,7 @@