You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

125 lines
1.6 KiB

#loader{
height:137px;
width:131px;
margin-top:-42px;
margin-left:143px;
margin-bottom:-66px;
background-image:url("/packers_and_movers_management/static/src/img/loader2.gif");
background-repeat:no-repeat;
background-size:cover;
}
.head{
margin-top:25px;
margin-left:20px;
}
.image{
background-image:url("/packers_and_movers_management/static/src/img/order_track.jpg");
background-size:cover;
height:300px;
width:600px;
margin-left:-20px;
}
h1{
color:gray;
font-family:"Lucida consol","Courier Nem",monospace;
}
.body{
margin-top:-365px;
margin-left:875px;
margin-bottom:10px;
}
.select{
position:relative;
}
.unit{
position:absolute;
right:145px;
top:0;
height: 50px;
border-color:#ed8115;
}
.link-style{
width:500px;
height:50px;
border-color:#ed8115;
}
.button{
width:500px;
height:50px;
background-color:#ed8115;
color:white;
border-color:#ed8115;
}
.input{
width:500px;
height:50px;
border-color:#ed8115;
}
table{
border-collapse:collapse;
width:100%;
}
th,td{
text_align:left;
padding:8px;
border: 1px solid white;
}
thead{
background-color:#ed8115;
color:#fcfcfc;
}
tr:nth-child(even){
background-color:#a9aaab;
}
.success{
font-size:20px;
color:white;
text-align:center;
background-color:#ed8115;
height:75px;
padding:15px;
margin-bottom:10px;
}
.link{
color:#ed8115;
}
.form-group{
padding-bottom:10px;
padding-top:10px;
}
.wrap{
min-height: 450px;
overflow:auto;
}
@media(max-width:790px){
.head{
margin-top:15px;
margin-left:11px;
}
.image{
height:190px;
width:360px;
margin-left:-21px;
}
.body{
margin-top:25px;
margin-left:2px;
}
.input{
width:332px;
}
.button{
width:332px;
}
.link-style{
width:332px;
}
.unit{
right:-7px;
}
#loader{
margin-left:64px;
}
}