43:d1ff547fa61d
Anton Shestakov <engored@ya.ru>, Fri, 08 Nov 2013 18:25:36 +0900
Use localStorage to remember used workspaces.

next change 56:e81b944fa9fa
previous change 0:a02e94c5b96b

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.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 {
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;
}