Dnia 2018-10-08, o godz. 07:27:57
Adam Golebiowski <[email protected]> napisał(a):
>
> Release 2, dostępny pod adresem:
> https://carme.pld-linux.org/~adamg/cacti-1.1.38-2.tar
>
> ma cmd.php z 1.1.37
>
> zerkniesz czy działa lepiej?
>
Działa lepiej :)
W załączniku poprawiony
/usr/share/cacti/include/themes/classic/main.css
Zmniejszona wielkość przycisków
Czcionka poprawiona na bardziej zwartą
Według mnie wygląda to lepiej
/* main styles */
html, body {
height: 100%;
width: 100%;
margin: 0px;
overflow: auto;
}
body, table, tr, td, textarea {
font-family: Arial;#, Verdana, Helvetica, sans-serif;
font-size: 10px;
}
textarea {
padding: 5px;
width: 400px;
height: 100px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #FFFFFF;
background-repeat: repeat-y;
}
table {
border-collapse: collapse; border-spacing: 0;
border: none;
text-align: left;
}
td, th, select {
padding: 0px;
margin: 0px;
}
th {
border-right: 1px groove white;
white-space: nowrap;
}
img {
border: none;
vertical-align: middle;
}
div {
display: block;
}
fieldset {
border: none;
padding: 0px;
margin: 0px;
}
.reindex_methods span {
font-size: 9px;
}
/* links */
a, a:active, a:visited {
color: blue;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #333333;
}
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
top: 50%;
}
#main {
display: none;
position: relative;
width: 100%;
height: 100%;
}
input {
# padding: 0.4em;
font-size: 10px;
max-width: 400px;
}
select {
#padding: 0.5em 0.5em 0.5em 0.5em;
font-size: 10px;
}
tr.selected {
background-color: khaki;
}
label {
white-space: nowrap;
}
.tableRowGraph td {
padding: 3px;
vertical-align: top;
}
.nowrap {
white-space: nowrap;
}
.top {
vertical-align: top;
}
.right {
text-align: right !important;
}
.left {
text-align: left !important;
}
.center {
text-align: center !important;
margin-left: auto;
margin-right: auto;
}
.usermenudown {
background: transparent url('./../../../images/bullet_arrow_down.png') no-repeat center right;
}
.usermenuup {
background: transparent url('./../../../images/bullet_arrow_up.png') no-repeat center right;
}
.user {
padding-right: 16px;
font-weight: bold;
cursor: pointer;
}
.badpassword_message {
padding: 2px;
color: red;
font-size: 1.0em !important;
vertical-align: bottom;
}
.badpassword {
padding: 4px;
color: red;
font-size: 1.5em !important;
vertical-align: bottom;
}
.goodpassword {
padding: 4px;
color: green;
font-size: 1.5em !important;
vertical-align: bottom;
}
.associated {
color: green;
font-weight: bold;
}
.notAssociated {
color: red;
font-weight: bold;
}
.disabled_row span, .disabled_row td, .disabled_row a {
color: grey;
}
.disabled {
color: grey;
font-weight: bold;
}
.idle {
color: green;
font-weight: bold;
}
.running {
color: orange;
}
.errored {
color: red;
font-weight: bold;
}
.newObject{
color: blue;
}
.updateObject {
color: grey;
}
.unmetDependency {
color: red;
}
.foundDependency {
color: navy;
}
.success {
color: green;
}
.failed {
color: red;
}
.accessGranted {
color: green;
font-weight: bold;
}
.accessGrantedItem {
color: green;
}
.accessRestricted {
color: red;
font-weight: bold;
}
.accessRestrictedItem {
color: red;
}
.deleteIcon {
width: 10px;
height: 10px;
cursor: pointer;
padding: 2px;
border: none;
}
.graphDrillDown {
vertical-align: top;
align-self: left;
z-index: 4;
padding: 3px;
height: 100%;
width: 20px;
}
.iconWrapper {
}
.deleteMarker {
color: red !important;
height: 14px !important;
vertical-align: middle;
text-decoration: none !important;
}
.deleteMarker:hover {
text-decoration: none !important;
}
.deleteMarkerDisabled {
color: grey !important;
height: 14px !important;
vertical-align: middle;
text-decoration: none !important;
}
.deleteMarkerDisabled:hover {
text-decoration: none !important;
}
.drillDown {
cursor: pointer;
}
.moveArrow {
color: #00438C !important;
height: 14px !important;
font-size: 14px !important;
vertical-align: middle;
text-decoration: none !important;
}
.moveArrow:hover {
text-decoration: none !important;
}
.moveArrowNone {
padding-left: 14px;
}
.action, .shiftArrow, .calendar {
cursor: pointer;
padding: 2px;
}
.cactiTooltipHint {
cursor: pointer;
color: #6D88AD;
}
.monoSpace {
font-size: 9px;
font-family: monospace;
}
.utilityPick {
width: 200px;
}
.itemlist {
max-height: 400px;
overflow-y: auto;
}
.realms {
width: 20%;
vertical-align: top;
white-space: nowrap;
}
.deviceUp {
color: rgba(148, 179, 107, 0.8) !important;
}
.deviceDown {
color: #FF0000 !important;
}
.deviceUnknown {
color: #0000FF !important;
}
.deviceDisabled {
color: #A1A1A1 !important;
}
.deviceRecovering {
color: #FF8F1E !important;
}
.deviceError {
color: #750F7D !important;
}
.deviceDownMuted {
color: #FFE333 !important;
}
.deviceThreshold {
color: #FFA833 !important;
}
.deviceUnmonitored {
color: rgba(250, 253, 158, 0.8) !important;
}
.deviceWarning {
color: #AA7807 !important;
}
.deviceAlert {
color: #660000 !important;
}
.deviceUpBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: rgba(148, 179, 107, 0.8);
}
.deviceDownBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #FF0000;
}
.deviceUnknownBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #0000FF;
}
.deviceDisabledBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #A1A1A1;
}
.deviceRecoveringBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #FF8F1E;
}
.deviceErrorBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #750F7D;
}
.deviceDownMutedBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #FFE333;
}
.deviceThresholdBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #FFA833;
}
.deviceUnmonitoredBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: rgba(250, 253, 158, 0.8);
}
.deviceWarningBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #AA7807;
}
.deviceAlertBg {
color: rgba(22,22,22,0.8);
font-size: 10pt;
font-weight: bold;
background-color: #660000;
}
.beingGraphed {
color: green;
}
.notBeingGraphed {
color: #484848;
}
.menuoptions {
background: none repeat scroll 0 0 #EEE;
border-color: #F5F5F5 #E5E5E5 #CCC;
border-style: solid;
border-width: 0px 1px 1px 1px;
z-index: 2;
display: block;
float: right;
position: absolute;
right: 12px;
top: 58px;
list-style: none;
text-align: right;
margin: 0px;
padding: 0px;
}
.menuoptions li a {
border-top: 1px solid #CCC;
display: block;
height: 14px;
padding: 4px;
}
.menuoptions li a:hover {
display: block;
text-decoration: none;
background-color: #E1E1E1;
}
.import_label {
opacity: 0;
display: none;
}
.import_button {
opacity: 1;
}
.import_text {
display:none;
}
.emailtest {
cursor:pointer;
display:block;
float:right;
text-align:right;
padding: 0px 5px 0px 0px;
}
.reloadquery {
cursor: pointer;
padding: 2px;
vertical-align: middle;
color: lime;
font-weight: bold;
font-size: 14px;
}
.verbosequery {
cursor: pointer;
padding: 2px;
vertical-align: middle;
color: rgba(255, 204, 0, 0.8);
font-size: 14px;
}
.deletequery {
cursor: pointer;
padding: 2px;
vertical-align: middle;
text-decoration: none;
color: red !important;
font-weight: bold;
font-size: 14px
}
.deletequery:hover {
color: red !important;
text-decoration: none;
padding: 2px;
vertical-align:middle;
}
.odd {
background: none repeat scroll 0 0 #F5F5F5;
border: none;
}
.odd td, .even td, .even-alternate td {
padding: 2px;
}
.even {
background: none repeat scroll 0 0 #E5E5E5;
border: none;
}
.even-alternate {
background: none repeat scroll 0 0 #E7E9F2;
background-color: #E7E9F2;
border: none;
}
.saveRow {
background-color: #EAEAEA;
text-align: right;
padding: 4px;
}
.treeArea, .treeItemsArea {
width: 33%;
border: 1px solid #006400;
vertical-align: top;
}
.linkMarker {
color: #C16921;
}
.filteredValue {
background-color: #F8D93D;
}
.graphItemGr1Alt1 {
background-color: #EEEEEE;
}
.graphItemGr1Alt2 {
background-color: #EEEEEE;
}
.graphItemGr1Cust {
background-color: #D5D5D5;
}
.graphItemGr2Alt1 {
background-color: #E7E9F2;
}
.graphItemGr2Alt2 {
background-color: #E7E9F2;
}
.graphItemGr1Cust {
background-color: #D2D6E7;
}
.graphItemAdd {
background-color: #00438C;
}
.graphItemDel {
background-color: #C63636;
}
.graphItemHR {
color: #FF0000;
}
.hostUp {
color: #000000;
font-size: 10px;
font-weight: normal;
font-family: monospace;
}
.hostDown {
color: #FF0000;
font-size: 10px;
font-weight: normal;
font-family: monospace;
}
.cactiPageHead {
background: #A9A9A9 url("./images/cacti_logo.svg") no-repeat scroll right 40% / 400px auto;
border-bottom: 1px solid #00438C;
height: 36px;
width: 100%;
}
.cactiGraphPageHeadBackdrop {
background-color: #A9A9A9;
vertical-align: bottom;
padding-bottom: 0px;
float: right;
width: 400px;
height: 36px;
z-index: -1;
}
.cactiConsolePageHeadBackdrop {
padding-bottom: 0px;
float: right;
width: 0px;
height: 36px;
z-index: -1;
}
.navigation {
}
.debug td {
padding: 3px;
margin: 0px;
}
.breadCrumbBar {
background-color: #E9E9E9;
padding: 2px;
height: 16px;
}
ul#breadcrumbs {
font-size: 8px;
margin: 0;
padding: 0;
list-style: none;
}
.infoBar {
vertical-align: middle;
display: block;
min-width: 15%;
max-width: 40%;
margin-right: 10px;
float: right;
text-align: right;
}
#breadcrumbs li {
float: left;
font-size: 10px;
padding-top: 2px;
}
#breadcrumbs a {
padding-left: 5px;
padding-right: 5px;
float: left;
text-decoration: none;
color: blue;
position: relative;
}
.cactiContent {
clear: both;
width: 100%;
height: 100%;
vertical-align: top;
display: inline-table;
}
.cactiTreeNavigationArea {
display: table-cell;
background: #EFEFEF url('./../../../images/shadow_gray.gif') repeat-x center top;
border-right: #AAAAAA 1px solid;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
width: 250px;
max-width: 400px;
height: 100%;
float: left;
vertical-align: top;
overflow-y: auto;
overflow-x: hidden;
}
.jstree {
position: relative;
display: block;
}
.cactiConsoleNavigationArea {
display: table-cell;
background: snow url('./../../../images/shadow_gray.gif') repeat-x center top;
border-right: #AAAAAA 1px solid;
padding-left: 0px;
padding-right: 0px;
padding-top: 5px;
vertical-align: top;
float: left;
width: 162px;
height: 100%;
// overflow-y:auto !important;
// overflow-x:auto;
}
.cactiConsoleNavigationArea table {
width: 160px;
}
.treeTable {
width: 100%;
}
.treeArea {
vertical-align: top;
}
.cactiLogo {
padding-top: 20px;
background: #F5F5F5 url('./images/cacti_logo.svg') no-repeat 30px;
display: block;
cursor: pointer;
height: 140px;
width: 156px;
margin-top: 0px;
margin-left: 2px;
margin-right: 2px;
}
.loginLeft, .logoutLeft {
width: 33%;
float: left;
}
.loginCenter, .logoutCenter {
position: relative;
padding: 30px 0px 5px 20px;
top: 15%;
max-width: 350px;
max-height: 350px;
margin-left: auto;
margin-right: auto;
}
.cactiLoginLogo, .cactiLogoutLogo {
position: relative;
float: right;
top: 15%;
background: transparent url('./../../../images/auth_background.gif') no-repeat center;
width: 350px;
height: 128px;
z-index: 2;
margin-top: -90px;
margin-left: 0px;
margin-bottom: -20px;
}
.loginArea, .logoutArea {
position: relative;
}
.cactiLoginTable td {
padding-bottom: 6px;
padding-right: 6px;
}
.loginErrors, .logoutErrors {
color: red;
min-height: 0px;
}
legend {
font-size: 22px;
font-weight: bold;
text-align: right;
}
.loginRight, .logoutRight {
width: 33%;
float: right;
}
.loginBody, .logoutBody {
}
.versionInfo {
padding-top: 5px;
float: right;
font-size: 10px;
color: black;
}
.actionsDropdown {
vertical-align: middle;
padding: 3px;
width: 100%;
text-align: right;
display: table;
}
.actionsDropdown div {
display: table-row;
margin-top: auto;
margin-bottom: auto;
}
.actionsDropdownButton {
vertical-align: top;
float: right;
margin-top: 1px;
margin-left: 3px;
display: table-column;
}
.actionsDropdownArrow {
margin-top: auto;
margin-bottom: auto;
float:left !important;
padding: 3px;
}
.loginPanel {
padding: 4px 0px;
}
.cactiGraphContentArea {
background: #FFFFFF url('./../../../images/shadow.gif') repeat-x center top;
display: table-cell;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
vertical-align:top;
}
.spikekillData, .spikekillData td {
border: 1px solid #999;
}
.spikekillNote {
padding: 1px;
}
.spikekillMenu {
background: #F5F5F5 none repeat scroll 0 0;
border: 1px solid #979797;
box-shadow: 2px 2px 2px #999999;
margin: 0;
padding: 2px;
line-height: 1.5em;
}
.spikekillMenu li {
vertical-align: middle;
}
.spikekillMenu i {
text-align: center;
width: 2.0em;
display: inline-block;
}
.spikekillMenu i:empty{
width: 2.0em;
display: inline-block;
}
.cactiConsoleContentArea {
background: #FFFFFF url('./../../../images/shadow.gif') repeat-x center top;
padding-top: 10px;
padding-right: 5px;
padding-left: 5px;
margin-left: 162px;
height: 100%;
width: 100%;
vertical-align: top;
display: table-cell;
overflow-y: auto !important;
overflow-x: hidden !important;
}
.hyperLink, .hyperLink:hover, .hyperLink:visited {
color: blue !important;
font-size: 1.1em;
padding: 3px;
cursor:pointer;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.iconLink {
padding: 2px;
}
.iconLink img {
padding-bottom: 2px;
}
.noLinkEditMain {
color: blue;
text-decoration: none;
font-weight: bold;
padding: 3px;
white-space: nowrap;
}
.linkEditMain, .linkEditMain:visited, .linkEditMain:active {
color: blue;
text-decoration: none;
font-weight: normal;
padding: 0px;
white-space: nowrap;
cursor:pointer;
}
.linkEditMain:hover {
color: blue;
text-decoration: underline;
font-weight: normal;
}
.linkOverDark, .linkOverDark:visited, .linkOverDark:active {
color: white;
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
.linkOverDark:hover {
color: white;
text-decoration: underline;
}
.linkCopyDark, .linkCopyDark:visited, .linkCopyDark:active {
color: white;
font-weight: normal;
text-decoration: none;
cursor: pointer;
}
.linkCopyDark:hover {
color: white;
text-decoration: underline;
}
/* text styles */
.textError {
font-size: 12px;
font-weight: bold;
color: red !important;
}
.textWarning {
font-size: 12px;
font-weight: normal;
color: yellow !important;
}
.textInfo {
font-size: 12px;
font-weight: bold;
color: black;
}
.textHeader {
font-size: 12px;
font-weight: bold;
}
.textOverflow {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.bold {
font-weight: bold;
}
.remover {
cursor: pointer;
}
.messageContainer {
text-align: center;
position: absolute;
display: none;
left: 30%;
right: 30%;
margin-left: auto;
margin-right: auto;
z-index: 4;
}
.messageBox {
padding: 1px;
margin-top: 2px;
border-radius: 3px;
background-color: #FFFFFF;
border: 1px solid #BBBBBB;
position: relative;
z-index: 4;
}
.textHeaderDark {
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
.templateHeader {
background-color: #888888;
}
.templateHeader td {
padding: 3px;
}
.textSubHeaderDark, .textSubHeaderDark:visited {
font-size: 10px;
color: #FFFFFF;
font-weight: bold;
padding: 0px;
}
.tableBody {
background-color: #E1E1E1;
}
.cactiTable {
width: 100%;
border-width: 0px;
border-color: #00438C;
border-style: solid;
margin-left:auto;
margin-right:auto;
display: table;
}
.cactiTableTitle {
color: white;
float: left;
line-height: 22px;
height: 22px;
text-align: left;
display: table-column;
width: 70%;
background-color: #00438C;
font-size: 12px;
}
.cactiTableButton {
float: right;
display: table-column;
text-align: right;
height:22px;
width: 30%;
background-color: #00438C;
white-space: nowrap;
}
.cactiTableButton.debug {
background: transparent;
height: 1em;
}
.cactiTableButton span, .cactiTableTitle span {
color: white;
padding: 0px;
line-height: 22px;
height: 22px;
font-weight: bold;
white-space: nowrap;
overflow: hidden;
vertical-align: middle;
background: transparent;
}
.cactiTableButton i {
padding: 0px 8px;
}
.cactiTableButton span:last-child, .cactiTableTitle span:last-child {
padding: 0px 5px;
}
.cactiTableButton .fa, .cactiTableTitle .fa {
display: inline;
}
.cactiTable td {
padding: 2px;
}
.cactiDebugTable {
width: 100%;
}
.filterTable {
white-space: nowrap;
}
.filterTable td:first-child {
width: 55px;
min-width: 55px;
}
.filterTable td {
padding: 2px;
white-space: nowrap;
}
.filterTable td span {
padding: 0px 2px 0px 0px;
}
.filterTable label {
vertical-align: 10%;
}
.formRow {
display: table-row;
width: 100%;
line-height: 30px;
}
.formColumn {
float: left;
display: table-column;
text-align: left;
}
.formColumnLeft {
float: left;
display: table-column;
padding-left: 4px;
width: 40%;
text-align: left;
}
.formColumnRight {
float: left;
display: table-column;
width: 58%;
text-align: left;
}
.formData {
display: inline-block;
float: left;
text-align: left;
}
.formRadio {
line-height: 22px;
}
.formSubCheckbox {
line-height: 20px;
float: left;
}
.formSubCheckbox input {
margin: 0px;
vertical-align: -10%;
}
.formSubCheckbox label {
}
.formCheckbox {
vertical-align: -15%;
}
.formFieldName {
display: inline-block;
color: #444;
float: left;
text-align: left;
font-weight: bold;
padding-left: 3px;
}
.formFieldDescription {
float: left;
font-weight: normal;
text-align: left;
line-height: 14px;
}
.formTooltip {
display: inline-block;
padding-left: 4px;
}
.formHeader {
float: left;
width: 100%;
text-align: left;
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
vertical-align: middle;
text-align: left;
border-right: 1px groove #EFEFEF;
font-size: 11px;
background-color: #6D88AD !important;
}
.formHeaderText {
padding: 3px;
}
.formHeaderAnchor {
float: right;
padding-right: 4px;
}
.hostInfoHeader {
width: 100%;
}
.queryAdd, .templateAdd {
padding: 3px;
}
@media screen and (max-width: 640px) {
.formRow {
display: table;
width: 100%;
line-height: 30px;
}
.formColumn {
float: left;
display: table-row;
}
.formColumnLeft {
float: left;
display: table-row;
width: 100%;
text-align: left;
}
.formColumnRight {
float: left;
display: table-row;
width: 100%;
text-align: left;
}
.formFieldName {
color: #444;
float: left;
text-align: left;
white-space: nowrap;
padding-left: 3px;
}
.formData {
float: left;
}
.hostInfoHeader {
overflow: hidden;
}
.queryAdd, .templateAdd, .navBar, #ping_results {
display: none;
}
}
.graphItem {
background-color: #D5D5D5;
}
.graphItemAlternate {
background-color: #D2D6E7;
}
.break {
height: 4px;
}
.next {
padding-right: 6px;
padding-left: 6px;
}
.previous {
padding-right: 6px;
padding-left: 6px;
}
.cactiNavBarTop {
background-color: #00438C;
}
.cactiNavBarBottom {
background-color: #00438C;
}
.tableHeader {
display: table-row;
background-color: #6D88AD !important;
line-height: 20px;
}
.tableHeader td {
color: #FFFFFF;
font-weight: bold;
}
.tableHeader th {
color: #FFFFFF;
font-weight: bold;
cursor: pointer;
vertical-align: middle;
text-align: left;
border-right: 1px groove #EFEFEF;
font-size: 11px;
background-color: #6D88AD !important;
padding: 2px;
}
.tableHeader th:last-child {
border-right: none !important;
}
.tableHeader th div {
display: block;
padding-right: 8px;
font-size: 10px;
}
.tableSubHeaderColumn {
color: #FFFFFF;
font-weight: bold;
vertical-align: middle;
text-align: left;
cursor: pointer;
padding: 3px;
}
.graphSubHeaderColumn {
color: #FFFFFF;
font-size: 12px;
vertical-align: middle;
text-align: left;
padding: 3px;
}
.tableSubHeaderCheckbox {
background-color: #819BC0;
max-width: 20px;
width: 20px;
}
.image_table {
width: 100%;
}
.tableConfirmation {
background-color: #F5F5F5;
border: 1px solid #AAAAAA;
}
.navBar {
min-width: 30%;
white-space: nowrap;
}
.navBarNavigation {
color: white;
width: 100%;
text-align: center;
vertical-align: middle;
display: table;
margin-left: auto;
margin-right: auto;
line-height: 20px;
background-color: #00438D;
font-size: 12px;
}
.navBarNavigation a, .navBarNavigation a:visited, .navBarNavigation a:hover {
color: white;
text-decoration: none;
font-weight: normal;
font-size: 12px;
}
.navBarNavigationPrevious {
text-align: left;
cursor: pointer;
font-weight: bold;
white-space: nowrap;
display: table-cell;
width: 10%;
padding: 2px 0px;
vertical-align: middle;
}
.navBarNavigationCenter {
text-align: center;
display: table-cell;
white-space: nowrap;
width:80%;
padding: 2px 0px;
margin-top: auto;
}
.navBarNavigationCenter span {
vertical-align: middle;
display: table-cell;
}
.navBarNavigationNext {
text-align: right;
white-space: nowrap;
display: table-cell;
width: 10%;
vertical-align: middle;
}
.navBarNavigationNone {
text-align: center;
display: table-cell;
white-space: nowrap;
width: 100%;
height: 16px;
margin-top: auto;
padding-top: 3px;
padding-bottom: 3px;
}
.navBarNavigationNext i.ui-icon {
margin-top: -16px;
margin-right: -16px;
top: 50%;
}
.navBarNavigationPrevious i.ui-icon {
margin-bottom: -16px;
margin-left: -16px;
top: 50%;
}
.textArea {
font-size: 10px;
background-color: #F5F5F5;
}
.popupBox {
z-index: 2;
position: absolute;
padding: 0px;
display: none;
overflow: auto;
color: #FFFFFF;
background-color: #E5E5E5;
border:1px solid #E5E5E5;
}
.installArea {
background-color: #FFFFFF;
padding: 10px;
}
.textAreaNotes {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textEditTitle {
font-size: 10px;
font-weight: bold;
}
.textMenuHeader {
color: #FFFFFF;
background-color: #9C9C9C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
.textMenuItem {
background-color: #F5F5F5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.textMenuSubItem {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.textMenuItemSelected {
background-color: #E1E1E1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.txtErrorTextBox {
border: 2px solid #FF0000;
}
.txtErrorText {
color: #FF0000;
font-size: 12px;
font-weight: bold;
}
/* tabs */
.tabSpacer {
width: 0px;
padding-right: 2px;
padding-left: 0px;
}
.tabsMarginLeft {
padding-left: 2px;
}
.tabSelected {
background-color: silver;
white-space: nowrap;
width: 1%;
}
.tabNotSelected {
background-color: #DFDFDF;
white-space: nowrap;
width: 1%;
}
.tab {
border-color: #999 #666 -moz-use-text-color #999;
border-style: solid solid none;
border-width: 1px 1px medium;
}
.tabs li a {
background-color: #DFDFDF;
float: left !important;
padding: 5px 4px;
text-decoration: none;
font-size: 9px;
border-color: #999 #666 !important;
border-style: solid solid none;
border-width: 1px 1px medium;
font-weight: bold;
}
div#tabs {
padding-bottom: 0px;
float: left;
vertical-align: bottom;
height: 36px;
overflow: hidden;
width: 70%;
}
td#tabs {
padding-bottom: 0px;
float: left;
vertical-align: bottom;
}
.cactiGraphHeaderBackground {
height: 36px;
float: right;
z-index: -1;
}
div#gtabs {
padding-bottom: 0px;
vertical-align: bottom;
float: right;
height: 36px;
overflow: hidden;
}
.tabs {
}
.tabs a:hover {
background-color: silver;
}
.tabs a.selected {
background-color: silver;
}
.tabs li {
bottom: -1px;
float: left;
margin: 0 3px 0 0;
}
.tabs li.current a {
background: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
.tabs li.current a:hover {
background: #FFFFFF;
border-bottom:1px solid #FFFFFF;
}
.tabs nav {
padding: 0px 4px 0px 0px;
background-repeat: repeat-x;
zoom: 1;
}
.tabs nav:after {
clear: both;
display: block;
height: 0;
visibility: hidden;
}
.tabs ul {
list-style: none;
margin: 0;
padding: 0;
}
/* Navigation Area */
#nav {
margin: 0px;
overflow-y: auto;
}
#nav li a {
display: block;
font-size: 10px;
padding: 2px 4px;
background: #ccc;
border-bottom: 1px solid #666;
border-top: 1px solid #eee;
text-decoration: none;
color: blue;
}
#nav li a.active {
color: snow;
background-color: #9c9c9c;
border-bottom: 1px solid #666;
font-weight: bold;
}
#nav li a.pic:hover, #nav li a.selected {
background-color: #e1e1e1;
}
#nav li ul {
display: none;
padding: 0;
}
#nav li ul li a {
padding: 2px 4px;
background: #F5F5F5;
border-bottom: 1px dotted #ccc;
}
#nav li ul li {
list-style: none;
padding: 0;
}
ul#nav {
list-style: none;
padding: 0;
width: 100%;
}
.clogError {
background-color: #FF3932;
}
.clogWarning {
background-color: #EACC00;
}
.clogSQL {
background-color: #6DC8FE;
}
.clogDebug {
background-color: #C4FD3D;
}
.clogStats {
background-color: #96E78A;
}
.clogLimit {
background-color: #EACC00;
}
.clogStats td, .clogDebug td, .clogSQL td, .clogWarning td, .clogError td, .clogLimit td {
padding: 3px;
}
@media print {
.noprint { display:none }
}
.ui-tooltip {
max-width: none !important;
}
.ui-tooltip-content div.header {
color: blue;
}
.ui-tooltip-content {
min-width: 100px !important;
max-width: 500px !important;
overflow:auto !important;
opacity: 0.95;
border-radius: 5px !important;
border: transparent;
}
.ui-tooltip-content div.content {
font-size: 10px;
color: #333333;
}
div.preformatted {
font-family: monospace;
white-space: pre;
}
ul.pagination {
display: inline-block;
padding: 0px;
margin: 0px;
vertical-align: middle;
}
ul.pagination li {
display: inline;
}
ul.pagination li a {
color: white;
float: left;
padding: 0px 2px 2px 2px;
text-decoration: none;
margin: 0px 1px;
vertical-align: -40%;
}
ul.pagination li span {
color: white;
float: left;
padding: 0px 0px;
text-decoration: none;
margin: 0px 1px;
}
ul.pagination li a.active {
background-color: #E1E1E1;
color: black;
}
ul.pagination li a:hover:not(.active) {
background-color: #9C9C9C;
color: black;
}
tr#realtime td:first-child {
height: 54px;
}
.logEmergency {
background-color: #FA7420;
text-align: center;
width: 12.5%;
}
.logCritical {
background-color: #F21721;
text-align: center;
width: 12.5%;
}
.logWarning {
background-color: #FF7A30;
text-align: center;
width: 12.5%;
}
.logAlert {
background-color: #F21924;
text-align: center;
width: 12.5%;
}
.logError {
background-color: #FB4A14;
text-align: center;
width: 12.5%;
}
.logNotice {
background-color: #FAFD9E;
text-align: center;
width: 12.5%;
}
.logInfo {
background-color: #CCFFCC;
text-align: center;
width: 12.5%;
}
.logDebug {
background-color: #CDCFC4;
text-align: center;
width: 12.5%;
}
.menuitem {
white-space: nowrap;
}
.menu_glyph {
display: none;
}
.ui-multiselect {
padding: 1px;
color: black;
font-size: 12px;
}
.ui-multiselect-checkboxes span {
font-size: 12px;
color: black;
}
.ui-multiselect-header {
background-color: #E5E5E5;
}
.ui-multiselect-filter {
width: 100%;
}
.graphWrapper {
position: relative;
}
_______________________________________________
pld-users-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl