Browse Source

Merge branch 'master' of github.com:2600hz/monster-ui-voip

4.3
Maxime Roux 12 years ago
parent
commit
b70a9f4afc
6 changed files with 11 additions and 15 deletions
  1. +2
    -2
      submodules/callLogs/callLogs.css
  2. +1
    -3
      submodules/devices/devices.css
  3. +1
    -2
      submodules/groups/groups.css
  4. +3
    -3
      submodules/myOffice/myOffice.css
  5. +2
    -2
      submodules/strategy/strategy.css
  6. +2
    -3
      submodules/users/users.css

+ 2
- 2
submodules/callLogs/callLogs.css View File

@ -74,7 +74,7 @@
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff22ccff',endColorstr='#ff22a5ff',GradientType=0);
color: #fff;
text-shadow: 1px 1px 1px #666666;
font-weight: 500;
font-weight: 600;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
@ -181,7 +181,7 @@
}
#call_logs_details_popup .details-table thead tr {
background-color: #ccc;
font-weight: 500;
font-weight: 600;
text-align: center;
}
#call_logs_details_popup .details-table thead tr td {


+ 1
- 3
submodules/devices/devices.css View File

@ -16,7 +16,7 @@
color: #22ccff;
display: inline-block;
font-size: 28px;
font-weight: 500;
font-weight: 600;
margin-left: 10px;
margin-right: 25px;
margin-top: -5px;
@ -36,8 +36,6 @@
border: 1px solid #ddd;
border-radius: 4px;
margin-top: 10px;
font-family: verdana;
}
#devices_container .devices-grid i.icon-plus {


+ 1
- 2
submodules/groups/groups.css View File

@ -28,7 +28,7 @@
margin-top: -5px;
margin-left: 15px;
color: #22ccff;
font-weight: 500;
font-weight: 600;
font-size: 28px;
}
@ -76,7 +76,6 @@
#groups_container .groups-grid {
margin-top: 20px;
font-family: verdana;
}
#groups_container .groups-grid i.icon-plus {


+ 3
- 3
submodules/myOffice/myOffice.css View File

@ -18,7 +18,7 @@
padding: 10px 20px;
line-height: 40px;
font-size: 20px;
font-weight: 500;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -252,7 +252,7 @@
line-height: 20px;
}
#myoffice_container .dashboard-right-content .dashboard-box .dashboard-box-row.account-info-box .row-label {
font-weight: 500;
font-weight: 600;
margin-right: 10px;
}
@ -297,7 +297,7 @@
float: right;
margin-right: 10px;
font-size: 20px;
font-weight: 500;
font-weight: 600;
}
#myoffice_container .dashboard-right-content .dashboard-box .dashboard-box-div .assigned-numbers-legend ul {
margin-top: 20px;


+ 2
- 2
submodules/strategy/strategy.css View File

@ -136,7 +136,7 @@
#strategy_container .element-container .number-element .no-number-error {
font-style: italic;
color: #ee1212;
font-weight: 500;
font-weight: 600;
}
#strategy_container .element-container .number-actions {
@ -525,7 +525,7 @@
#strategy_menu_popup .menu-block .title {
color: #22ccff;
font-size: 22px;
font-weight: 500;
font-weight: 600;
padding: 15px 0;
}
#strategy_menu_popup .menu-block .menu-line {


+ 2
- 3
submodules/users/users.css View File

@ -28,7 +28,7 @@
margin-top: -5px;
margin-left: 15px;
color: #22ccff;
font-weight: 500;
font-weight: 600;
font-size: 28px;
}
@ -70,7 +70,6 @@
#users_container .users-grid {
margin-top: 20px;
font-family: verdana;
}
#users_container .users-grid i.icon-telicon-multiple-items {
@ -672,7 +671,7 @@
.feature-popup-container[data-feature="conferencing"] form .list-numbers {
display: inline-block;
font-weight: 500;
font-weight: 600;
height: 65px;
line-height: 15px;
margin-left: 25px;


Loading…
Cancel
Save