Merge branch 'master' of https://github.com/ksjdragon/hourglass
This commit is contained in:
commit
b0bcab725c
@ -167,9 +167,11 @@ input {
|
|||||||
|
|
||||||
.noScroll input, .noScroll textarea {
|
.noScroll input, .noScroll textarea {
|
||||||
font-family: 'Raleway';
|
font-family: 'Raleway';
|
||||||
|
font-weight: 100;
|
||||||
background-color: rgba(0,0,0,0.2);
|
background-color: rgba(0,0,0,0.2);
|
||||||
border: 0;
|
border: 0;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-bars, .fa-cog, .fa-question {
|
.fa-bars, .fa-cog, .fa-question {
|
||||||
|
|||||||
@ -557,7 +557,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
position: relative;
|
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -571,14 +570,10 @@
|
|||||||
|
|
||||||
.formDiv input {
|
.formDiv input {
|
||||||
font-size: 2vh;
|
font-size: 2vh;
|
||||||
width: calc(98% - 8px) !important;
|
width: 98% !important;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.formDiv .-autocomplete-container {
|
|
||||||
margin: 1% 0 0 0.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profTitle {
|
.profTitle {
|
||||||
font-size: 2vh;
|
font-size: 2vh;
|
||||||
margin: 1% !important;
|
margin: 1% !important;
|
||||||
@ -587,6 +582,7 @@
|
|||||||
|
|
||||||
#formContainer {
|
#formContainer {
|
||||||
margin: 2%;
|
margin: 2%;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#creSubmit {
|
#creSubmit {
|
||||||
|
|||||||
@ -531,7 +531,7 @@ Template.createClass.events({
|
|||||||
}
|
}
|
||||||
values.privacy = (values.privacy === "Public") ? false : true;
|
values.privacy = (values.privacy === "Public") ? false : true;
|
||||||
values.status = false;
|
values.status = false;
|
||||||
values.category.toLowerCase();
|
values.category = values.category.toLowerCase();
|
||||||
values.code = "";
|
values.code = "";
|
||||||
serverData = values;
|
serverData = values;
|
||||||
if (!teachers.findOne({
|
if (!teachers.findOne({
|
||||||
|
|||||||
@ -238,10 +238,6 @@
|
|||||||
background-color: rgba(255,255,255,0.2);
|
background-color: rgba(255,255,255,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#profPageWrapper .-autocomplete-container {
|
|
||||||
margin-top: -6%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#profPageWrapper #creSubmit {
|
#profPageWrapper #creSubmit {
|
||||||
border: 1px solid #FCF0F0 !important;
|
border: 1px solid #FCF0F0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user