diff --git a/i18n/en-US.json b/i18n/en-US.json index b199bb5..a99ad97 100644 --- a/i18n/en-US.json +++ b/i18n/en-US.json @@ -85,7 +85,7 @@ "fileTooBigAlert": "You can not upload a file with a size exceeding 5MB", "__comment": "UI-1025: Updating media file uploads throughout the UI", "__version": "3.20_s3", - "audioUploadButton": "Select an audio file" + "audioUploadButton": "Browse ..." }, "nextAction": { "title": "Next Action", @@ -581,7 +581,7 @@ "fileTooBigAlert": "You can not upload a file with a size exceeding 5MB", "__comment": "UI-1025: Updating media file uploads throughout the UI", "__version": "3.20_s3", - "audioUploadButton": "Select an audio file" + "audioUploadButton": "Browse ..." }, "hotdesk": { "id": "Hotdesk ID", @@ -835,7 +835,7 @@ "fileTooBigAlert": "You can not upload a file with a size exceeding 5MB", "__comment": "UI-1025: Updating media file uploads throughout the UI", "__version": "3.20_s3", - "audioUploadButton": "Select an audio file" + "audioUploadButton": "Browse ..." }, "callerId": { "title": "Company Caller ID", diff --git a/submodules/callLogs/callLogs.css b/submodules/callLogs/callLogs.css index d373f7a..26fcbb1 100644 --- a/submodules/callLogs/callLogs.css +++ b/submodules/callLogs/callLogs.css @@ -68,7 +68,7 @@ #call_logs_container .call-logs-grid { background-color: #f6f6f6; border-bottom: solid 2px #ddd; - border-radius: 4px; + border-radius: 2px; max-height: 500px; overflow: auto; } @@ -190,7 +190,7 @@ margin-top: 10px; padding: 10px; border: solid 1px #999; - border-radius: 4px; + border-radius: 2px; text-align: center; background-color: #eaeaea; } diff --git a/submodules/devices/devices.css b/submodules/devices/devices.css index 6a42b64..90d165e 100644 --- a/submodules/devices/devices.css +++ b/submodules/devices/devices.css @@ -10,7 +10,7 @@ #devices_container .devices-header .title { padding: 15px; border: 1px solid #dcdcdc; - border-radius: 4px 0 0 4px; + border-radius: 2px 0 0 2px; } #devices_container .devices-header .count-devices { @@ -32,7 +32,7 @@ padding: 9px 13px; border: 1px solid #dcdcdc; border-left: 0; - border-radius: 0 4px 4px 0; + border-radius: 0 2px 2px 0; background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); @@ -62,16 +62,14 @@ color: #22a5ff; } -#devices_container .devices-header .search-box { margin: 16px 0 16px 15px; } - - - - +#devices_container .devices-header .search-box { + margin: 16px 0 16px 15px; +} #devices_container .devices-grid { background: #fcfcfc; border: 1px solid #ddd; - border-radius: 4px; + border-radius: 2px; margin-top: 20px; } @@ -266,7 +264,7 @@ } .edit-device .title-bar .device-title .device-image { - border-radius: 4px; + border-radius: 2px; border: 1px solid #CCC; } diff --git a/submodules/featureCodes/featureCodes.css b/submodules/featureCodes/featureCodes.css index 7dee325..b1d0d8a 100644 --- a/submodules/featureCodes/featureCodes.css +++ b/submodules/featureCodes/featureCodes.css @@ -7,7 +7,7 @@ #feature_codes_container .feature-codes-content { padding: 20px; border: 1px solid #dcdcdc; - border-radius: 4px; + border-radius: 2px; background-color: #f6f6f6; background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); diff --git a/submodules/groups/groups.css b/submodules/groups/groups.css index 5c39e08..05b1497 100644 --- a/submodules/groups/groups.css +++ b/submodules/groups/groups.css @@ -20,7 +20,7 @@ #groups_container .groups-header .title { padding: 15px; border: 1px solid #dcdcdc; - border-radius: 4px 0 0 4px; + border-radius: 2px 0 0 2px; } #groups_container .groups-header .count-groups { @@ -37,7 +37,7 @@ padding: 13px; border: 1px solid #dcdcdc; border-left: 0; - border-radius: 0 4px 4px 0; + border-radius: 0 2px 2px 0; background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); @@ -181,7 +181,7 @@ #groups_container .groups-rows .grid-row { margin-bottom: 10px; - border-radius: 4px; + border-radius: 2px; } #groups_container .groups-rows .grid-cell { @@ -200,12 +200,12 @@ } #groups_container .groups-rows .grid-cell:first-child { - border-radius: 4px 0 0 4px; + border-radius: 2px 0 0 2px; } #groups_container .groups-rows .grid-cell:last-child { border-right: 1px solid #dcdcdc; - border-radius: 0 4px 4px 0; + border-radius: 0 2px 2px 0; } #groups_container .groups-rows .grid-cell.active:first-child { @@ -302,7 +302,7 @@ #groups_container .list-wrapper { margin: 10px; border: 1px solid #ddd; - border-radius: 4px; + border-radius: 2px; background: #FFF; } @@ -486,11 +486,16 @@ } /* Ringback Feature */ +.feature-popup-container[data-feature="ringback"] { + width: 516px; +} + .feature-popup-container[data-feature="ringback"] .media-dropdown { margin-bottom: 0px; } .feature-popup-container[data-feature="ringback"] .upload-toggle { margin-left: 10px; + width: 117px; } .feature-popup-container[data-feature="ringback"] .upload-div { display: none; @@ -502,8 +507,13 @@ } .feature-popup-container[data-feature="ringback"] .upload-div button.upload-action { margin-left: 10px; - padding-left: 13px; - padding-right: 13px; + padding-left: 19px; + padding-right: 19px; +} + +.feature-popup-container[data-feature="ringback"] .upload-div button > i { + margin-right: 0; + padding-right: 0; } .feature-popup-container[data-feature="ringback"] .upload-div .file-upload { @@ -511,10 +521,8 @@ } .feature-popup-container[data-feature="ringback"] .upload-div .file-upload > input { margin: 0; - width: 105px; -} -.feature-popup-container[data-feature="ringback"] .upload-div .file-upload > button { - width: 220px; + width: 205px; + padding: 6px; } /* Next Action Feature */ diff --git a/submodules/groups/groups.js b/submodules/groups/groups.js index 9ca82f7..b78208f 100644 --- a/submodules/groups/groups.js +++ b/submodules/groups/groups.js @@ -589,7 +589,7 @@ define(function(require){ inputOnly: true, wrapperClass: 'file-upload input-append', btnText: self.i18n.active().groups.ringback.audioUploadButton, - btnClass: 'btn', + btnClass: 'monster-button', maxSize: 5, success: function(results) { mediaToUpload = results[0]; diff --git a/submodules/myOffice/myOffice.css b/submodules/myOffice/myOffice.css index e89207b..f88497d 100644 --- a/submodules/myOffice/myOffice.css +++ b/submodules/myOffice/myOffice.css @@ -3,7 +3,8 @@ height: 60px; background-color: #22a5ff; color: #fff; - border: 1px solid #dcdcdc; border-radius: 4px; + border: 1px solid #dcdcdc; + border-radius: 2px; margin-bottom: 20px; } #myoffice_container .dashboard-header > * { @@ -39,8 +40,8 @@ } #myoffice_container .dashboard-header .header-link:not(.disabled):hover { - box-shadow: 0px 0px 20px #666 inset; - border-radius: 4px; + /*box-shadow: 0px 0px 2px #FFF inset;*/ + border-radius: 2px; text-decoration: none; font-weight: bold; } @@ -63,7 +64,7 @@ #myoffice_container .dashboard-content .dashboard-top-message { padding: 10px; margin-bottom: 10px; - border-radius: 4px; + border-radius: 2px; opacity: 0.8; } #myoffice_container .dashboard-content .dashboard-top-message i { @@ -96,7 +97,7 @@ background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -o-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); - border-radius: 4px; + border-radius: 2px; border: 1px solid #dcdcdc; } #myoffice_container .dashboard-left-content .left-section-header .title { @@ -163,7 +164,7 @@ } #myoffice_container .dashboard-right-content .dashboard-box { border: 1px solid #dcdcdc; - border-radius: 4px; + border-radius: 2px; } #myoffice_container .dashboard-right-content .dashboard-box > :first-child { border-top-left-radius: 4px; @@ -371,9 +372,11 @@ /********** Music-On-Hold Popup **********/ #my_office_music_on_hold_popup .media-dropdown { margin-bottom: 0px; + width: 220px; } #my_office_music_on_hold_popup .upload-toggle { margin-left: 10px; + min-width: 117px; } #my_office_music_on_hold_popup .upload-div { display: none; @@ -385,18 +388,19 @@ } #my_office_music_on_hold_popup .upload-div button.upload-action { margin-left: 10px; - padding-left: 13px; - padding-right: 13px; + min-width: 20px; + padding-right: 10px; } #my_office_music_on_hold_popup .upload-div .file-upload { margin: 0; } #my_office_music_on_hold_popup .upload-div .file-upload > input { margin: 0; - width: 92px; + width: 192px; + padding: 6px; } #my_office_music_on_hold_popup .upload-div .file-upload > button { - width: 220px; + width: 120px; } /********** Caller ID Popup **********/ diff --git a/submodules/myOffice/myOffice.js b/submodules/myOffice/myOffice.js index a74b0e4..852d172 100644 --- a/submodules/myOffice/myOffice.js +++ b/submodules/myOffice/myOffice.js @@ -610,7 +610,7 @@ define(function(require){ inputOnly: true, wrapperClass: 'file-upload input-append', btnText: self.i18n.active().myOffice.musicOnHold.audioUploadButton, - btnClass: 'btn', + btnClass: 'monster-button', maxSize: 5, success: function(results) { mediaToUpload = results[0]; diff --git a/submodules/strategy/strategy.css b/submodules/strategy/strategy.css index 32292a0..f4cdaab 100644 --- a/submodules/strategy/strategy.css +++ b/submodules/strategy/strategy.css @@ -8,7 +8,7 @@ #strategy_container .element-header-outer { background: #dedede; - border-radius: 4px; + border-radius: 2px; } #strategy_container .element-header-inner { @@ -614,7 +614,7 @@ #strategy_menu_popup_accordion .greeting-option-header { padding: 10px; font-weight: bold; - border-radius: 4px; + border-radius: 2px; cursor: pointer; background-color: #e0e0e9; } diff --git a/submodules/users/users.css b/submodules/users/users.css index 07cd9c7..210448f 100644 --- a/submodules/users/users.css +++ b/submodules/users/users.css @@ -20,7 +20,7 @@ #users_container .users-header .title { padding: 15px; border: 1px solid #dcdcdc; - border-radius: 4px 0 0 4px; + border-radius: 2px 0 0 2px; } #users_container .users-header .count-users { @@ -37,7 +37,7 @@ padding: 9px 13px; border: 1px solid #dcdcdc; border-left: 0; - border-radius: 0 4px 4px 0; + border-radius: 0 2px 2px 0; background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); @@ -189,7 +189,7 @@ #users_container .user-rows .grid-row { margin-bottom: 10px; - border-radius: 4px; + border-radius: 2px; } #users_container .user-rows .grid-cell { @@ -208,12 +208,12 @@ } #users_container .user-rows .grid-cell:first-child { - border-radius: 4px 0 0 4px; + border-radius: 2px 0 0 2px; } #users_container .user-rows .grid-cell:last-child { border-right: 1px solid #dcdcdc; - border-radius: 0 4px 4px 0; + border-radius: 0 2px 2px 0; } #users_container .user-rows .grid-cell.active:first-child { @@ -344,7 +344,7 @@ #users_container .detail-user .email-border { margin-bottom: 10px; border: 2px dotted transparent; - border-radius: 4px; + border-radius: 2px; } #users_container .detail-user .email-border.open { @@ -382,7 +382,7 @@ #users_container .list-wrapper { margin: 10px; border: 1px solid #ddd; - border-radius: 4px; + border-radius: 2px; background: #FFF; } @@ -432,8 +432,6 @@ #users_container .list-wrapper .item-row button { margin-right: 15px; - padding: 2px; - width: 80px; } /* Detail Numbers */ @@ -540,7 +538,7 @@ background: -o-linear-gradient(top, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* IE10+ */ background: linear-gradient(to bottom, hsl(0,0%,100%) 0%,hsl(0,0%,87%) 100%); /* W3C */ - box-shadow: 0 -1px 2px #666666 inset; +/* box-shadow: 0 -1px 2px #666666 inset;*/ text-align: center; line-height: 60px; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */ @@ -560,7 +558,7 @@ #users_container .detail-features .features-grid .feature:hover { background: #FFF; - box-shadow: 1px 1px 15px #ddd inset; +/* box-shadow: 1px 1px 15px #ddd inset;*/ } #creation_user_dialog form > div { @@ -708,6 +706,7 @@ } .feature-popup-container[data-feature="music_on_hold"] .upload-toggle { margin-left: 10px; + min-width: 117px; } .feature-popup-container[data-feature="music_on_hold"] .upload-div { display: none; @@ -719,18 +718,22 @@ } .feature-popup-container[data-feature="music_on_hold"] .upload-div button.upload-action { margin-left: 10px; - padding-left: 13px; - padding-right: 13px; + padding-left: 19px; + padding-right: 19px; } + +.feature-popup-container[data-feature="music_on_hold"] .upload-div button > i { + margin-right: 0; + padding-right: 0; +} + .feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload { margin: 0; } .feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload > input { margin: 0; - width: 92px; -} -.feature-popup-container[data-feature="music_on_hold"] .upload-div .file-upload > button { - width: 220px; + padding: 6px; + width: 192px; } /* Faxing Feature Popup */ diff --git a/submodules/users/users.js b/submodules/users/users.js index cb94b9d..f329436 100644 --- a/submodules/users/users.js +++ b/submodules/users/users.js @@ -2163,7 +2163,7 @@ define(function(require){ inputOnly: true, wrapperClass: 'file-upload input-append', btnText: self.i18n.active().users.music_on_hold.audioUploadButton, - btnClass: 'btn', + btnClass: 'monster-button', maxSize: 5, success: function(results) { mediaToUpload = results[0]; diff --git a/submodules/vmboxes/vmboxes.css b/submodules/vmboxes/vmboxes.css index d687a05..2374781 100644 --- a/submodules/vmboxes/vmboxes.css +++ b/submodules/vmboxes/vmboxes.css @@ -10,7 +10,7 @@ #vmboxes_container .vmboxes-header .title { padding: 15px; border: 1px solid #dcdcdc; - border-radius: 4px 0 0 4px; + border-radius: 2px 0 0 2px; } #vmboxes_container .vmboxes-header .count-vmboxes { @@ -31,7 +31,7 @@ padding: 9px 13px; border: 1px solid #dcdcdc; border-left: 0; - border-radius: 0 4px 4px 0; + border-radius: 0 2px 2px 0; background-image: -webkit-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -moz-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); background-image: -ms-linear-gradient(top, hsl(0, 0%, 98%) 0%, hsl(0, 0%, 95%) 100%); @@ -66,7 +66,7 @@ #vmboxes_container .vmboxes-grid { background: #fcfcfc; border: 1px solid #ddd; - border-radius: 4px; + border-radius: 2px; margin-top: 20px; } diff --git a/views/callLogs-layout.html b/views/callLogs-layout.html index 5f80e90..8318752 100644 --- a/views/callLogs-layout.html +++ b/views/callLogs-layout.html @@ -28,7 +28,7 @@ {{i18n.endDate}} - + {{#if showFilteredDates}} diff --git a/views/devices-ata.html b/views/devices-ata.html index e766089..0b49a58 100644 --- a/views/devices-ata.html +++ b/views/devices-ata.html @@ -79,7 +79,7 @@