diff --git a/hourglass/client/login/login.css b/hourglass/client/login/login.css
index 4dc58bd..b63015d 100644
--- a/hourglass/client/login/login.css
+++ b/hourglass/client/login/login.css
@@ -169,7 +169,7 @@ a:hover {
border-radius: 50%;
position: absolute;
- top: 22vw;
+ top: 15vw;
left: 6.5vw;
}
@@ -177,7 +177,7 @@ a:hover {
height: 70vw;
position: absolute;
- top: 30.5vw;
+ top: 23.5vw;
left: 15vw;
}
@@ -185,7 +185,7 @@ a:hover {
color: #FCF0F0;
width: 100%;
position: absolute;
- top: 69vh;
+ top: 63vh;
}
#mLoginTexts h1 {
diff --git a/hourglass/client/login/login.html b/hourglass/client/login/login.html
index edd2fec..107a6bb 100644
--- a/hourglass/client/login/login.html
+++ b/hourglass/client/login/login.html
@@ -17,7 +17,7 @@
Everything in
One Place.
-
We'll handle the organization, you handle the work.
+
We handle the organization, you handle the work.
Sign in!
@@ -45,7 +45,7 @@
Everything in One Place
-
We'll handle the organization, you handle the work.
+
We handle the organization, you handle the work.
Sign in!
diff --git a/hourglass/client/mobile/mobile.css b/hourglass/client/mobile/mobile.css
index eb72d4d..e419d75 100644
--- a/hourglass/client/mobile/mobile.css
+++ b/hourglass/client/mobile/mobile.css
@@ -106,7 +106,7 @@
}
.mobileClassContent div {
- width: 30%;
+ width: 28%;
display: inline-block;
text-align: right;
}
diff --git a/hourglass/client/mobile/mobile.js b/hourglass/client/mobile/mobile.js
index 2528620..7ebcb30 100644
--- a/hourglass/client/mobile/mobile.js
+++ b/hourglass/client/mobile/mobile.js
@@ -54,6 +54,7 @@ Template.mobile.rendered = function() {
sendData("editWork");
}
+ mobileWork();
$("#mainCircleButton").velocity("fadeOut", 200);
$("#mobileBody").velocity("fadeOut", {
duration: 200,