Adding checkall

This commit is contained in:
Leigh Morresi
2021-02-02 17:46:40 +01:00
parent 26c9a6e0fc
commit bbd99c9aa9
3 changed files with 36 additions and 17 deletions

View File

@@ -82,7 +82,16 @@ section.content {
margin: 0 3px 0 5px;
}
/* hotovo */
#check-all-button {
text-align:right;
}
#check-all-button a {
border-top-left-radius: initial;
border-top-right-radius: initial;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
body:after {