Keep filtering
parent
91c4cd9ca4
commit
6cb53d1f12
|
@ -83,5 +83,5 @@ block content
|
||||||
div.lightbox.lightbox_block.hidden
|
div.lightbox.lightbox_block.hidden
|
||||||
include views/modules/lightbox_block
|
include views/modules/lightbox_block
|
||||||
|
|
||||||
div.lightbox.lightbox_watchers.hidden
|
div.lightbox.lightbox_watchers
|
||||||
include views/modules/lightbox_watchers
|
include views/modules/lightbox_watchers
|
||||||
|
|
|
@ -12,3 +12,5 @@ form
|
||||||
a.avatar(href="", title="Assigned to")
|
a.avatar(href="", title="Assigned to")
|
||||||
img(src="http://thecodeplayer.com/u/uifaces/32.jpg", alt="username")
|
img(src="http://thecodeplayer.com/u/uifaces/32.jpg", alt="username")
|
||||||
a.watcher-name(href="", title="Jesús Espino") Jesús
|
a.watcher-name(href="", title="Jesús Espino") Jesús
|
||||||
|
div.more-watchers
|
||||||
|
span ...too many users, keep filtering
|
|
@ -297,4 +297,10 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.more-watchers {
|
||||||
|
@extend %title;
|
||||||
|
@extend %medium;
|
||||||
|
padding: .5rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue