Browse Source

KAZOO-1523: Fixed the css issues in device restrictions

4.3
Maxime Roux 12 years ago
parent
commit
12b928d23e
6 changed files with 24 additions and 6 deletions
  1. +19
    -1
      submodules/devices/devices.css
  2. +1
    -1
      views/devices-ata.html
  3. +1
    -1
      views/devices-fax.html
  4. +1
    -1
      views/devices-sip_device.html
  5. +1
    -1
      views/devices-smartphone.html
  6. +1
    -1
      views/devices-softphone.html

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

@ -220,11 +220,11 @@
.edit-device .title-bar .device-title .device-icon {
height: 75px;
line-height: 75px;
padding-top: 5px;
}
.edit-device .title-bar .device-title .device-icon > i {
font-size: 48px;
vertical-align: middle;
}
.edit-device .title-bar .device-title .device-image {
@ -258,6 +258,24 @@
font-weight: bold;
}
.edit-device .restriction-matcher-div {
margin-right: 50px;
float: right;
}
.edit-device .restriction-matcher-input {
width: 120px;
margin-right: 10px;
margin-left: 5px;
}
.edit-device .restriction-matcher-label {
line-height: 30px;
margin-right: 50px;
float: right;
display: none;
}
/* Codecs selector */
.edit-device .content .codec-selector .box-selector {
float: left;


+ 1
- 1
views/devices-ata.html View File

@ -91,7 +91,7 @@
<div class="restriction-matcher-div">
<i class="help-popover icon-question-sign icon-large" data-original-title="{{i18n.devices.popupSettings.restrictions.matcher.help}}" data-placement="top" data-toggle="tooltip"></i>
<input type="text" class="restriction-matcher-input" placeholder="{{i18n.devices.popupSettings.restrictions.matcher.placeholder}}" />
<button type="button" class="restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
<button type="button" class="btn btn-primary restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
</div>
<div class="title">
{{ i18n.devices.popupSettings.restrictions.sectionTitle }}


+ 1
- 1
views/devices-fax.html View File

@ -102,7 +102,7 @@
<div class="restriction-matcher-div">
<i class="help-popover icon-question-sign icon-large" data-original-title="{{i18n.devices.popupSettings.restrictions.matcher.help}}" data-placement="top" data-toggle="tooltip"></i>
<input type="text" class="restriction-matcher-input" placeholder="{{i18n.devices.popupSettings.restrictions.matcher.placeholder}}" />
<button type="button" class="restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
<button type="button" class="btn btn-primary restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
</div>
<div class="title">
{{ i18n.devices.popupSettings.restrictions.sectionTitle }}


+ 1
- 1
views/devices-sip_device.html View File

@ -161,7 +161,7 @@
<div class="restriction-matcher-div">
<i class="help-popover icon-question-sign icon-large" data-original-title="{{i18n.devices.popupSettings.restrictions.matcher.help}}" data-placement="top" data-toggle="tooltip"></i>
<input type="text" class="restriction-matcher-input" placeholder="{{i18n.devices.popupSettings.restrictions.matcher.placeholder}}" />
<button type="button" class="restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
<button type="button" class="btn btn-primary restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
</div>
<div class="title">
{{ i18n.devices.popupSettings.restrictions.sectionTitle }}


+ 1
- 1
views/devices-smartphone.html View File

@ -153,7 +153,7 @@
<div class="restriction-matcher-div">
<i class="help-popover icon-question-sign icon-large" data-original-title="{{i18n.devices.popupSettings.restrictions.matcher.help}}" data-placement="top" data-toggle="tooltip"></i>
<input type="text" class="restriction-matcher-input" placeholder="{{i18n.devices.popupSettings.restrictions.matcher.placeholder}}" />
<button type="button" class="restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
<button type="button" class="btn btn-primary restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
</div>
<div class="title">
{{ i18n.devices.popupSettings.restrictions.sectionTitle }}


+ 1
- 1
views/devices-softphone.html View File

@ -118,7 +118,7 @@
<div class="restriction-matcher-div">
<i class="help-popover icon-question-sign icon-large" data-original-title="{{i18n.devices.popupSettings.restrictions.matcher.help}}" data-placement="top" data-toggle="tooltip"></i>
<input type="text" class="restriction-matcher-input" placeholder="{{i18n.devices.popupSettings.restrictions.matcher.placeholder}}" />
<button type="button" class="restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
<button type="button" class="btn btn-primary restriction-matcher-button">{{i18n.devices.popupSettings.restrictions.matcher.button}}</button>
</div>
<div class="title">
{{ i18n.devices.popupSettings.restrictions.sectionTitle }}


Loading…
Cancel
Save