fix grafico ODL

This commit is contained in:
Samuele E. Locatelli
2018-02-28 09:47:11 +01:00
parent f9d5f8e8ee
commit 44d3a2276b
5 changed files with 30 additions and 11 deletions
+12 -2
View File
@@ -17,16 +17,26 @@ body .ui-overlay-c {
color: #FFF;
background-image: linear-gradient(#111, #000);
}
.titleBlock {
font-family: 'Open Sans Condensed', sans-serif;
}
.mapBlock {
font-family: 'Open Sans Condensed', sans-serif;
color: #FFF;
background-image: linear-gradient(#111, #000);
box-shadow: 15px 15px 20px 0 rgba(150, 150, 150, 0.2), 10px 10px 20px 0 rgba(200, 200, 200, 0.39);
min-height: 15em;
/*min-height: 15em;*/
min-width: 13em;
}
.rCorner {
.rCAll {
border-radius: 10px;
}
.rCTop {
border-radius: 10px 10px 0 0;
}
.rCBot {
border-radius: 0 0 10px 10px;
}
.labelTopDx {
padding: 0.1em 0.4em;
width: auto;