Collapse advanced settings in folder editor modal

This commit is contained in:
Lars K.W. Gohlke
2016-03-10 15:54:33 +00:00
committed by Jakob Borg
parent fd962c5e99
commit 3abb80885e
3 changed files with 152 additions and 118 deletions

View File

@@ -140,6 +140,27 @@ table.table-condensed td {
text-overflow: ellipsis;
white-space: nowrap;
}
.folder-advanced{
background-color: hsla(0,0%,99%,1);
border: 1px solid hsla(0, 0%, 95%, 1);
padding: 1rem;
margin-bottom: 15px;
}
.folder-advanced-toggle{
cursor: pointer;
}
.folder-advanced-toggle .collapse,
.folder-advanced-toggle.collapsed .expand{
display: inline-block;
}
.folder-advanced-toggle.collapsed .collapse,
.folder-advanced-toggle .expand{
display: none;
}
@media (max-width:767px) {
table.table-condensed td {
/* for mobile phones to allow linebreaks in long repro folder/shared with