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