1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Design adjustments

This commit is contained in:
Krateng
2019-02-02 18:54:06 +01:00
parent 9a4afe4b1f
commit 8da02a679f
3 changed files with 41 additions and 35 deletions

View File

@@ -231,6 +231,13 @@ table.tiles_top td {
border:0px;
}
table.tiles_top:hover td div {
opacity:0.2;
}
table.tiles_top:hover td div:hover {
opacity:1;
}
table.tiles_top, table.tiles_sub {
border-collapse: collapse;
}
@@ -247,12 +254,14 @@ table.tiles_sub {
width:100%;
}
table.tiles_top td div {
table.tiles_top td {
background-size:cover;
background-position:center;
height:100%;
width:100%;
vertical-align:bottom;
}
table.tiles_top td span {
background-color:rgba(0,0,0,0.7);
}
table.tiles_2x2 td {