Page MenuHomec4science

permissions.css
No OneTemporary

File Metadata

Created
Wed, Nov 6, 20:50

permissions.css

body {
height: initial;
min-height: initial;
}
.cf {
margin: 2em;
}
.hide {
display: none !important;
}
.imagesets {
margin-top: 2em;
display: flex;
flex-direction: row;
}
.imageset {
margin: 1em 0.5em;
border: 1px solid #ccc;
}
.imageset-title {
padding: 1em;
padding: 1em;
background-color: #eee;
}
.imageset ul {
max-height: 500px;
width: 400px;
overflow-y: auto;
list-style-type: none;
padding: 0 1em;
}
#save-message {
display: none;
}

Event Timeline