All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.norconex.jefmon.instance.wicket-package.css Maven / Gradle / Ivy

Go to download

JEF Monitor is a standalone web-based application offering a glance view of all running jobs, with possibilities to perform actions on them.

The newest version!
/* 
   Copyright 2007-2014 Norconex Inc.
 
   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.
*/
#nx-instance .panel-heading .btn {
  min-width: 100px;
}

#nx-instance .panel-body {
  padding: 5px;
}

.jef-tree .jef-tree-node-collapsed {
  display:block;
  float:left;
}
.jef-tree .jef-tree-node-collapsed:after {
  background-image: none;
  text-decoration:none;
  font-family: 'FontAwesome';
  content: "\f0da";    
}
.jef-tree .jef-tree-node-expanded {
  display:block;
  float:left;
  width: 18px;
}
.jef-tree .jef-tree-node-expanded:after {
  background-image: none;
  text-decoration:none;
  font-family: 'FontAwesome';
  content: "\f0d7";    
}

#nx-instance-toolbar > a {
  display: inline-block;
  min-width: 100px;
}
#nx-instance-toolbar .nav > li > a {
  padding: 0px 15px 0px 15px;
}

.jef-tree .nx-tree-actionlink a {
  height: 16px;
  padding: 1px 3px 0px 3px;
}
.jef-tree .nx-tree-actionlink a i {
  display: block;
  margin-top: 0px;f
}
.jef-tree-job-stop,
.jef-tree-job-stopping,
.jef-tree-job-blank,
.jef-tree-job-aborted,
.jef-tree-job-premature,
.jef-tree-job-ok,
.jef-tree-job-running {

}
.jef-tree-job-running {
  font-size: 16px;
  color: #428BCA;
}
.jef-tree-job-ok {
  font-size: 16px;
  color: #009900;
}
.jef-tree-job-blank {
}
.jef-tree-job-premature {
  font-size: 16px;
  color: #CC0000;
}
.jef-tree-job-aborted {
  font-size: 16px;
  color: #CC0000;
}
.jef-tree-job-stop {
  font-size: 16px;
  color: #CC0000;
}
.jef-tree-job-stopping {
  font-size: 16px;
  color: #FF8C00;
}
/*
.jef-tree-progress {
  width: 110px;
}
.jef-tree-status {
  with: 120px;
}

.jef-tree .ui-progressbar {
  height: 11px;
  position: relative;
}
.jef-tree .jef-progress-label {
  XXfont-size: 10px;
  position: absolute;
  left: 49%;
  top: 0px;
}
.jef-tree .jef-progress-complete {
  xxpadding-left: 46%;
  XXfont-size: 10px;
  font-weight: bold;
  text-align: center;
}
*/

/*
tree-branch tree-branch-mid
*/
.jef-tree span.tree-junction {
  background-image: none;
  display: block;
  float: left;
  width: 18px;
}
.jef-tree div.tree-subtree {
  margin: 0px 0px 0px 18px;
  padding: 0px;
}
.jef-tree div.tree-branch {
  background-image: none;
  margin: 0px;
  padding: 0px;
}
.jef-tree span.tree-content {
  display: block;
  margin-left: 18px;
}

.jef-tree .nx-tree-actionlink a,
.jef-tree span.tree-content a {
  color: #428BCA;
  text-decoration: none;
}
.jef-tree .nx-tree-actionlink a:active,
.jef-tree .nx-tree-actionlink a:hover,
.jef-tree span.tree-content a:active,
.jef-tree span.tree-content a:hover {
  outline-width: 0px;
  outline-style: none;
  text-decoration: none;
}
.jef-tree .nx-tree-actionlink a:hover,
.jef-tree .nx-tree-actionlink a:focus,
.jef-tree span.tree-content a:hover,
.jef-tree span.tree-content a:focus {
  color: #2a6496;
}
.jef-tree .nx-tree-actionlink a:focus,
.jef-tree span.tree-content a:focus {
  outline-width: thin;
  outline-style: dotted;
  outline-offset: -2px;
}

.jef-tree span.tree-label {
  XXdisplay: inline-block;
  XXwidth: 100%;
  font-style: normal;
  XXfont-size: small;
}


.jef-tree .progress {
  height: 16px;
  margin: 0px;
  padding: 0px;
}
.jef-tree .progress .progress-bar {
  height: 16px;
  margin: 0px;
  padding: 0px;
}
.jef-tree .progress .progress-bar span {
  font-size: 10px;
  display: block;
  margin-top: -1px;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy