Temp OL label

This commit is contained in:
Alasdair Smith 2017-10-30 11:39:39 +00:00
parent 532a26c68f
commit fe90ef047f
2 changed files with 8 additions and 3 deletions

View file

@ -1,11 +1,10 @@
.col-xs-6
.col-xs-8
span.label.label-default.ol-label OL
span
a.projectName(
href="/project/{{project.id}}"
stop-propagation="click"
) {{project.name}}
.col-xs-2
span.owner
.col-xs-4
span.last-modified

View file

@ -366,6 +366,12 @@ ul.project-list {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ol-label {
margin-right: 9px;
margin-left: 5px;
padding: 2px 3px 1px;
}
}
i.tablesort {
padding-left: 8px;