mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Temp OL label
This commit is contained in:
parent
532a26c68f
commit
fe90ef047f
2 changed files with 8 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
.col-xs-6
|
.col-xs-8
|
||||||
|
span.label.label-default.ol-label OL
|
||||||
span
|
span
|
||||||
a.projectName(
|
a.projectName(
|
||||||
href="/project/{{project.id}}"
|
href="/project/{{project.id}}"
|
||||||
stop-propagation="click"
|
stop-propagation="click"
|
||||||
) {{project.name}}
|
) {{project.name}}
|
||||||
|
|
||||||
.col-xs-2
|
|
||||||
span.owner
|
|
||||||
.col-xs-4
|
.col-xs-4
|
||||||
span.last-modified
|
span.last-modified
|
|
@ -366,6 +366,12 @@ ul.project-list {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ol-label {
|
||||||
|
margin-right: 9px;
|
||||||
|
margin-left: 5px;
|
||||||
|
padding: 2px 3px 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
i.tablesort {
|
i.tablesort {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
|
Loading…
Reference in a new issue