Hourglass
diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css
index 3964e9a..d4a2627 100644
--- a/hourglass/client/main/main.css
+++ b/hourglass/client/main/main.css
@@ -38,6 +38,38 @@ html {
user-select: none;
}
+::-webkit-input-placeholder {
+ font-size: 70%;
+}
+
+:-moz-placeholder {
+ font-size: 70%;
+}
+
+::-moz-placeholder {
+ font-size: 70%;
+}
+
+:-ms-input-placeholder {
+ font-size: 70%;
+}
+
+.formInvalid::-webkit-input-placeholder {
+ color: red;
+}
+
+.formInvalid:-moz-placeholder {
+ color: red;
+}
+
+.formInvalid::-moz-placeholder {
+ color: red;
+}
+
+.formInvalid:-ms-input-placeholder {
+ color: red;
+}
+
body {
margin: 0;
}
diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css
index c6459dd..3ce1268 100644
--- a/hourglass/client/profile/profile.css
+++ b/hourglass/client/profile/profile.css
@@ -4,6 +4,10 @@
cursor: pointer;
}
+.radio {
+ cursor: pointer;
+}
+
.changeInput {
font-size: 100%;
padding: 0;
@@ -15,6 +19,7 @@
font-size: 150%;
font-weight: 400;
margin: 0;
+ margin-bottom: 1%;
}
.profHea {
@@ -82,6 +87,8 @@
position: absolute;
display: none;
+ z-index: 5;
+
opacity: 0;
-webkit-transition: opacity 0.4s ease;
@@ -90,10 +97,12 @@
transition: opacity 0.4s ease;
}
-.profOptions p {
+.profOptionText {
font-size: 150%;
+ min-width: 10%;
+ padding: 20px;
margin: 0;
- padding: 20%;
+
text-align: center;
cursor: pointer;
@@ -144,8 +153,6 @@
}
#profClassInfoHolder {
-
-
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
-ms-transition: opacity 0.4s ease;
@@ -231,6 +238,17 @@
overflow-y: scroll;
}
+.classHolder h3 {
+ font-style: italic;
+ font-weight: 200;
+ margin-left: 1%;
+
+ color: #999;
+
+ -webkit-filter :none;
+ filter: none;
+}
+
.classBox {
font-size: 150%;
width: 100%;
@@ -273,10 +291,57 @@
width: 13%;
}
+#creRules {
+ position: absolute;
+}
+
+#create {
+ margin-top: 2.5%;
+ padding: 5%;
+ padding-top: 1%;
+}
+
+#create div {
+ margin: 2%;
+ margin-left: 11%;
+ margin-bottom: 5%;
+ display: inline-block;
+}
+
+.creInput {
+ font-size: 120%;
+ padding: 3%;
+}
+
+.creOp {
+ margin: 0 !important;
+}
+
.-autocomplete-container {
+ margin: 0.5% 0 0 0 !important;
display: none;
}
+#creSubmit {
+ font-weight: 200;
+ font-size: 140%;
+ margin: 0 35% 0 35%;
+ padding: 2%;
+
+ background-color: rgba(0,0,0,0.25);
+ text-align: center;
+ cursor: pointer;
+
+ -webkit-transition: background-color 0.4s ease;
+ -moz-transition: background-color 0.4s ease;
+ -ms-transition: background-color 0.4s ease;
+ transition: background-color 0.4s ease;
+}
+
+#creSubmit:hover {
+ background-color: rgba(0,0,0,0.15);
+}
+
#restrict {
font-size: 100%;
font-style: italic;
@@ -316,6 +381,7 @@
#save h2 {
font-weight: 200;
+ width: 100%;
padding: 8%;
-webkit-filter: none;
diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html
index 118bb10..42a674c 100644
--- a/hourglass/client/profile/profile.html
+++ b/hourglass/client/profile/profile.html
@@ -19,13 +19,13 @@
Grade:
-
{{grade}}
+
{{grade}}
-
9th
-
10th
-
11th
-
12th
+
9th
+
10th
+
11th
+
12th