Browse Source

UI-1602: Added forgotten bits to the css refresh of SmartPBX

4.3
Jean-Roch Maitre 11 years ago
parent
commit
5c5085bc12
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      submodules/myOffice/myOffice.css

+ 2
- 5
submodules/myOffice/myOffice.css View File

@ -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;


Loading…
Cancel
Save