diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html index 5139925..c014bb9 100644 --- a/hourglass/client/main/main.html +++ b/hourglass/client/main/main.html @@ -53,12 +53,4 @@ - - - - {{name}} - - - - {{teacher}} \ No newline at end of file diff --git a/hourglass/client/profile/profile.css b/hourglass/client/profile/profile.css index 95860fc..af3382b 100644 --- a/hourglass/client/profile/profile.css +++ b/hourglass/client/profile/profile.css @@ -20,6 +20,7 @@ font-weight: 400; margin: 0; margin-bottom: 1%; + margin-right: 10%; } .profHea { @@ -301,15 +302,22 @@ padding-top: 1%; } +#formContainer { + margin-left: 5% !important; + margin-right: 5% !important; + margin-bottom: 0 !important; + position: relative; + +} + #create div { - margin: 2%; - margin-left: 11%; - margin-bottom: 5%; + margin: 3% 6% 5% 6%; display: inline-block; } .creInput { font-size: 120%; + width: 100%; padding: 3%; } diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index 8128d04..4efef97 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -91,40 +91,42 @@ {{#if profClassTab "creClass"}}
Insert description and rules of create a class --Will style later--