mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
fixes wso2/product-iots#1113
This commit is contained in:
parent
73d4a213c6
commit
d38714b7e6
@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{#each control_operations}}
|
{{#each control_operations}}
|
||||||
<a href="javascript:operationSelect('{{operation}}')">
|
<a class='operation-tile' href="javascript:operationSelect('{{operation}}')">
|
||||||
<i class="fw fw-service"></i>
|
<i class="fw fw-service"></i>
|
||||||
<span>{{name}}</span>
|
<span>{{name}}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
{{#each control_operations}}
|
{{#each control_operations}}
|
||||||
<a href="javascript:operationSelect('{{operation}}')">
|
<a class='operation-tile' href="javascript:operationSelect('{{operation}}')">
|
||||||
{{#if iconFont}}
|
{{#if iconFont}}
|
||||||
<i class="fw {{iconFont}}"></i>
|
<i class="fw {{iconFont}}"></i>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|||||||
@ -2844,6 +2844,31 @@ a.ast-type-item:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* operations panel/board */
|
/* operations panel/board */
|
||||||
|
.operation-tile{
|
||||||
|
width: 88px;
|
||||||
|
height: 100px;
|
||||||
|
background-color: #ebebeb;
|
||||||
|
float: left;
|
||||||
|
margin: 0px 10px 10px 0px;
|
||||||
|
cursor: pointer;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operation-tile i{
|
||||||
|
padding: 15px 0px 0px 0px;
|
||||||
|
display: block;
|
||||||
|
min-height: 65px;
|
||||||
|
margin: -5px !important;
|
||||||
|
font-size: 36px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.operation-tile span{
|
||||||
|
height: 35px;
|
||||||
|
line-height: 15px;
|
||||||
|
vertical-align: middle;
|
||||||
|
display: table-cell !important;
|
||||||
|
width: inherit;
|
||||||
|
}
|
||||||
.wr-operations-board {
|
.wr-operations-board {
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user