Move css class .form-control from Courses.php to Header.php

Bug430-Eden2
Lan Hui 2023-07-31 17:13:36 +08:00
parent 443d76b639
commit 346fb348c7
2 changed files with 4 additions and 4 deletions

View File

@ -780,10 +780,6 @@ List courses by faculty
<style> <style>
.form-control{
padding-top: 1px;
padding-bottom:1px;
}
</style> </style>

View File

@ -139,6 +139,10 @@ if (mysqli_connect_errno()) {
color: #2471A3; color: #2471A3;
} }
.form-control{
padding-top: 1px;
padding-bottom:1px;
}
</style> </style>