com.norconex.jefmon.home.HomePage.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of norconex-jef-monitor Show documentation
Show all versions of norconex-jef-monitor Show documentation
JEF Monitor is a standalone web-based application offering a glance view of all running jobs, with possibilities to perform actions on them.
/*
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.
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 60px;
}
/*
#homeSplitter {
margin-top: 50px;
border-width: 1px 0px 1px 0px;
}
*/
#nx-header-toolbar a {
color: #428BCA;
text-decoration: none;
}
#nx-header-toolbar a:active,
#nx-header-toolbar a:hover {
outline-width: 0px;
outline-style: none;
text-decoration: none;
}
#nx-header-toolbar a:hover,
#nx-header-toolbar a:focus {
color: #2a6496;
}
#nx-header-toolbar a:focus {
outline-width: thin;
outline-style: dotted;
outline-offset: -2px;
}
#nx-home-layout .ui-layout-north {
XXmin-height: 100px;
overflow: auto;
margin: 0px;
padding: 10px;
border: 0px;
}
#nx-home-layout .ui-layout-center {
XXheight: 100%;
XXmin-height: 300px;
width: 100%;
overflow: auto;
margin: 0px;
padding: 10px;
border: 0px;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy