Update css for barogram

pull/71/head
nbonniere 2017-08-19 15:43:57 -04:00 zatwierdzone przez GitHub
rodzic 1bf2b1ca7e
commit ba44641d1d
1 zmienionych plików z 27 dodań i 0 usunięć

Wyświetl plik

@ -61,6 +61,18 @@ html, body {
left: 180px;
}
.baroright {
border-radius: 10px 0 0 10px;
top: 45px;
right: 0px;
}
.baroleft {
border-radius: 0 10px 10px 0;
top: 45px;
left: 0px;
}
.pr {
float:right;
}
@ -145,6 +157,21 @@ div.divInfoclass {
z-index:20;
}
#dbaro {
position:absolute;
background-color: white;
color: black;
border-color: black;
border-width: 1px;
border-style: solid;
height: 605px;
/* height: 90%; */
width: 155px;
overflow: hidden;
cursor: default;
z-index:18;
}
#ett1 {
height:25px;
background-color:cyan;