| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 | 
							- #header {
 
-   color: #fff;
 
-   transition: background-color 0.4s;
 
-   background: #2980b9;
 
-   z-index: 17;
 
- }
 
- #header #header-main-bar {
 
-   height: 40px;
 
-   padding: 7px 10px 0;
 
- }
 
- #header #header-main-bar h1 {
 
-   font-size: 20px;
 
-   line-height: 1.7em;
 
-   padding: 0 10px;
 
-   margin: 0;
 
-   margin-right: 10px;
 
-   float: left;
 
-   border-radius: 3px;
 
- }
 
- #header #header-main-bar h1 .board-header-watch-icon {
 
-   padding-left: 7px;
 
- }
 
- #header #header-main-bar h1 a.fa,
 
- #header #header-main-bar h1 a i.fa {
 
-   color: #fff;
 
- }
 
- #header #header-main-bar h1 .back-btn {
 
-   font-size: 0.9em;
 
-   margin-right: 10px;
 
- }
 
- #header #header-main-bar .wekan-logo {
 
-   margin: 3px auto auto;
 
-   width: 97px;
 
-   opacity: 0.6;
 
-   transition: opacity 0.15s;
 
-   float: right;
 
- }
 
- #header #header-main-bar .wekan-logo:hover {
 
-   opacity: 0.9;
 
- }
 
- #header #header-main-bar .board-header-btns {
 
-   display: block;
 
-   margin-top: 3px;
 
-   width: auto;
 
- }
 
- #header #header-main-bar .board-header-btns.left {
 
-   float: left;
 
- }
 
- #header #header-main-bar .board-header-btns.right {
 
-   float: right;
 
- }
 
- #header #header-main-bar .board-header-btn {
 
-   border-radius: 3px;
 
-   color: #f2f2f2;
 
-   padding: 0;
 
-   height: 28px;
 
-   font-size: 13px;
 
-   float: left;
 
-   overflow: hidden;
 
-   line-height: 28px;
 
-   margin: 0 2px;
 
- }
 
- #header #header-main-bar .board-header-btn i.fa {
 
-   float: left;
 
-   display: block;
 
-   line-height: 28px;
 
-   color: #f2f2f2;
 
-   margin: 0 10px;
 
- }
 
- #header #header-main-bar .board-header-btn i.fa + span {
 
-   display: inline-block;
 
-   margin-top: 1px;
 
-   margin-right: 10px;
 
- }
 
- #header #header-main-bar .board-header-btn .board-header-btn-close {
 
-   float: right;
 
- }
 
- #header #header-main-bar .board-header-btn .board-header-btn-close i.fa {
 
-   margin: 0 6px;
 
- }
 
- #header #header-main-bar .board-header-btn.is-active,
 
- #header #header-main-bar h1.is-clickable.is-active,
 
- #header #header-main-bar .board-header-btn:hover:not(.is-disabled),
 
- #header #header-main-bar h1.is-clickable:hover:not(.is-disabled) {
 
-   background: rgba(0,0,0,0.15);
 
- }
 
- #header #header-main-bar .separator {
 
-   margin: 2px 4px;
 
-   border-left: 1px solid rgba(255,255,255,0.3);
 
-   height: 24px;
 
-   float: left;
 
- }
 
- #header-quick-access {
 
-   color: #fff;
 
-   transition: background-color 0.4s;
 
-   background: #2573a7;
 
-   height: 28px;
 
-   font-size: 12px;
 
-   display: flex;
 
-   z-index: 1000;
 
-   padding: 10px 0px;
 
- }
 
- #header-quick-access .allBoards {
 
-   font-size: 14px;
 
-   padding: 4px 15px;
 
- }
 
- #header-quick-access a {
 
-   text-decoration: none;
 
- }
 
- #header-quick-access i.fa {
 
-   color: #fff;
 
- }
 
- #header-quick-access i.fa:hover {
 
-   color: #ccc;
 
- }
 
- #header-quick-access #header-user-bar,
 
- #header-quick-access #header-new-board-icon,
 
- #header-quick-access ul li {
 
-   color: #d4d4d4;
 
- }
 
- #header-quick-access #header-user-bar .fa,
 
- #header-quick-access #header-new-board-icon .fa,
 
- #header-quick-access ul li .fa {
 
-   color: inherit;
 
- }
 
- #header-quick-access #header-user-bar a:hover,
 
- #header-quick-access #header-new-board-icon a:hover,
 
- #header-quick-access ul li a:hover,
 
- #header-quick-access #header-user-bar a.is-active,
 
- #header-quick-access #header-new-board-icon a.is-active,
 
- #header-quick-access ul li a.is-active {
 
-   color: #fff;
 
- }
 
- #header-quick-access ul.header-quick-access-list {
 
-   transition: opacity 0.2s;
 
-   overflow-x: auto;
 
-   overflow-y: hidden;
 
-   white-space: nowrap;
 
-   padding: 10px;
 
-   margin: -10px;
 
- }
 
- #header-quick-access ul.header-quick-access-list li {
 
-   display: inline;
 
-   width: auto;
 
-   color: #d9d9d9;
 
-   padding: 12px 0px;
 
-   margin: -10px 0px;
 
- }
 
- #header-quick-access ul.header-quick-access-list li a {
 
-   padding: 12px 10px;
 
-   margin: -10px 0px;
 
- }
 
- #header-quick-access ul.header-quick-access-list li a .viewer {
 
-   display: inline;
 
-   white-space: nowrap;
 
- }
 
- #header-quick-access ul.header-quick-access-list li a .viewer p {
 
-   display: inline;
 
-   white-space: nowrap;
 
- }
 
- #header-quick-access ul.header-quick-access-list li.current {
 
-   color: #f2f2f2;
 
- }
 
- #header-quick-access ul.header-quick-access-list li.current.empty {
 
-   padding: 12px 10px 12px 10px;
 
- }
 
- #header-quick-access ul.header-quick-access-list li:first-child .fa-home,
 
- #header-quick-access ul.header-quick-access-list li:nth-child(3) .fa-globe {
 
-   margin-right: 5px;
 
- }
 
- #header-quick-access ul.header-quick-access-list li a.js-create-board {
 
-   margin-left: 5px;
 
- }
 
- #header-quick-access #header-user-bar,
 
- #header-quick-access #header-new-board-icon {
 
-   flex-shrink: 0;
 
- }
 
- #header-quick-access #header-user-bar {
 
-   margin: 2px 0;
 
- }
 
- #header-quick-access #header-user-bar .header-user-bar-avatar {
 
-   float: left;
 
-   position: relative;
 
-   top: -5px;
 
-   margin-right: 5px;
 
- }
 
- #header-quick-access #header-user-bar .header-user-bar-avatar .member,
 
- #header-quick-access #header-help {
 
-   width: 24px;
 
-   height: 24px;
 
-   margin: 0;
 
-   margin-top: 1px;
 
- }
 
- #header-quick-access #header-user-bar .header-user-bar-name,
 
- #header-quick-access #header-help  {
 
-   margin: 4px 8px 0 0;
 
-   float: left;
 
- }
 
- #header-quick-access #header-user-bar .header-user-bar-name i.fa-chevron-down {
 
-   margin-right: 4px;
 
- }
 
- #header-quick-access #header-new-board-icon {
 
-   flex-grow: 1;
 
-   margin: 6px 5px 0;
 
-   width: 12px;
 
- }
 
- @media screen and (max-width: 800px) {
 
-   #header #header-main-bar {
 
-     height: 40px;
 
-   }
 
-   #header #header-main-bar .board-header-btns {
 
-     margin-top: 0px;
 
-   }
 
-   #header #header-main-bar .board-header-btn {
 
-     height: 32px;
 
-     line-height: 32px;
 
-     font-size: 15px;
 
-   }
 
-   #header #header-main-bar .board-header-btn i.fa {
 
-     line-height: 32px;
 
-   }
 
-   #header #header-main-bar .board-header-btn i.fa + span {
 
-     display: none;
 
-   }
 
-   #header-quick-access {
 
-     transition: background-color 0.4s;
 
-     width: 100%;
 
-     z-index: 30;
 
-   }
 
-   #header-quick-access ul {
 
-     width: calc(100% - 60px);
 
-     margin-right: 10px;
 
-   }
 
-   #header-quick-access ul li {
 
-     height: 100%;
 
-   }
 
-   #header-quick-access ul li a {
 
-     height: 100%;
 
-   }
 
-   #header-quick-access span .fa-home {
 
-     font-size: 26px;
 
-     margin-top: -2px;
 
-     margin-right: 10px;
 
-     margin-left: 10px;
 
-   }
 
-   #header-quick-access #header-new-board-icon {
 
-     display: none;
 
-   }
 
-   #header-quick-access #header-user-bar {
 
-     right: 0px;
 
-     padding: 10px;
 
-     margin: -8px 0 -10px -10px;
 
-   }
 
- }
 
- @media print {
 
-   #header-quick-access .allBoards,
 
-   #header-quick-access ul,
 
-   #header-quick-access .js-toggle-desktop-drag-handles,
 
-   #header-quick-access #notifications,
 
-   #header-quick-access #header-new-board-icon,
 
-   #header #header-main-bar .board-header-btns {
 
-     display: none;
 
-   }
 
-   #header #header-user-bar {
 
-     float: right;
 
-   }
 
- }
 
- .announcement .viewer {
 
-   display: inline-block;
 
- }
 
- .announcement,
 
- .offline-warning {
 
-   width: 100%;
 
-   text-align: center;
 
-   padding: 0;
 
-   margin: 0;
 
-   background: #f8ecbd;
 
-   clear: both;
 
- }
 
- .announcement p,
 
- .offline-warning p {
 
-   margin: 7px;
 
-   padding: 0;
 
- }
 
- #headerIsSettingDatabaseCallDone {
 
-   display: none;
 
- }
 
 
  |