mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
parent
a8b7b4dd26
commit
e4372a4be7
1 changed files with 2 additions and 5 deletions
|
@ -29,15 +29,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.countOpened:after {
|
.countOpened:after {
|
||||||
background: url("data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=")
|
background: url("data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=") no-repeat center right;
|
||||||
no-repeat center right;
|
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
padding: 6px 6px 0px;
|
padding: 6px 6px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.countClosed:after {
|
.countClosed:after {
|
||||||
background: url("data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==")
|
background: url("data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIRnC2nKLnT4or00Puy3rx7VQAAOw==") no-repeat center right;
|
||||||
no-repeat center right;
|
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
padding: 0 6px 6px;
|
padding: 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
@ -59,7 +57,6 @@
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
word-break: break-all;
|
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: "–";
|
content: "–";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue