158:5fcf0955129c
Anton Shestakov <av6@dwimlabs.net>, Tue, 31 Oct 2017 12:53:48 +0800
provision: add CSP header, *-src are either 'self' or 'none'

previous change 74:ea3a3ddbacd3

static/css/custom.css

Permissions: -rw-r--r--

Other formats: Feeds:
.project {
padding-bottom: 20px;
}
.project h4 {
margin-top: 0;
}
.project .progress {
cursor: pointer;
}
.task .task-note {
font-size: 12px;
line-height: 15px;
padding: 2px 4px;
margin-bottom: 2px;
border-radius: 3px;
}
.task .task-note > span {
white-space: pre-wrap;
}
.task .task-note.present {
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
}
.task .task-note .inline-editor .input-group-btn {
vertical-align: bottom;
}
.task input[type="checkbox"] {
float: left;
margin-right: 6px;
}
.row .ondemand {
visibility: hidden;
}
.row:hover .ondemand {
visibility: visible;
}
.inline-editable:hover {
color: #08c;
border-bottom: 1px dashed #08c;
}
.inline-editor {
position: relative;
margin-bottom: 0;
}
.inline-editor input[type="text"] {
padding-top: 0;
padding-bottom: 0;
height: 26px;
}
.inline-editor .btn-sm {
padding: 3px 8px;
}
.ui-sidebar {
position: relative;
margin-top: 20px;
}
@media (min-width: 768px) {
.workspace-tabs {
position: absolute;
}
.workspace-tabs > li {
float: none;
}
}