Skip to content
Snippets Groups Projects
Commit 7d051dd9 authored by Fiza Baloch (fwb426)'s avatar Fiza Baloch (fwb426)
Browse files

Update QueueingApp/src/main/webapp/style.css

parent ff6c0dbf
No related branches found
No related tags found
No related merge requests found
......@@ -274,8 +274,8 @@ body strong{
.left-side-panel {
float: left;
background-color:#1F7A8C;
width: 20%;
height: 520px;
width: 17%;
height: 90%;
}
.left-side-panel-top {
......@@ -284,8 +284,9 @@ body strong{
.left-side-panel-bottom {
text-align: center;
position: relative;
top: 250px;
position: absolute;
left: 10%;
top: 85%;
}
.delete-customer-container {
......@@ -295,8 +296,8 @@ body strong{
float: right;
position: absolute;
left: 900px;
top: 160px;
left: 70%;
top: 25%;
width: 350px;
height: 275px;
......@@ -309,8 +310,8 @@ body strong{
.footer-buttons {
position: absolute;
left: 950px;
top: 505px;
left: 75%;
top: 80%;
}
/** table display on workerView page **/
......@@ -323,8 +324,8 @@ table {
float: left;
position: absolute;
left: 275px;
top: 120px;
left: 20%;
top: 20%;
display: block;
height: 360px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment