Clean some responsive styles.

This commit is contained in:
Lars Jung 2015-04-06 20:16:36 +02:00
parent daa9e20e48
commit fc12ebd477

View file

@ -1,55 +1,31 @@
@media only screen and (max-width: 700px) {
#topbar {
.crumb {
#crumbbar {
.crumb:not(.active) {
display: none;
&.active {
display: inline-block;
.sep {
}
.crumb.active .sep {
width: 0;
}
}
}
}
#view.view-details {
#view.view-details {
.header .label, .item .label {
margin-right: 80px !important;
}
.header .date, .item .date {
display: none;
}
}
#view.view-icons {
padding: 0;
}
#bottombar {
.center {
display: none;
}
}
#tree {
#tree, #info {
display: none !important;
}
}
}
@media print {
a[href]:after {
content: "";
}
#topbar {
position: static;
margin-bottom: 2em;
.view, #download {
display: none;
a[href]:after {
content: "" !important;
}
#toolbar, #download, #sidebar, #tree, #info {
display: none !important;
}
}
#bottombar {
position: static;
margin-top: 2em;
}
#tree, #sidebar {
display: none !important;
}
}