Mobile support for the new toolbar

This commit is contained in:
yflory
2017-06-23 17:56:14 +02:00
parent b4b851959f
commit 0d4d104e08
8 changed files with 250 additions and 102 deletions

View File

@@ -671,17 +671,20 @@ html.cp,
margin-bottom: -0.65001rem;
padding-top: .65001rem;
}
.cp a {
.cp a:not(.btn) {
cursor: pointer;
color: #41b7d8;
text-decoration: none;
}
.cp a:hover {
.cp a:not(.btn):hover {
color: #279ebf;
}
.cp a:visited {
.cp a:not(.btn):visited {
color: #41b7d8;
}
.cp a.btn {
font-family: sans-serif;
}
.cp img {
height: auto;
max-width: 100%;
@@ -1119,7 +1122,8 @@ html.cp,
display: inline-block;
height: 26px;
width: 200px;
margin: 2px;
max-width: 40vw;
margin: 3px;
box-sizing: border-box;
border: 1px solid #999;
background: white;