blob: 0f79800331c5bb1baf81025530493207ccaacfe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
div#validation-bar{
position: fixed;
bottom: 0px;
background-color: #CCC;
width: 100%;
left: 0px;
height: 40px;
padding: 5px;
z-index: 101;
}
#reset_wizards{
right:50px;
position:absolute;
}
|