blob: 11dfc3e837e9ea6e27e577ab68adf8af4188ae51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#layout-buttons {
position: absolute;
bottom: 100px;
right: 10px;
background: white;
border-width: 1px;
border-style: solid;
border-color: grey;
padding: 5px 4px 0px 4px;
height: 40px;
}
.btn_layout {
background-color: white;
border-width: 1px;
border-style: solid;
border-color: blue;
width: 64;
height: 16px;
}
|