feat: Moves employee views to their own controller, updates css, and employee table view.
This commit is contained in:
@@ -118,16 +118,25 @@ input[type=text], input[type=password] {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.btn-delete {
|
||||
display: inline-block;
|
||||
color: red;
|
||||
text-align: center;
|
||||
.btn {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-edit img {
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.btn img:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.btn-delete img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.btn-delete img:hover {
|
||||
|
||||
Reference in New Issue
Block a user