forked from community/product-iots
application-manager-new
parent
b1f305aeae
commit
0ba26a3a45
@ -0,0 +1,261 @@
|
||||
/* ---------------- template styles ------------------------- */
|
||||
|
||||
table#main-table td#header {
|
||||
background-color: #3B003D;
|
||||
background-image: url(../images/back-repeat.png);
|
||||
background-repeat: repeat-x;
|
||||
height: 70px;
|
||||
border-bottom: solid 1px #000000;
|
||||
}
|
||||
|
||||
table#main-table td#menu-panel {
|
||||
border-right: solid 1px #989898;
|
||||
/ / background-image : url(../images/bam-server-menu-panel-bg.gif);
|
||||
background-position: right top;
|
||||
background-repeat: repeat-y;
|
||||
}
|
||||
|
||||
/* ---------------- header styles ------------------ */
|
||||
div#header-div {
|
||||
background-image: url(../images/bam-header-bg.png);
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
div#header-div div.left-logo {
|
||||
background-image: url(../images/bam-header-logo.png);
|
||||
margin-left: 25px;
|
||||
margin-top: 22px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
div#header-div div.right-logo {
|
||||
color: #ffffff;
|
||||
height: 32px;
|
||||
margin-right: 20px;
|
||||
line-height: 30px;
|
||||
margin-top: 10px;
|
||||
padding-right: 0px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
div#header-div div.header-links {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
div#header-div div.header-links div.right-links {
|
||||
margin-right: 0px;
|
||||
height: 27px;
|
||||
padding-top: 0px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
div#header-div div.header-links div.right-links a {
|
||||
color: #91e9c7;
|
||||
}
|
||||
|
||||
div#header-div div.header-links div.right-links ul {
|
||||
background-image: none;
|
||||
background-position: left top;
|
||||
background-repeat: repeat-x;
|
||||
padding-left: 25px;
|
||||
padding-right: 15px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
/* ------------- menu styles ---------------------- */
|
||||
div#menu {
|
||||
}
|
||||
|
||||
div#menu ul.main {
|
||||
}
|
||||
|
||||
div#menu ul.main li {
|
||||
}
|
||||
|
||||
div#menu ul.main li.normal {
|
||||
}
|
||||
|
||||
div#menu ul.main li a.menu-home {
|
||||
background-image: url(../images/menu_header.gif);
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
div#menu ul.main li.menu-header {
|
||||
background-image: url(../images/bam-server-menu-header.gif);
|
||||
background-position: left bottom;
|
||||
background-repeat: repeat-x;
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
div#menu ul.main li a.menu-default {
|
||||
}
|
||||
|
||||
div#menu ul.main li a.menu-default:hover {
|
||||
background-color: #EFECF5;
|
||||
border-bottom: solid 1px #C2B7D8;
|
||||
border-top: solid 1px #C2B7D8;
|
||||
color: #00447C;
|
||||
}
|
||||
|
||||
div#menu ul.sub {
|
||||
}
|
||||
|
||||
/* -------------- child no-01 styles -------------- */
|
||||
|
||||
div#menu ul.sub li.normal {
|
||||
|
||||
}
|
||||
|
||||
div#menu ul.sub li a.menu-default {
|
||||
}
|
||||
|
||||
/* ----------- child no-01 (disabled) styles ------------------- */
|
||||
|
||||
div#menu ul.sub li a.menu-disabled-link {
|
||||
}
|
||||
|
||||
div#menu ul.sub li a.menu-disabled-link:hover {
|
||||
}
|
||||
|
||||
/* -------------- child no-02 styles -------------- */
|
||||
|
||||
div#menu ul.sub li.normal ul.sub li a.menu-default {
|
||||
|
||||
}
|
||||
|
||||
/* -------------- child no-03 styles -------------- */
|
||||
|
||||
div#menu ul.sub li.normal ul.sub li.normal ul.sub li a.menu-default {
|
||||
}
|
||||
|
||||
/* ------------- footer styles -------------------- */
|
||||
|
||||
div#footer-div div.footer-content div.poweredby {
|
||||
background-image: url(../images/powered-synapse.gif);
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
/* ---- login styles ----- */
|
||||
|
||||
/* --------------- table styles -------------------- */
|
||||
|
||||
.tableOddRow {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.tableEvenRow {
|
||||
background-color: #EFECF5;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
}
|
||||
|
||||
/* =============================================================================================================== */
|
||||
|
||||
.cornerExpand {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
left: -12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cornerCollapse {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
left: -12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* chanaka */
|
||||
|
||||
.form-table td {
|
||||
padding-bottom: 5px !important;
|
||||
padding-left: 5px !important;
|
||||
padding-top: 5px !important;
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
.form-table td div.indented {
|
||||
padding-left: 7px !important;
|
||||
color: #595959 !important;
|
||||
}
|
||||
|
||||
.form-table-left {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.longTextField {
|
||||
width: 270px;
|
||||
}
|
||||
|
||||
.rowAlone {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.tabedBox {
|
||||
border: solid 1px #cccccc;
|
||||
margin-left: 10px;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* chanaka end */
|
||||
|
||||
a.fact-selector-icon-link {
|
||||
background-image: url(../images/facts-selector.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top;
|
||||
padding-left: 20px;
|
||||
line-height: 17px;
|
||||
height: 17px;
|
||||
float: left;
|
||||
position: relative;
|
||||
margin-left: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
table#main-table td#middle-content {
|
||||
background-image: url(../images/menu-margin.gif);
|
||||
background-position: left top;
|
||||
background-repeat: repeat-y;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
div#middle {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/* new theme 01-07-2013 */
|
||||
table#main-table td.vertical-menu-container {
|
||||
background-color: #444;
|
||||
padding-left: 5px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
div.menu-panel-buttons {
|
||||
border-top-left-radius: 7px;
|
||||
border-bottom-left-radius: 7px;
|
||||
border-top-right-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
padding: 15px 3px;
|
||||
}
|
||||
|
||||
div.selected span {
|
||||
font-weight: bold;
|
||||
color: #ffffff;
|
||||
background-color: #555555;
|
||||
}
|
||||
|
||||
div.menu-panel-buttons span {
|
||||
}
|
||||
|
||||
div.selected {
|
||||
border: 0px;
|
||||
background-color: #555555;
|
||||
box-shadow: none;
|
||||
}
|
After Width: | Height: | Size: 967 B |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 176 B |
After Width: | Height: | Size: 121 B |
After Width: | Height: | Size: 166 B |
File diff suppressed because it is too large
Load Diff
@ -1,60 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
var getDateString, getDuration;
|
||||
|
||||
(function() {
|
||||
|
||||
getDateString = function (timestamp) {
|
||||
var date = new Date();
|
||||
date.setTime(timestamp);
|
||||
return date.toString();
|
||||
};
|
||||
|
||||
getDuration = function (durationInMS) {
|
||||
var time = '';
|
||||
var date = new Date();
|
||||
date.setTime(durationInMS);
|
||||
|
||||
var day = Math.floor(durationInMS/86400000);
|
||||
if (day > 0){
|
||||
//More than 1 day
|
||||
time = day +' day : ';
|
||||
durationInMS = durationInMS - (day * 86400000);
|
||||
}
|
||||
var hour = Math.floor(durationInMS/3600000);
|
||||
if (hour > 0){
|
||||
//More than 1 hour
|
||||
time = time + hour + ' hour : ';
|
||||
durationInMS = durationInMS - (hour * 3600000);
|
||||
}
|
||||
|
||||
var minutes = Math.floor(durationInMS/60000);
|
||||
if (minutes > 0){
|
||||
//More than 1 minute
|
||||
time = time + minutes + ' minutes : ';
|
||||
durationInMS = durationInMS - (minutes * 60000);
|
||||
}
|
||||
|
||||
var seconds = Math.ceil(durationInMS/1000);
|
||||
if (seconds > 0){
|
||||
//More than 1 minute
|
||||
time = time + seconds + ' seconds : ';
|
||||
}
|
||||
time = time.slice(0, -2);
|
||||
return time;
|
||||
};
|
||||
}());
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue