diff --git a/submodules/myOffice/myOffice.css b/submodules/myOffice/myOffice.css index f88497d..577436d 100644 --- a/submodules/myOffice/myOffice.css +++ b/submodules/myOffice/myOffice.css @@ -1,9 +1,8 @@ /********** Header **********/ #myoffice_container .dashboard-header { - height: 60px; + height: 62px; background-color: #22a5ff; color: #fff; - border: 1px solid #dcdcdc; border-radius: 2px; margin-bottom: 20px; } @@ -18,8 +17,7 @@ width: 55%; padding: 10px 20px; line-height: 40px; - font-size: 20px; - font-weight: 600; + font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -40,7 +38,6 @@ } #myoffice_container .dashboard-header .header-link:not(.disabled):hover { - /*box-shadow: 0px 0px 2px #FFF inset;*/ border-radius: 2px; text-decoration: none; font-weight: bold;