diff --git a/views/admin.ejs b/views/admin.ejs index 4487e36..9a951c0 100644 --- a/views/admin.ejs +++ b/views/admin.ejs @@ -19,8 +19,14 @@ margin-left: 25px; margin-top: 10px; } + #bug-btn { + width: 127px; + margin-left: 25px; + margin-top: 10px; + } #logout-btn { - margin-left: 50px; + width: 127px; + margin-left: 25px; margin-top: 10px; } #user-pro-pic { @@ -79,11 +85,12 @@
- Logout + Logout + Report Bug
diff --git a/views/studentDashboard.ejs b/views/studentDashboard.ejs index 7a95812..b12c829 100644 --- a/views/studentDashboard.ejs +++ b/views/studentDashboard.ejs @@ -19,7 +19,11 @@ height: 1%; background-color: #46c7f2; } - + #bug-btn { + position: absolute; + bottom: 60px; + left: 25px; + } #pro-pic { position: absolute; top: 25px; @@ -32,14 +36,6 @@ border-radius: 100px; border-color: rgba(0, 0, 0, .4); } - .buttons-container { - width: 100px; - height: 80px; - } - .buttons-content { - margin: 5px; - margin-top: 5px; - } .student-container { position: absolute; width: 400px; @@ -79,13 +75,10 @@
-
-
- - Logout - -
-
+ + Logout + + Report Bug diff --git a/views/teacherDashboard.ejs b/views/teacherDashboard.ejs index 6aee0f9..75fef3e 100644 --- a/views/teacherDashboard.ejs +++ b/views/teacherDashboard.ejs @@ -35,7 +35,7 @@ } .buttons-container { position: absolute; - width: 151px; + width: 174px; height: 500px; top: 25px; right: 25px; @@ -45,13 +45,18 @@ background-color: rgba(112, 196, 255, .3); } #edit-btn { - width: 95px; - margin-left: 28px; + width: 127px; + margin-left: 25px; + margin-top: 10px; + } + #bug-btn { + width: 127px; + margin-left: 25px; margin-top: 10px; } #logout-btn { - width: 95px; - margin-left: 28px; + width: 127px; + margin-left: 25px; margin-top: 10px; } #welcome { @@ -106,8 +111,9 @@
- Logout - + Logout + + Report Bug