mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #594 from DimalChandrasiri/cloud-3.1.0
Model Popup title space issue fix
This commit is contained in:
commit
bfaf03d2dc
@ -139,7 +139,7 @@
|
|||||||
{{unit "cdmf.unit.device.operation-mod"}}
|
{{unit "cdmf.unit.device.operation-mod"}}
|
||||||
{{#if deviceCount}}
|
{{#if deviceCount}}
|
||||||
<div id="loading-content" class="col-centered">
|
<div id="loading-content" class="col-centered">
|
||||||
<i class="fw fw-settings fw-spin fw-2x"></i>
|
<i class="fw fw-wso2-logo fw-pulse fw-2x"></i>
|
||||||
Loading devices . . .
|
Loading devices . . .
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -103,7 +103,7 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3 class="pull-left modal-title">
|
<h3 class="pull-left modal-title">
|
||||||
<span>
|
<span>
|
||||||
<span class="fw-stack">
|
<span class="fw-stack add-margin-right-2x">
|
||||||
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
||||||
<i class="fw fw-share fw-stack-1x"></i>
|
<i class="fw fw-share fw-stack-1x"></i>
|
||||||
</span> Group Sharing
|
</span> Group Sharing
|
||||||
@ -145,7 +145,7 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3 class="pull-left modal-title">
|
<h3 class="pull-left modal-title">
|
||||||
<span>
|
<span>
|
||||||
<span class="fw-stack">
|
<span class="fw-stack add-margin-right-2x">
|
||||||
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
||||||
<i class="fw fw-bookmark fw-stack-1x"></i>
|
<i class="fw fw-bookmark fw-stack-1x"></i>
|
||||||
</span> Group Sharing Role
|
</span> Group Sharing Role
|
||||||
@ -262,7 +262,7 @@
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h3 class="pull-left modal-title">
|
<h3 class="pull-left modal-title">
|
||||||
<span>
|
<span>
|
||||||
<span class="fw-stack">
|
<span class="fw-stack add-margin-right-2x">
|
||||||
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
||||||
<i class="fw fw-edit fw-stack-1x"></i>
|
<i class="fw fw-edit fw-stack-1x"></i>
|
||||||
</span> Update Group
|
</span> Update Group
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
* Opens a modal popup with input to enter multiple email addresses to send invites
|
* Opens a modal popup with input to enter multiple email addresses to send invites
|
||||||
*/
|
*/
|
||||||
function toggleEmailInvite(){
|
function toggleEmailInvite(){
|
||||||
modalDialog.header('<h4 class="pull-left modal-title"><span class="fw-stack add-margin-right-1x">' +
|
modalDialog.header('<h4 class="pull-left modal-title"><span class="fw-stack add-margin-right-2x">' +
|
||||||
'<i class="fw fw-user fw-stack-2x"></i>' +
|
'<i class="fw fw-user fw-stack-2x"></i>' +
|
||||||
'<span class="fw-stack fw-move-right fw-move-bottom">' +
|
'<span class="fw-stack fw-move-right fw-move-bottom">' +
|
||||||
'<i class="fw fw-circle-outline fw-stack-2x"></i>' +
|
'<i class="fw fw-circle-outline fw-stack-2x"></i>' +
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
<div id="qr-code-modal" data-enrollment-url="{{@unit.params.enrollmentURL}}" class="hidden">
|
<div id="qr-code-modal" data-enrollment-url="{{@unit.params.enrollmentURL}}" class="hidden">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h4 class="pull-left modal-title">
|
<h4 class="pull-left modal-title">
|
||||||
<span class="fw-stack">
|
<span class="fw-stack add-margin-right-2x">
|
||||||
<i class="fw fw-mobile fw-stack-2x"></i>
|
<i class="fw fw-mobile fw-stack-2x"></i>
|
||||||
<span class="fw-stack fw-move-right fw-move-bottom">
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
||||||
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
<i class="fw fw-circle-outline fw-stack-2x"></i>
|
||||||
|
|||||||
@ -2028,6 +2028,11 @@ input[type=number].form-control {
|
|||||||
|
|
||||||
.thumbnail.icon img {
|
.thumbnail.icon img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table .icon-only{
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================================================
|
/* ========================================================================
|
||||||
@ -6549,6 +6554,27 @@ select > option:hover {
|
|||||||
color : #C7C7C7;
|
color : #C7C7C7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Temporary navigation color fix for IoT cloud release
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
header.header-default {
|
||||||
|
background: #181e22 !important;
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-collapse {
|
||||||
|
background: #37474F;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu > li {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/** End **/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* Temporary responsive fix for table listing action button width issue
|
* Temporary responsive fix for table listing action button width issue
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
{{#zone "navbars"}}
|
{{#zone "navbars"}}
|
||||||
<nav id="_uuf-navbar" class="navbar navbar-default affix" data-spy="affix" data-offset-top="50"
|
<nav id="_uuf-navbar" class="navbar navbar-default" data-spy="affix" data-offset-top="50"
|
||||||
data-offset-bottom="40">
|
data-offset-bottom="40">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user