Move css class .form-control from Courses.php to Header.php
parent
443d76b639
commit
346fb348c7
|
@ -780,10 +780,6 @@ List courses by faculty
|
|||
|
||||
<style>
|
||||
|
||||
.form-control{
|
||||
padding-top: 1px;
|
||||
padding-bottom:1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
|
|
@ -139,6 +139,10 @@ if (mysqli_connect_errno()) {
|
|||
color: #2471A3;
|
||||
}
|
||||
|
||||
.form-control{
|
||||
padding-top: 1px;
|
||||
padding-bottom:1px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue