57:a2b032c7d407
Anton Shestakov <av6@dwimlabs.net>, Sun, 05 Jul 2015 22:15:35 +0800
Update dependencies

next change 61:ecb8269aa17f
previous change 56:e81b944fa9fa

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 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 {
display: block;
position: relative;
margin-bottom: 0;
}
.inline-editor input[type="text"] {
padding-top: 2px;
padding-bottom: 2px;
}
.inline-editor textarea {
margin-bottom: 0;
}
.align-right {
text-align: right;
}
.ui-sidebar {
position: relative;
margin-top: 20px;
}
.workspace-tabs {
position: absolute;
}