diff --git a/src/app/app.js b/src/app/app.js
index 16a1e5f6193..4d1dec4f673 100644
--- a/src/app/app.js
+++ b/src/app/app.js
@@ -67,16 +67,7 @@ function (angular, $, _, appLevelRequire) {
'pasvaz.bindonce'
];
- var module_types = ['controllers', 'directives', 'factories', 'services', 'filters'];
-
- if (window.grafanaBackend) {
- module_types.push('routes');
- angular.module('grafana.routes.standalone', []);
- }
- else {
- module_types.push('routes.standalone');
- angular.module('grafana.routes', []);
- }
+ var module_types = ['controllers', 'directives', 'factories', 'services', 'filters', 'routes'];
_.each(module_types, function (type) {
var module_name = 'grafana.'+type;
diff --git a/src/app/partials/login.html b/src/app/partials/login.html
index 6994cd87e82..c0fb9e9e990 100644
--- a/src/app/partials/login.html
+++ b/src/app/partials/login.html
@@ -23,7 +23,7 @@
User
-
+
@@ -34,7 +34,7 @@
Password
-
+
@@ -46,7 +46,7 @@
Email
-
+
@@ -58,7 +58,7 @@
Password
-
+
diff --git a/src/css/less/tightform.less b/src/css/less/tightform.less
index bbad806823c..387420b6c49 100644
--- a/src/css/less/tightform.less
+++ b/src/css/less/tightform.less
@@ -151,7 +151,8 @@ input[type=text].tight-form-clear-input {
border-right: 1px solid @grafanaTargetSegmentBorder;
margin: 0px;
border-radius: 0;
- padding: 18px 6px;
+ padding: 8px 6px;
+ height: 100%;
box-sizing: border-box;
&.last {
border-right: none;
diff --git a/src/views/index.html b/src/views/index.html
index c29fdd5a28a..a5b0dbba05c 100644
--- a/src/views/index.html
+++ b/src/views/index.html
@@ -22,7 +22,7 @@
-
+
diff --git a/wercker.yml b/wercker.yml
index 757ca838fca..dfd7b1f6a11 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -34,7 +34,7 @@ build:
- script:
name: copy output
code: |-
- cp $WERCKER_SOURCE_DIR/dist $WERCKER_ROOT
+ cp -r $WERCKER_SOURCE_DIR/dist/ $WERCKER_ROOT/
rsync -rv "$WERCKER_SOURCE_DIR/dist/" "$WERCKER_OUTPUT_DIR"
- s3sync: