51 lines
717 B
Plaintext
51 lines
717 B
Plaintext
|
|
@media only screen and (max-width: 700px) {
|
|
#topbar {
|
|
.crumb {
|
|
display: none;
|
|
}
|
|
.current {
|
|
display: block;
|
|
}
|
|
}
|
|
#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 {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
a[href]:after {
|
|
content: "";
|
|
}
|
|
#topbar {
|
|
position: static;
|
|
margin-bottom: 2em;
|
|
.view, #download {
|
|
display: none;
|
|
}
|
|
}
|
|
#bottombar {
|
|
position: static;
|
|
margin-top: 2em;
|
|
}
|
|
#tree, #sidebar {
|
|
display: none !important;
|
|
}
|
|
}
|