mirror of
https://github.com/wekan/wekan.git
synced 2026-02-24 00:44:07 +01:00
Merge branch 'master' of https://github.com/wekan/wekan into feature/direct_login_from_oidc
This commit is contained in:
commit
05a98fa88b
32 changed files with 6361 additions and 276 deletions
|
|
@ -16,7 +16,7 @@ head
|
|||
meta(name="application-name" content="Wekan")
|
||||
meta(name="msapplication-TileColor" content="#00aba9")
|
||||
meta(name="theme-color" content="#ffffff")
|
||||
link(rel='stylesheet', href='css/html5-default-theme.css', type='text/css')
|
||||
//link(rel="stylesheet" type="text/css" class="__meteor-css__" href="css/html5-default-theme.css")
|
||||
|
||||
template(name="userFormsLayout")
|
||||
section.auth-layout
|
||||
|
|
|
|||
|
|
@ -63,6 +63,7 @@
|
|||
.my-cards-card-title-table {
|
||||
font-weight: bold;
|
||||
padding-left: 2px;
|
||||
max-width: 243px;
|
||||
}
|
||||
.my-cards-board-badge {
|
||||
width: 36px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue