forked from CSI-KJSCE/appointment_to_examiner
css fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.navbar {
|
||||
background-color: #800000; /* Maroon background */
|
||||
height: 60px; /* Navbar height */
|
||||
height: 50px; /* Navbar height */
|
||||
width: 100%; /* Full width */
|
||||
display: flex; /* Flexbox for alignment */
|
||||
justify-content: flex-end; /* Align items to the right */
|
||||
@@ -12,6 +12,25 @@
|
||||
z-index: 1000; /* Place above other elements */
|
||||
}
|
||||
|
||||
.navbar {
|
||||
box-sizing: border-box; /* Include padding and border in the height calculation */
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 1000;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.navbar select,
|
||||
.navbar input {
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: 5px 10px;
|
||||
font-size: 16px; /* Ensure consistent font size */
|
||||
}
|
||||
|
||||
|
||||
/* User Icon */
|
||||
.user-icon {
|
||||
font-size: 30px; /* Icon size */
|
||||
|
||||
Reference in New Issue
Block a user