Changed the format of the .css files
Former-commit-id: a0dce3fe780031105396a8439c83d520197670af
This commit is contained in:
parent
dc238cf74a
commit
7a9684f23c
|
@ -1,29 +1,30 @@
|
|||
|
||||
table.dbmanager, table.dbmanager td, table.dbmanager th {
|
||||
border:1px solid #888;
|
||||
border-collapse: collapse;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
table.dbmanager,
|
||||
table.dbmanager td,
|
||||
table.dbmanager th {
|
||||
border: 1px solid #888;
|
||||
border-collapse: collapse;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
table.dbmanager td, table.dbmanager th {
|
||||
padding:.2em .5em;
|
||||
vertical-align: top;
|
||||
font-weight: normal;
|
||||
background: #fafafa;
|
||||
color: #000;
|
||||
font-size: 9px;
|
||||
table.dbmanager td,
|
||||
table.dbmanager th {
|
||||
padding: 0.2em 0.5em;
|
||||
vertical-align: top;
|
||||
font-weight: normal;
|
||||
background: #fafafa;
|
||||
color: #000;
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
table.dbmanager th {
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
background: #888;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
background: #888;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 50px;
|
||||
height: 50px;
|
||||
width: 95%;
|
||||
min-height: 50px;
|
||||
height: 50px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
#chartLegend {
|
||||
width: 100%;
|
||||
position: relative;
|
||||
height: 30px;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#chartLegend table {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
#graph_container {
|
||||
width: 800px;
|
||||
margin: 20px auto !important;
|
||||
width: 800px;
|
||||
margin: 20px auto !important;
|
||||
}
|
||||
|
|
|
@ -1,141 +1,145 @@
|
|||
.fileupload_form {
|
||||
background-color: #373A3D;
|
||||
background-image: -moz-linear-gradient(center top , #373A3D, #313437);
|
||||
border-radius: 3px;
|
||||
font-family: 'PT Sans Narrow',sans-serif;
|
||||
margin: 0px;
|
||||
padding: 30px;
|
||||
background-color: #373a3d;
|
||||
background-image: -moz-linear-gradient(center top, #373a3d, #313437);
|
||||
border-radius: 3px;
|
||||
font-family: "PT Sans Narrow", sans-serif;
|
||||
margin: 0px;
|
||||
padding: 30px;
|
||||
}
|
||||
#drop_file {
|
||||
background-color: #E6E6E6;
|
||||
border: 20px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 3px;
|
||||
color: #707070;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 30px;
|
||||
padding: 40px 50px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
background-color: #e6e6e6;
|
||||
border: 20px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 3px;
|
||||
color: #707070;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 30px;
|
||||
padding: 40px 50px;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#drop_file table {
|
||||
vertical-align: middle;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#drop_file table td, #drop_file table label {
|
||||
color: #707070;
|
||||
font-family: 'PT Sans Narrow',sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
vertical-align: middle;
|
||||
#drop_file table td,
|
||||
#drop_file table label {
|
||||
color: #707070;
|
||||
font-family: "PT Sans Narrow", sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
margin-top: 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#drop_file table select {
|
||||
float: none;
|
||||
float: none;
|
||||
}
|
||||
#drop_file a {
|
||||
background-color: #80BA27;
|
||||
border-radius: 2px;
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
padding: 12px 26px;
|
||||
background-color: #80ba27;
|
||||
border-radius: 2px;
|
||||
color: #ffffff;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
padding: 12px 26px;
|
||||
}
|
||||
#drop_file a:hover {
|
||||
background-color: #A6CE67;
|
||||
text-decoration: none;
|
||||
background-color: #a6ce67;
|
||||
text-decoration: none;
|
||||
}
|
||||
#drop_file input {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
.fileupload_form ul {
|
||||
border-bottom: 1px solid #3D4043;
|
||||
border-top: 1px solid #2B2E31;
|
||||
list-style: none outside none;
|
||||
margin: 0 -30px;
|
||||
padding: 0;
|
||||
border-bottom: 1px solid #3d4043;
|
||||
border-top: 1px solid #2b2e31;
|
||||
list-style: none outside none;
|
||||
margin: 0 -30px;
|
||||
padding: 0;
|
||||
}
|
||||
.fileupload_form ul li {
|
||||
background-color: #333639;
|
||||
background-image: -moz-linear-gradient(center top , #333639, #303335);
|
||||
border-bottom: 1px solid #2B2E31;
|
||||
border-top: 1px solid #3D4043;
|
||||
padding: 15px;
|
||||
position: relative;
|
||||
background-color: #333639;
|
||||
background-image: -moz-linear-gradient(center top, #333639, #303335);
|
||||
border-bottom: 1px solid #2b2e31;
|
||||
border-top: 1px solid #3d4043;
|
||||
padding: 15px;
|
||||
position: relative;
|
||||
}
|
||||
.fileupload_form ul li #input-progress {
|
||||
left: 68px;
|
||||
position: absolute;
|
||||
left: 68px;
|
||||
position: absolute;
|
||||
}
|
||||
.fileupload_form ul li p {
|
||||
color: #EEEEEE;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
left: 95px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
white-space: nowrap;
|
||||
color: #eeeeee;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
left: 95px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 12px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.fileupload_form ul li i {
|
||||
color: #7F7F7F;
|
||||
display: block;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
color: #7f7f7f;
|
||||
display: block;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
.fileupload_form ul li canvas {
|
||||
left: 13px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 13px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
}
|
||||
.fileupload_form ul li span {
|
||||
background: url("../../images/check-cross.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
||||
cursor: pointer;
|
||||
height: 12px;
|
||||
position: absolute;
|
||||
right: 13px;
|
||||
top: 34px;
|
||||
width: 15px;
|
||||
background: url("../../images/check-cross.png") no-repeat scroll 0 0
|
||||
rgba(0, 0, 0, 0);
|
||||
cursor: pointer;
|
||||
height: 12px;
|
||||
position: absolute;
|
||||
right: 13px;
|
||||
top: 34px;
|
||||
width: 15px;
|
||||
}
|
||||
.fileupload_form ul li div {
|
||||
display: block !important;
|
||||
display: block !important;
|
||||
}
|
||||
.fileupload_form ul li.working span {
|
||||
background-position: 0 -12px;
|
||||
height: 16px;
|
||||
background-position: 0 -12px;
|
||||
height: 16px;
|
||||
}
|
||||
.fileupload_form ul li.loading span {
|
||||
background: url("../../images/spinner.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
||||
height: 16px;
|
||||
background: url("../../images/spinner.gif") no-repeat scroll 0 0
|
||||
rgba(0, 0, 0, 0);
|
||||
height: 16px;
|
||||
}
|
||||
.fileupload_form ul li.suc span {
|
||||
background: url("../../images/check-cross.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
|
||||
height: 12px;
|
||||
background: url("../../images/check-cross.png") no-repeat scroll 0 0
|
||||
rgba(0, 0, 0, 0);
|
||||
height: 12px;
|
||||
}
|
||||
.fileupload_form ul li.suc p {
|
||||
color: #5A8629;
|
||||
color: #5a8629;
|
||||
}
|
||||
.fileupload_form ul li.error span {
|
||||
background: url("../../images/check-cross.png") no-repeat scroll 0 -12px rgba(0, 0, 0, 0);
|
||||
height: 16px;
|
||||
background: url("../../images/check-cross.png") no-repeat scroll 0 -12px rgba(0, 0, 0, 0);
|
||||
height: 16px;
|
||||
}
|
||||
.fileupload_form ul li.error p {
|
||||
color: #FF3333;
|
||||
color: #ff3333;
|
||||
}
|
||||
|
||||
#log_zone {
|
||||
background-color: #E6E6E6;
|
||||
border: 20px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 3px;
|
||||
color: #707070;
|
||||
font-size: 12px;
|
||||
margin-bottom: 30px;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
background-color: #e6e6e6;
|
||||
border: 20px solid rgba(0, 0, 0, 0);
|
||||
border-radius: 3px;
|
||||
color: #707070;
|
||||
font-size: 12px;
|
||||
margin-bottom: 30px;
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#box_online {
|
||||
background-color: #E6E6E6;
|
||||
padding: 10px;
|
||||
}
|
||||
background-color: #e6e6e6;
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
|
@ -3,25 +3,58 @@
|
|||
z-index: 999999;
|
||||
background-color: #000;
|
||||
opacity: 0;
|
||||
background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
||||
background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));
|
||||
background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
||||
background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
||||
background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
||||
background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);
|
||||
background: -moz-radial-gradient(
|
||||
center,
|
||||
ellipse cover,
|
||||
rgba(0, 0, 0, 0.4) 0,
|
||||
rgba(0, 0, 0, 0.9) 100%
|
||||
);
|
||||
background: -webkit-gradient(
|
||||
radial,
|
||||
center center,
|
||||
0px,
|
||||
center center,
|
||||
100%,
|
||||
color-stop(0%, rgba(0, 0, 0, 0.4)),
|
||||
color-stop(100%, rgba(0, 0, 0, 0.9))
|
||||
);
|
||||
background: -webkit-radial-gradient(
|
||||
center,
|
||||
ellipse cover,
|
||||
rgba(0, 0, 0, 0.4) 0,
|
||||
rgba(0, 0, 0, 0.9) 100%
|
||||
);
|
||||
background: -o-radial-gradient(
|
||||
center,
|
||||
ellipse cover,
|
||||
rgba(0, 0, 0, 0.4) 0,
|
||||
rgba(0, 0, 0, 0.9) 100%
|
||||
);
|
||||
background: -ms-radial-gradient(
|
||||
center,
|
||||
ellipse cover,
|
||||
rgba(0, 0, 0, 0.4) 0,
|
||||
rgba(0, 0, 0, 0.9) 100%
|
||||
);
|
||||
background: radial-gradient(
|
||||
center,
|
||||
ellipse cover,
|
||||
rgba(0, 0, 0, 0.4) 0,
|
||||
rgba(0, 0, 0, 0.9) 100%
|
||||
);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
filter: alpha(opacity=50);
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
|
||||
.introjs-fixParent {
|
||||
z-index: auto !important;
|
||||
opacity: 1.0 !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.introjs-showElement,
|
||||
|
@ -39,17 +72,17 @@ tr.introjs-showElement > th {
|
|||
.introjs-helperLayer {
|
||||
position: absolute;
|
||||
z-index: 9999998;
|
||||
background-color: #FFF;
|
||||
background-color: rgba(255,255,255,.9);
|
||||
background-color: #fff;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
border: 1px solid #777;
|
||||
border: 1px solid rgba(0,0,0,.5);
|
||||
border: 1px solid rgba(0, 0, 0, 0.5);
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 15px rgba(0,0,0,.4);
|
||||
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
|
||||
-webkit-transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
-moz-transition: all 0.3s ease-out;
|
||||
-ms-transition: all 0.3s ease-out;
|
||||
-o-transition: all 0.3s ease-out;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
|
||||
.introjs-helperNumberLayer {
|
||||
|
@ -63,75 +96,89 @@ tr.introjs-showElement > th {
|
|||
font-weight: bold;
|
||||
color: white;
|
||||
text-align: center;
|
||||
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
|
||||
background: #ff3019; /* Old browsers */
|
||||
background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
|
||||
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
|
||||
background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
|
||||
background: -webkit-linear-gradient(
|
||||
top,
|
||||
#ff3019 0%,
|
||||
#cf0404 100%
|
||||
); /* Chrome10+,Safari5.1+ */
|
||||
background: -webkit-gradient(
|
||||
linear,
|
||||
left top,
|
||||
left bottom,
|
||||
color-stop(0%, #ff3019),
|
||||
color-stop(100%, #cf0404)
|
||||
); /* Chrome,Safari4+ */
|
||||
background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
|
||||
background: -o-linear-gradient(
|
||||
top,
|
||||
#ff3019 0%,
|
||||
#cf0404 100%
|
||||
); /* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
|
||||
width: 20px;
|
||||
height:20px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
border: 3px solid white;
|
||||
border-radius: 50%;
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
|
||||
filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */
|
||||
box-shadow: 0 2px 5px rgba(0,0,0,.4);
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.introjs-arrow {
|
||||
border: 5px solid white;
|
||||
content:'';
|
||||
content: "";
|
||||
position: absolute;
|
||||
}
|
||||
.introjs-arrow.top {
|
||||
top: -10px;
|
||||
border-top-color:transparent;
|
||||
border-right-color:transparent;
|
||||
border-bottom-color:white;
|
||||
border-left-color:transparent;
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: white;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.introjs-arrow.top-right {
|
||||
top: -10px;
|
||||
right: 10px;
|
||||
border-top-color:transparent;
|
||||
border-right-color:transparent;
|
||||
border-bottom-color:white;
|
||||
border-left-color:transparent;
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: white;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.introjs-arrow.top-middle {
|
||||
top: -10px;
|
||||
left: 50%;
|
||||
margin-left: -5px;
|
||||
border-top-color:transparent;
|
||||
border-right-color:transparent;
|
||||
border-bottom-color:white;
|
||||
border-left-color:transparent;
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: white;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.introjs-arrow.right {
|
||||
right: -10px;
|
||||
top: 10px;
|
||||
border-top-color:transparent;
|
||||
border-right-color:transparent;
|
||||
border-bottom-color:transparent;
|
||||
border-left-color:white;
|
||||
border-top-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: white;
|
||||
}
|
||||
.introjs-arrow.bottom {
|
||||
bottom: -10px;
|
||||
border-top-color:white;
|
||||
border-right-color:transparent;
|
||||
border-bottom-color:transparent;
|
||||
border-left-color:transparent;
|
||||
border-top-color: white;
|
||||
border-right-color: transparent;
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
.introjs-arrow.left {
|
||||
left: -10px;
|
||||
top: 10px;
|
||||
border-top-color:transparent;
|
||||
border-right-color:white;
|
||||
border-bottom-color:transparent;
|
||||
border-left-color:transparent;
|
||||
border-top-color: transparent;
|
||||
border-right-color: white;
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
}
|
||||
|
||||
.introjs-tooltip {
|
||||
|
@ -141,12 +188,12 @@ tr.introjs-showElement > th {
|
|||
min-width: 220px;
|
||||
max-width: 260px;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 1px 10px rgba(0,0,0,.4);
|
||||
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
|
||||
-webkit-transition: opacity 0.1s ease-out;
|
||||
-moz-transition: opacity 0.1s ease-out;
|
||||
-ms-transition: opacity 0.1s ease-out;
|
||||
-o-transition: opacity 0.1s ease-out;
|
||||
transition: opacity 0.1s ease-out;
|
||||
-moz-transition: opacity 0.1s ease-out;
|
||||
-ms-transition: opacity 0.1s ease-out;
|
||||
-o-transition: opacity 0.1s ease-out;
|
||||
transition: opacity 0.1s ease-out;
|
||||
}
|
||||
|
||||
.introjs-tooltipbuttons {
|
||||
|
@ -166,13 +213,19 @@ tr.introjs-showElement > th {
|
|||
margin: 0;
|
||||
text-decoration: none;
|
||||
text-shadow: 1px 1px 0 #fff;
|
||||
font: 11px/normal sans-serif;
|
||||
font: 11px / normal sans-serif;
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
background-color: #ececec;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
|
||||
background-image: -webkit-gradient(
|
||||
linear,
|
||||
0 0,
|
||||
0 100%,
|
||||
from(#f4f4f4),
|
||||
to(#ececec)
|
||||
);
|
||||
background-image: -moz-linear-gradient(#f4f4f4, #ececec);
|
||||
background-image: -o-linear-gradient(#f4f4f4, #ececec);
|
||||
background-image: linear-gradient(#f4f4f4, #ececec);
|
||||
|
@ -197,7 +250,13 @@ tr.introjs-showElement > th {
|
|||
|
||||
.introjs-button:focus,
|
||||
.introjs-button:active {
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
|
||||
background-image: -webkit-gradient(
|
||||
linear,
|
||||
0 0,
|
||||
0 100%,
|
||||
from(#ececec),
|
||||
to(#f4f4f4)
|
||||
);
|
||||
background-image: -moz-linear-gradient(#ececec, #f4f4f4);
|
||||
background-image: -o-linear-gradient(#ececec, #f4f4f4);
|
||||
background-image: linear-gradient(#ececec, #f4f4f4);
|
||||
|
@ -227,7 +286,9 @@ tr.introjs-showElement > th {
|
|||
border-radius: 0 0.2em 0.2em 0;
|
||||
}
|
||||
|
||||
.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
|
||||
.introjs-disabled,
|
||||
.introjs-disabled:hover,
|
||||
.introjs-disabled:focus {
|
||||
color: #9a9a9a;
|
||||
border-color: #d4d4d4;
|
||||
box-shadow: none;
|
||||
|
|
|
@ -1,99 +1,99 @@
|
|||
/* global */
|
||||
#cluetip-close img {
|
||||
border: 0;
|
||||
border: 0;
|
||||
}
|
||||
#cluetip-title {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
#cluetip-title #cluetip-close {
|
||||
float: right;
|
||||
position: relative;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
#cluetip-waitimage {
|
||||
width: 43px;
|
||||
height: 11px;
|
||||
position: absolute;
|
||||
background-image: url(../../images/wait.gif);
|
||||
width: 43px;
|
||||
height: 11px;
|
||||
position: absolute;
|
||||
background-image: url(../../images/wait.gif);
|
||||
}
|
||||
.cluetip-arrows {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -11px;
|
||||
height: 22px;
|
||||
width: 11px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -11px;
|
||||
height: 22px;
|
||||
width: 11px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 0;
|
||||
}
|
||||
#cluetip-extra {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
/***************************************
|
||||
=cluetipClass: 'default'
|
||||
-------------------------------------- */
|
||||
|
||||
.cluetip-default {
|
||||
background-color: #FFF;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
text-align: left;
|
||||
}
|
||||
.cluetip-default #cluetip-outer {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
background-color: #FFF;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
.cluetip-default h3 {
|
||||
margin: 0 0 5px;
|
||||
padding: 8px 10px 4px;
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
background-color: #B1B1B1;
|
||||
color: #fff;
|
||||
margin: 0 0 5px;
|
||||
padding: 8px 10px 4px;
|
||||
font-size: 1.1em;
|
||||
font-weight: bold;
|
||||
background-color: #b1b1b1;
|
||||
color: #fff;
|
||||
}
|
||||
.cluetip-default h3#cluetip-title {
|
||||
display: none;
|
||||
height: 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #FFF;
|
||||
display: none;
|
||||
height: 0px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #fff;
|
||||
}
|
||||
.cluetip-default #cluetip-title a {
|
||||
color: #FFF;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.cluetip-default #cluetip-inner {
|
||||
padding: 10px;
|
||||
color: #fff;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.cluetip-default div#cluetip-close {
|
||||
text-align: right;
|
||||
margin: 0 5px 5px;
|
||||
color: #900;
|
||||
.cluetip-default #cluetip-inner {
|
||||
padding: 10px;
|
||||
}
|
||||
.cluetip-default div#cluetip-close {
|
||||
text-align: right;
|
||||
margin: 0 5px 5px;
|
||||
color: #900;
|
||||
}
|
||||
.cluetip-default ul {
|
||||
text-align: left;
|
||||
text-align: left;
|
||||
}
|
||||
/* default arrows */
|
||||
|
||||
.clue-right-default .cluetip-arrows {
|
||||
background-image: url(../../images/darrowleft.png);
|
||||
background-image: url(../../images/darrowleft.png);
|
||||
}
|
||||
.clue-left-default .cluetip-arrows {
|
||||
background-image: url(../../images/darrowright.png);
|
||||
left: 100%;
|
||||
margin-right: -11px;
|
||||
background-image: url(../../images/darrowright.png);
|
||||
left: 100%;
|
||||
margin-right: -11px;
|
||||
}
|
||||
.clue-top-default .cluetip-arrows {
|
||||
background-image: url(../../images/darrowdown.png);
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
height: 11px;
|
||||
width: 22px;
|
||||
}
|
||||
.clue-bottom-default .cluetip-arrows {
|
||||
background-image: url(../../images/darrowup.png);
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
height: 11px;
|
||||
width: 22px;
|
||||
background-image: url(../../images/darrowdown.png);
|
||||
top: 100%;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
height: 11px;
|
||||
width: 22px;
|
||||
}
|
||||
.clue-bottom-default .cluetip-arrows {
|
||||
background-image: url(../../images/darrowup.png);
|
||||
top: -11px;
|
||||
left: 50%;
|
||||
margin-left: -11px;
|
||||
height: 11px;
|
||||
width: 22px;
|
||||
}
|
||||
|
|
|
@ -1,24 +1,24 @@
|
|||
#ColorPickerDiv {
|
||||
display: block;
|
||||
display: none;
|
||||
position: relative;
|
||||
border: 1px solid #777;
|
||||
background: #fff
|
||||
#ColorPickerDiv {
|
||||
display: block;
|
||||
display: none;
|
||||
position: relative;
|
||||
border: 1px solid #777;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#ColorPickerDiv td.color {
|
||||
cursor: pointer;
|
||||
font-size: xx-small;
|
||||
font-family: 'Arial' , 'Microsoft Sans Serif';
|
||||
cursor: pointer;
|
||||
font-size: xx-small;
|
||||
font-family: "Arial", "Microsoft Sans Serif";
|
||||
}
|
||||
#ColorPickerDiv td.color label {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ColorPickerDivSample {
|
||||
margin: 0px 0px 0px 4px;
|
||||
border: solid 1px #000;
|
||||
padding: 0px 10px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
margin: 0px 0px 0px 4px;
|
||||
border: solid 1px #000;
|
||||
padding: 0px 10px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -1,53 +1,67 @@
|
|||
/* Common useful styles */
|
||||
.invisible {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
.left {
|
||||
clear: left;
|
||||
float: left;
|
||||
}
|
||||
.right {
|
||||
clear: right;
|
||||
float: right;
|
||||
}
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
.left { clear: left; float: left;}
|
||||
.right { clear: right; float: right;}
|
||||
.clear { clear:both; }
|
||||
.top {
|
||||
vertical-align: top;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
vertical-align: top;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
img.left {
|
||||
margin-right:1em;
|
||||
margin-bottom:1.8em;
|
||||
margin-right: 1em;
|
||||
margin-bottom: 1.8em;
|
||||
}
|
||||
img.right {
|
||||
margin-left:1em;
|
||||
margin-bottom:1.8em;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1.8em;
|
||||
}
|
||||
.text-right {
|
||||
text-align:right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Debug styles */
|
||||
pre.debug, div.backtrace {
|
||||
font-family: monospace !important;
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
border: 1px solid black;
|
||||
pre.debug,
|
||||
div.backtrace {
|
||||
font-family: monospace !important;
|
||||
text-align: left;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
div.backtrace ol {
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
pre.debug {
|
||||
background-color: #fff55f;
|
||||
background-color: #fff55f;
|
||||
}
|
||||
div.debug, div.database_debug_title, div.debug a, div.debug a:hover {
|
||||
background-color: white;
|
||||
color: black;
|
||||
text-align: left;
|
||||
div.debug,
|
||||
div.database_debug_title,
|
||||
div.debug a,
|
||||
div.debug a:hover {
|
||||
background-color: white;
|
||||
color: black;
|
||||
text-align: left;
|
||||
}
|
||||
div.debug a, div.debug a:hover, div.parameters {
|
||||
text-decoration: underline;
|
||||
div.debug a,
|
||||
div.debug a:hover,
|
||||
div.parameters {
|
||||
text-decoration: underline;
|
||||
}
|
||||
div.database_debug_title {
|
||||
font-size: 15pt;
|
||||
margin-top: 15px;
|
||||
padding: 5px;
|
||||
width: 95%;
|
||||
font-size: 15pt;
|
||||
margin-top: 15px;
|
||||
padding: 5px;
|
||||
width: 95%;
|
||||
}
|
||||
|
|
|
@ -1,42 +1,42 @@
|
|||
/* countdown styles */
|
||||
#countdown {
|
||||
border: 1px dotted #990000;
|
||||
width: 200px;
|
||||
margin-bottom: 5px;
|
||||
border: 1px dotted #990000;
|
||||
width: 200px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.countdown_row {
|
||||
clear: both;
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
clear: both;
|
||||
width: 200px;
|
||||
text-align: center;
|
||||
}
|
||||
.countdown_show1 div {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.countdown_show2 div {
|
||||
width: 50%;
|
||||
width: 50%;
|
||||
}
|
||||
.countdown_show3 div {
|
||||
width: 33%;
|
||||
width: 33%;
|
||||
}
|
||||
.countdown_show4 div {
|
||||
width: 25%;
|
||||
width: 25%;
|
||||
}
|
||||
.countdown_show5 div {
|
||||
width: 20%;
|
||||
width: 20%;
|
||||
}
|
||||
.countdown_show6 div {
|
||||
width: 16%;
|
||||
width: 16%;
|
||||
}
|
||||
.countdown_show7 div {
|
||||
width: 14%;
|
||||
width: 14%;
|
||||
}
|
||||
.countdown_section {
|
||||
float: left;
|
||||
font-size: 75%
|
||||
float: left;
|
||||
font-size: 75%;
|
||||
}
|
||||
.countdown_amount {
|
||||
font-size: 200%;
|
||||
font-size: 200%;
|
||||
}
|
||||
.countdown_descr {
|
||||
width: 200px;
|
||||
width: 200px;
|
||||
}
|
||||
|
|
|
@ -1,29 +1,29 @@
|
|||
.d3-context-menu {
|
||||
position: absolute;
|
||||
display: none;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 4px;
|
||||
position: absolute;
|
||||
display: none;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 4px;
|
||||
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
min-width: 150px;
|
||||
border: 1px solid #d4d4d4;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
min-width: 150px;
|
||||
border: 1px solid #d4d4d4;
|
||||
|
||||
z-index:1200;
|
||||
z-index: 1200;
|
||||
}
|
||||
|
||||
.d3-context-menu ul {
|
||||
list-style-type: none;
|
||||
margin: 4px 0px;
|
||||
padding: 0px;
|
||||
cursor: default;
|
||||
list-style-type: none;
|
||||
margin: 4px 0px;
|
||||
padding: 0px;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.d3-context-menu ul li {
|
||||
padding: 4px 16px;
|
||||
padding: 4px 16px;
|
||||
}
|
||||
|
||||
.d3-context-menu ul li:hover {
|
||||
background-color: #4677f8;
|
||||
color: #fefefe;
|
||||
}
|
||||
background-color: #4677f8;
|
||||
color: #fefefe;
|
||||
}
|
||||
|
|
|
@ -190,7 +190,7 @@ img.ui-datepicker-trigger {
|
|||
/*
|
||||
.ui-datepicker-cover {
|
||||
display: none;
|
||||
display/**/: block;
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
filter: mask();
|
||||
|
@ -203,4 +203,4 @@ img.ui-datepicker-trigger {
|
|||
.ui-datepicker-title * {
|
||||
color: white;
|
||||
}
|
||||
*/
|
||||
*/
|
||||
|
|
|
@ -1,179 +1,176 @@
|
|||
|
||||
/* This file skins dialog */
|
||||
|
||||
.ui-dialog {
|
||||
background: none repeat scroll 0 0 #3f3f3f !important;
|
||||
border: 1px solid #3f3f3f !important;
|
||||
color: #333333 !important;
|
||||
padding: 0.2em !important;
|
||||
overflow: hidden !important;
|
||||
|
||||
-moz-border-radius: 6px !important;
|
||||
-webkit-border-radius: 6px !important;
|
||||
border-radius: 6px !important;
|
||||
|
||||
-moz-box-shadow: 0px 5px 5px #010E1B !important;
|
||||
-webkit-box-shadow: 0px 5px 5px #010E1B !important;
|
||||
box-shadow: 0px 5px 5px #010E1B !important;
|
||||
background: none repeat scroll 0 0 #3f3f3f !important;
|
||||
border: 1px solid #3f3f3f !important;
|
||||
color: #333333 !important;
|
||||
padding: 0.2em !important;
|
||||
overflow: hidden !important;
|
||||
|
||||
-moz-border-radius: 6px !important;
|
||||
-webkit-border-radius: 6px !important;
|
||||
border-radius: 6px !important;
|
||||
|
||||
-moz-box-shadow: 0px 5px 5px #010e1b !important;
|
||||
-webkit-box-shadow: 0px 5px 5px #010e1b !important;
|
||||
box-shadow: 0px 5px 5px #010e1b !important;
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
background: #3f3f3f !important;
|
||||
background: #3f3f3f !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
background-color: #ECECEC;
|
||||
height: 24px !important;
|
||||
padding: 0.3em 1em !important;
|
||||
position:relative;
|
||||
margin: 0px auto 0 auto !important;
|
||||
font-weight: bold !important;
|
||||
border-bottom: none !important;
|
||||
border-top: none !important;
|
||||
border-left: none !important;
|
||||
border-right: none !important;
|
||||
color: #FFFFFF !important;
|
||||
#padding: 0.1em 1em !important;
|
||||
background-color: #ececec;
|
||||
height: 24px !important;
|
||||
padding: 0.3em 1em !important;
|
||||
position: relative;
|
||||
margin: 0px auto 0 auto !important;
|
||||
font-weight: bold !important;
|
||||
border-bottom: none !important;
|
||||
border-top: none !important;
|
||||
border-left: none !important;
|
||||
border-right: none !important;
|
||||
color: #ffffff !important;
|
||||
#padding: 0.1em 1em !important;
|
||||
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
border-radius: 4px 4px 0 0;
|
||||
-moz-border-radius: 4px 4px 0 0;
|
||||
-webkit-border-radius: 4px 4px 0 0;
|
||||
border-radius: 4px 4px 0 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-title {
|
||||
margin-left: 5px !important;
|
||||
color: white !important;
|
||||
font-weight: bold !important;
|
||||
position: relative !important;
|
||||
top: 3px;
|
||||
font-size: 10pt;
|
||||
left: 4px !important;
|
||||
float: none !important;
|
||||
margin-left: 5px !important;
|
||||
color: white !important;
|
||||
font-weight: bold !important;
|
||||
position: relative !important;
|
||||
top: 3px;
|
||||
font-size: 10pt;
|
||||
left: 4px !important;
|
||||
float: none !important;
|
||||
}
|
||||
|
||||
.ui-dialog.ui-draggable .ui-dialog-titlebar {
|
||||
cursor: move !important;
|
||||
cursor: move !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close {
|
||||
width: 23px !important;
|
||||
height: 23px !important;
|
||||
background: url(images/dialog-titlebar-close.png) no-repeat !important;
|
||||
position: absolute !important;
|
||||
top: 6px;
|
||||
right: 3px !important;
|
||||
cursor: pointer !important;
|
||||
width: 23px !important;
|
||||
height: 23px !important;
|
||||
background: url(images/dialog-titlebar-close.png) no-repeat !important;
|
||||
position: absolute !important;
|
||||
top: 6px;
|
||||
right: 3px !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close span {
|
||||
display: none !important;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close span {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close-hover {
|
||||
color: #000000 !important;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close-hover {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover span {
|
||||
display: none !important;
|
||||
}
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover span {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar-close:hover {
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-content {
|
||||
margin: 12px !important;
|
||||
#padding: 0.5em 1em !important;
|
||||
overflow: auto !important;
|
||||
|
||||
-moz-border-left: 1px solid #A9A9A9 !important;
|
||||
-moz-border-right: 1px solid #A9A9A9 !important;
|
||||
-moz-border-bottom: 1px solid #A9A9A9 !important;
|
||||
-moz-border-radius: 8px 8px 8px 8px !important;
|
||||
|
||||
-webkit-border-left: 1px solid #A9A9A9 !important;
|
||||
-webkit-border-right: 1px solid #A9A9A9 !important;
|
||||
-webkit-border-bottom: 1px solid #A9A9A9 !important;
|
||||
-webkit-border-radius: 8px 8px 8px 8px !important;
|
||||
|
||||
border-left: 1px solid #A9A9A9 !important;
|
||||
border-right: 1px solid #A9A9A9 !important;
|
||||
border-bottom: 1px solid #A9A9A9 !important;
|
||||
border-radius: 8px 8px 8px 8px !important;
|
||||
|
||||
background: #FFFFFF !important;
|
||||
position: relative !important;
|
||||
margin: 12px !important;
|
||||
#padding: 0.5em 1em !important;
|
||||
overflow: auto !important;
|
||||
|
||||
-moz-border-left: 1px solid #a9a9a9 !important;
|
||||
-moz-border-right: 1px solid #a9a9a9 !important;
|
||||
-moz-border-bottom: 1px solid #a9a9a9 !important;
|
||||
-moz-border-radius: 8px 8px 8px 8px !important;
|
||||
|
||||
-webkit-border-left: 1px solid #a9a9a9 !important;
|
||||
-webkit-border-right: 1px solid #a9a9a9 !important;
|
||||
-webkit-border-bottom: 1px solid #a9a9a9 !important;
|
||||
-webkit-border-radius: 8px 8px 8px 8px !important;
|
||||
|
||||
border-left: 1px solid #a9a9a9 !important;
|
||||
border-right: 1px solid #a9a9a9 !important;
|
||||
border-bottom: 1px solid #a9a9a9 !important;
|
||||
border-radius: 8px 8px 8px 8px !important;
|
||||
|
||||
background: #ffffff !important;
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
background-color: white !important;
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.ui-tabs-panel {
|
||||
background: #ECECEC !important;
|
||||
-moz-border-radius: 8px !important;
|
||||
-webkit-border-radius: 8px !important;
|
||||
border-radius: 8px !important;
|
||||
-moz-border-top-left-radius: 0px !important;
|
||||
-webkit-border-top-left-radius: 0px !important;
|
||||
border-top-left-radius: 0px !important;
|
||||
-moz-box-shadow: -1px 1px 6px #aaa;
|
||||
-webkit-box-shadow: -1px 1px 6px #aaa;
|
||||
box-shadow: 1px 1px 6px #aaa;
|
||||
background: #ececec !important;
|
||||
-moz-border-radius: 8px !important;
|
||||
-webkit-border-radius: 8px !important;
|
||||
border-radius: 8px !important;
|
||||
-moz-border-top-left-radius: 0px !important;
|
||||
-webkit-border-top-left-radius: 0px !important;
|
||||
border-top-left-radius: 0px !important;
|
||||
-moz-box-shadow: -1px 1px 6px #aaa;
|
||||
-webkit-box-shadow: -1px 1px 6px #aaa;
|
||||
box-shadow: 1px 1px 6px #aaa;
|
||||
}
|
||||
|
||||
.ui-widget .ui-widget {
|
||||
border: 0px !important;
|
||||
border: 0px !important;
|
||||
}
|
||||
|
||||
.ui-state-default:first-child {
|
||||
margin-left: -3px !important;
|
||||
margin-left: -3px !important;
|
||||
}
|
||||
|
||||
.ui-state-default {
|
||||
background: #fff !important;
|
||||
border: 2px solid #ECECEC !important;
|
||||
-moz-border-top-left-radius: 10px !important;
|
||||
-webkit-top-left-border-radius: 10px !important;
|
||||
border-top-left-radius: 10px !important;
|
||||
-moz-border-top-right-radius: 10px !important;
|
||||
-webkit-top-right-border-radius: 10px !important;
|
||||
border-top-right-radius: 10px !important;
|
||||
margin-left: 2px !important;
|
||||
background: #fff !important;
|
||||
border: 2px solid #ececec !important;
|
||||
-moz-border-top-left-radius: 10px !important;
|
||||
-webkit-top-left-border-radius: 10px !important;
|
||||
border-top-left-radius: 10px !important;
|
||||
-moz-border-top-right-radius: 10px !important;
|
||||
-webkit-top-right-border-radius: 10px !important;
|
||||
border-top-right-radius: 10px !important;
|
||||
margin-left: 2px !important;
|
||||
}
|
||||
.ui-state-active {
|
||||
background: #ECECEC !important;
|
||||
background: #ececec !important;
|
||||
}
|
||||
|
||||
.ui-dialog-content {
|
||||
overflow: auto !important;
|
||||
width: auto !important;
|
||||
#height: auto !important;
|
||||
overflow: auto !important;
|
||||
width: auto !important;
|
||||
#height: auto !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
background-color: #2179B1;
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 12px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
display: none;
|
||||
background-color: #2179b1;
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 12px;
|
||||
width: 100%;
|
||||
text-align: right;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
margin-bottom: 6px;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-buttonpane button {
|
||||
border-bottom-color: #708090;
|
||||
border-right-color: #708090;
|
||||
-moz-border-radius: 5%;
|
||||
font-size: 0.85em;
|
||||
font-weight: bold;
|
||||
height: 22px;
|
||||
border-bottom-color: #708090;
|
||||
border-right-color: #708090;
|
||||
-moz-border-radius: 5%;
|
||||
font-size: 0.85em;
|
||||
font-weight: bold;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
/* Dialog handle styles */
|
||||
|
@ -253,29 +250,30 @@
|
|||
*/
|
||||
|
||||
.ui-dialog .ui-button-dialog {
|
||||
cursor: pointer;
|
||||
margin: 0.5em 0.4em 0.5em 0;
|
||||
cursor: pointer;
|
||||
margin: 0.5em 0.4em 0.5em 0;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-button-dialog {
|
||||
background: #F6F6F6;
|
||||
border: 1px solid #CCCCCC;
|
||||
color: #696969;
|
||||
font-weight: bold;
|
||||
outline: medium none;
|
||||
cursor: pointer;
|
||||
margin: 0.5em 0.4em 0.5em 0 !important;
|
||||
border-radius: 4px 4px 4px 4px !important;
|
||||
background: #f6f6f6;
|
||||
border: 1px solid #cccccc;
|
||||
color: #696969;
|
||||
font-weight: bold;
|
||||
outline: medium none;
|
||||
cursor: pointer;
|
||||
margin: 0.5em 0.4em 0.5em 0 !important;
|
||||
border-radius: 4px 4px 4px 4px !important;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-button-dialog:hover {
|
||||
background: #FDF5CE;
|
||||
border: 1px solid #FBCB09;
|
||||
color: #C77405;
|
||||
font-weight: bold;
|
||||
outline: medium none;
|
||||
background: #fdf5ce;
|
||||
border: 1px solid #fbcb09;
|
||||
color: #c77405;
|
||||
font-weight: bold;
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
.ui-dialog-overlay {
|
||||
background: url("images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50% #666666 !important;
|
||||
background: url("images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat
|
||||
scroll 50% 50% #666666 !important;
|
||||
}
|
||||
|
|
|
@ -1,88 +1,79 @@
|
|||
.new_task
|
||||
{
|
||||
margin-top: 30px;
|
||||
left: 20px;
|
||||
width: 60%;
|
||||
height: 300px;
|
||||
background-color: #ececec;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
.new_task {
|
||||
margin-top: 30px;
|
||||
left: 20px;
|
||||
width: 60%;
|
||||
height: 300px;
|
||||
background-color: #ececec;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
div.new_task_cluster
|
||||
{
|
||||
margin-top: 30px;
|
||||
left: 20px;
|
||||
width: 60%;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
div.new_task_cluster {
|
||||
margin-top: 30px;
|
||||
left: 20px;
|
||||
width: 60%;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
div.new_task_cluster, div.new_task_cluster > div
|
||||
{
|
||||
background-color: #ececec;
|
||||
div.new_task_cluster,
|
||||
div.new_task_cluster > div {
|
||||
background-color: #ececec;
|
||||
}
|
||||
|
||||
.title_task
|
||||
{
|
||||
background: url(../../images/icono_exclamacion.png) no-repeat scroll 280px 50% #82B92E;
|
||||
padding: 10px 5px 6px 300px;
|
||||
margin: 5px 5px 10px 5px;
|
||||
font-weight: bold;
|
||||
color: #FFF;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
.title_task {
|
||||
background: url(../../images/icono_exclamacion.png) no-repeat scroll 280px 50%
|
||||
#82b92e;
|
||||
padding: 10px 5px 6px 300px;
|
||||
margin: 5px 5px 10px 5px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
border-radius: 3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
.image_task
|
||||
{
|
||||
width:20%;
|
||||
height:100%;
|
||||
float:left;
|
||||
.image_task {
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
}
|
||||
.image_task_cluster
|
||||
{
|
||||
width:20%;
|
||||
height:100%;
|
||||
float:left;
|
||||
margin-left: 50px;
|
||||
margin-top: 50px;
|
||||
.image_task_cluster {
|
||||
width: 20%;
|
||||
height: 100%;
|
||||
float: left;
|
||||
margin-left: 50px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.image_task>img {
|
||||
margin-top: 35%;
|
||||
margin-left: 15%;
|
||||
.image_task > img {
|
||||
margin-top: 35%;
|
||||
margin-left: 15%;
|
||||
}
|
||||
|
||||
.text_task
|
||||
{
|
||||
width: 70%;
|
||||
float: right;
|
||||
height: 100%;
|
||||
padding-right: 25px;
|
||||
.text_task {
|
||||
width: 70%;
|
||||
float: right;
|
||||
height: 100%;
|
||||
padding-right: 25px;
|
||||
}
|
||||
.text_task_cluster
|
||||
{
|
||||
width: 70%;
|
||||
height: 100%;
|
||||
padding-right: 25px;
|
||||
margin-left:270px;
|
||||
padding-top:10px;
|
||||
.text_task_cluster {
|
||||
width: 70%;
|
||||
height: 100%;
|
||||
padding-right: 25px;
|
||||
margin-left: 270px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.text_task>p
|
||||
{
|
||||
margin-top: 4%;
|
||||
.text_task > p {
|
||||
margin-top: 4%;
|
||||
}
|
||||
|
||||
.button_task
|
||||
{
|
||||
margin-top:10px;
|
||||
background-color: #3F3F3F !important;
|
||||
padding: 10px 10px 10px 10px;
|
||||
font-weight: bold;
|
||||
color: #82B92E;
|
||||
border:none;
|
||||
.button_task {
|
||||
margin-top: 10px;
|
||||
background-color: #3f3f3f !important;
|
||||
padding: 10px 10px 10px 10px;
|
||||
font-weight: bold;
|
||||
color: #82b92e;
|
||||
border: none;
|
||||
}
|
||||
#description_task
|
||||
{
|
||||
font-size: 12px;
|
||||
#description_task {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#fuerte{
|
||||
font-size: 12px;
|
||||
#fuerte {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
@ -1,98 +1,96 @@
|
|||
div.fixed-bottom-box {
|
||||
background: #E1E1E1;
|
||||
|
||||
border-radius: 10px 10px 0 0;
|
||||
-moz-border-radius: 10px 10px 0 0;
|
||||
-webkit-border-radius: 10px 10px 0 0;
|
||||
-o-border-radius: 10px 10px 0 0;
|
||||
-ms-border-radius: 10px 10px 0 0;
|
||||
-khtml-border-radius: 10px 10px 0 0;
|
||||
background: #e1e1e1;
|
||||
|
||||
border-radius: 10px 10px 0 0;
|
||||
-moz-border-radius: 10px 10px 0 0;
|
||||
-webkit-border-radius: 10px 10px 0 0;
|
||||
-o-border-radius: 10px 10px 0 0;
|
||||
-ms-border-radius: 10px 10px 0 0;
|
||||
-khtml-border-radius: 10px 10px 0 0;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box >
|
||||
div.fixed-bottom-box-head {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
vertical-align: middle;
|
||||
background-color: #3F3F3F;
|
||||
|
||||
border-radius: 10px 10px 0 0;
|
||||
-moz-border-radius: 10px 10px 0 0;
|
||||
-webkit-border-radius: 10px 10px 0 0;
|
||||
-o-border-radius: 10px 10px 0 0;
|
||||
-ms-border-radius: 10px 10px 0 0;
|
||||
-khtml-border-radius: 10px 10px 0 0;
|
||||
div.fixed-bottom-box > div.fixed-bottom-box-head {
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
vertical-align: middle;
|
||||
background-color: #3f3f3f;
|
||||
|
||||
border-radius: 10px 10px 0 0;
|
||||
-moz-border-radius: 10px 10px 0 0;
|
||||
-webkit-border-radius: 10px 10px 0 0;
|
||||
-o-border-radius: 10px 10px 0 0;
|
||||
-ms-border-radius: 10px 10px 0 0;
|
||||
-khtml-border-radius: 10px 10px 0 0;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box >
|
||||
div.fixed-bottom-box-head >
|
||||
div.fixed-bottom-box-head-body {
|
||||
height: inherit;
|
||||
line-height: inherit;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
div.fixed-bottom-box
|
||||
> div.fixed-bottom-box-head
|
||||
> div.fixed-bottom-box-head-body {
|
||||
height: inherit;
|
||||
line-height: inherit;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box >
|
||||
div.fixed-bottom-box-head >
|
||||
span.fixed-bottom-box-head-close {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
background-image: url(../../images/input_cross.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
float: right;
|
||||
div.fixed-bottom-box
|
||||
> div.fixed-bottom-box-head
|
||||
> span.fixed-bottom-box-head-close {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
background-image: url(../../images/input_cross.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
float: right;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box >
|
||||
div.fixed-bottom-box-head >
|
||||
div.fixed-bottom-box-head-body:hover {
|
||||
cursor: pointer;
|
||||
background-color: #747474;
|
||||
|
||||
border-radius: inherit;
|
||||
-moz-border-radius: inherit;
|
||||
-webkit-border-radius: inherit;
|
||||
-o-border-radius: inherit;
|
||||
-ms-border-radius: inherit;
|
||||
-khtml-border-radius: inherit;
|
||||
div.fixed-bottom-box
|
||||
> div.fixed-bottom-box-head
|
||||
> div.fixed-bottom-box-head-body:hover {
|
||||
cursor: pointer;
|
||||
background-color: #747474;
|
||||
|
||||
border-radius: inherit;
|
||||
-moz-border-radius: inherit;
|
||||
-webkit-border-radius: inherit;
|
||||
-o-border-radius: inherit;
|
||||
-ms-border-radius: inherit;
|
||||
-khtml-border-radius: inherit;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box >
|
||||
div.fixed-bottom-box-head >
|
||||
span.fixed-bottom-box-head-close:hover {
|
||||
cursor: pointer;
|
||||
background-color: #747474;
|
||||
|
||||
border-radius: 0 10px 0 0;
|
||||
-moz-border-radius: 0 10px 0 0;
|
||||
-webkit-border-radius: 0 10px 0 0;
|
||||
-o-border-radius: 0 10px 0 0;
|
||||
-ms-border-radius: 0 10px 0 0;
|
||||
-khtml-border-radius: 0 10px 0 0;
|
||||
div.fixed-bottom-box
|
||||
> div.fixed-bottom-box-head
|
||||
> span.fixed-bottom-box-head-close:hover {
|
||||
cursor: pointer;
|
||||
background-color: #747474;
|
||||
|
||||
border-radius: 0 10px 0 0;
|
||||
-moz-border-radius: 0 10px 0 0;
|
||||
-webkit-border-radius: 0 10px 0 0;
|
||||
-o-border-radius: 0 10px 0 0;
|
||||
-ms-border-radius: 0 10px 0 0;
|
||||
-khtml-border-radius: 0 10px 0 0;
|
||||
}
|
||||
|
||||
div.fixed-bottom-box.fixed-bottom-box-hided >
|
||||
div.fixed-bottom-box-head >
|
||||
div.fixed-bottom-box-head-body {
|
||||
/*background-image: url(../../images/.png);
|
||||
div.fixed-bottom-box.fixed-bottom-box-hided
|
||||
> div.fixed-bottom-box-head
|
||||
> div.fixed-bottom-box-head-body {
|
||||
/*background-image: url(../../images/.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;*/
|
||||
}
|
||||
|
||||
div.fixed-bottom-box.fixed-bottom-box-opened >
|
||||
div.fixed-bottom-box-head >
|
||||
div.fixed-bottom-box-head-body {
|
||||
/*background-image: url(../../images/.png);
|
||||
div.fixed-bottom-box.fixed-bottom-box-opened
|
||||
> div.fixed-bottom-box-head
|
||||
> div.fixed-bottom-box-head-body {
|
||||
/*background-image: url(../../images/.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;*/
|
||||
}
|
||||
|
||||
div.fixed-bottom-box >
|
||||
div.fixed-bottom-box-content {
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
overflow: auto;
|
||||
div.fixed-bottom-box > div.fixed-bottom-box-content {
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
@ -17,38 +17,76 @@
|
|||
*/
|
||||
|
||||
* {
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
text-transform: uppercase;
|
||||
color: #675;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 7px;
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
text-transform: uppercase;
|
||||
color: #675;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
h1 {
|
||||
font-size: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 15px;
|
||||
font-size: 15px;
|
||||
}
|
||||
h3 {
|
||||
font-size: 13px;
|
||||
font-size: 13px;
|
||||
}
|
||||
a {
|
||||
color: #486787;
|
||||
text-decoration: none;
|
||||
color: #486787;
|
||||
text-decoration: none;
|
||||
}
|
||||
dd.help_t1 {
|
||||
margin-left: 10px;
|
||||
margin-top: 6px;
|
||||
margin-bottom: 5px;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
dd.help_t2 {
|
||||
margin-left: 28px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
dd.help_t3 {
|
||||
margin-left: 55px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
dd.help_t4 {
|
||||
margin-left: 92px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.ml15 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
.ml25 {
|
||||
margin-left: 25px;
|
||||
}
|
||||
.ml35 {
|
||||
margin-left: 35px;
|
||||
}
|
||||
.ml75 {
|
||||
margin-left: 75px;
|
||||
}
|
||||
div.logo {
|
||||
float: left;
|
||||
}
|
||||
div.toc {
|
||||
padding-left: 200px;
|
||||
}
|
||||
div.rayah {
|
||||
border-top: 1px solid #708090;
|
||||
width: 100%;
|
||||
}
|
||||
div.rayah2 {
|
||||
clear: both;
|
||||
border-top: 1px solid #708090;
|
||||
width: 100%;
|
||||
padding-bottom: 35px;
|
||||
}
|
||||
dd.help_t1 {margin-left: 10px; margin-top: 6px; margin-bottom: 5px; font-size: 13px; font-weight: bold}
|
||||
dd.help_t2 {margin-left: 28px; margin-top: 3px;}
|
||||
dd.help_t3 {margin-left: 55px; margin-top: 4px;}
|
||||
dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
||||
.ml15 {margin-left: 15px;}
|
||||
.ml25 {margin-left: 25px;}
|
||||
.ml35 {margin-left: 35px;}
|
||||
.ml75 {margin-left: 75px;}
|
||||
div.logo {float:left;}
|
||||
div.toc {padding-left: 200px;}
|
||||
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||||
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|
||||
|
|
|
@ -17,69 +17,66 @@
|
|||
*/
|
||||
|
||||
.title .toggle {
|
||||
background: none;
|
||||
background: none;
|
||||
}
|
||||
.title .toggle {
|
||||
background: transparent url(images/toggle.png) no-repeat scroll !important;
|
||||
background: transparent url(images/toggle.png) no-repeat scroll !important;
|
||||
}
|
||||
|
||||
.title a {
|
||||
clear: none;
|
||||
zoom: 100%;
|
||||
padding: 1;
|
||||
clear: none;
|
||||
zoom: 100%;
|
||||
padding: 1;
|
||||
}
|
||||
|
||||
* html .timeEntry_control { /* IE only */
|
||||
margin-top: -4px;
|
||||
* html .timeEntry_control {
|
||||
/* IE only */
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
table#simple input#text-snmp_oid {
|
||||
width: 70%;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
div.configuration {
|
||||
margin-top: -20px;
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
form.delete_link {
|
||||
display:inline;
|
||||
display: inline;
|
||||
}
|
||||
ul.action_list {
|
||||
list-style-position: outside;
|
||||
list-style-position: outside;
|
||||
}
|
||||
ul.action_list li {
|
||||
display: block;
|
||||
display: block;
|
||||
}
|
||||
span.action_name {
|
||||
vertical-align: top;
|
||||
float: none;
|
||||
vertical-align: top;
|
||||
float: none;
|
||||
}
|
||||
|
||||
div#foot {
|
||||
background: #ccc;
|
||||
width: auto;
|
||||
|
||||
background: #CCC;
|
||||
width: auto;
|
||||
|
||||
clear: both;
|
||||
position: relative;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
-moz-box-shadow: 0px 0px 15px #000000;
|
||||
-webkit-box-shadow: 0px 0px 15px #000000;
|
||||
box-shadow: 0px 0px 15px #000000;
|
||||
clear: both;
|
||||
position: relative;
|
||||
-moz-border-radius: 10px;
|
||||
-webkit-border-radius: 10px;
|
||||
border-radius: 10px;
|
||||
-moz-box-shadow: 0px 0px 15px #000000;
|
||||
-webkit-box-shadow: 0px 0px 15px #000000;
|
||||
box-shadow: 0px 0px 15px #000000;
|
||||
}
|
||||
div#foot a {
|
||||
color: #333!important;
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
div#foot a.white:after {
|
||||
|
||||
font-size: 10px;
|
||||
color: #666666;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
right: 10px;
|
||||
font-size: 10px;
|
||||
color: #666666;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -17,200 +17,203 @@
|
|||
*/
|
||||
|
||||
h1 {
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
font-size: 18px;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
}
|
||||
h2 {
|
||||
font: Verdana;
|
||||
font-size: 16px;
|
||||
font: Verdana;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
div#install_container {
|
||||
margin: 0 auto;
|
||||
margin-top: 45px;
|
||||
width: 650px;
|
||||
margin: 0 auto;
|
||||
margin-top: 45px;
|
||||
width: 650px;
|
||||
}
|
||||
div#logo_img {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
color: #666;
|
||||
}
|
||||
div#wizard {
|
||||
text-align: left;
|
||||
margin-top: 1em;
|
||||
text-align: left;
|
||||
margin-top: 1em;
|
||||
|
||||
width: 650px;
|
||||
padding-left: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 20px;
|
||||
background-color: #ffffff;
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
position: relative;
|
||||
width: 650px;
|
||||
padding-left: 0px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 20px;
|
||||
background-color: #ffffff;
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div#wizard a img {
|
||||
padding-right: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
div#wizard>input {
|
||||
padding-right: 30px;
|
||||
float:right;
|
||||
margin-top: 20px;
|
||||
div#wizard > input {
|
||||
padding-right: 30px;
|
||||
float: right;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
div#install_box, div#install_img {
|
||||
padding-right: 20px;
|
||||
margin-top: 0px;
|
||||
width: 80%;
|
||||
margin: 0px auto;
|
||||
div#install_box,
|
||||
div#install_img {
|
||||
padding-right: 20px;
|
||||
margin-top: 0px;
|
||||
width: 80%;
|
||||
margin: 0px auto;
|
||||
}
|
||||
|
||||
div#install_box {
|
||||
background: F3F3F3;
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px 25px;
|
||||
margin-top: 40px;
|
||||
background: F3F3F3;
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px 25px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
div#install_box h2 {
|
||||
color: #82B92E;
|
||||
text-transform: uppercase;
|
||||
color: #82b92e;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
div#install_img {
|
||||
margin-bottom: 25px;
|
||||
margin-left: 25px;
|
||||
margin-bottom: 25px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
div#foot_install {
|
||||
font-size: 7pt;
|
||||
color: #fff;
|
||||
margin-top: #000;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
text-align: center;
|
||||
font-size: 7pt;
|
||||
color: #fff;
|
||||
margin-top: #000;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
div#foot_install a {
|
||||
color: #ccc;
|
||||
color: #ccc;
|
||||
}
|
||||
input#step4, input#step4:hover {
|
||||
width: 70px;
|
||||
height: 16px;
|
||||
border: 0px;
|
||||
background-color: #fafafa;
|
||||
input#step4,
|
||||
input#step4:hover {
|
||||
width: 70px;
|
||||
height: 16px;
|
||||
border: 0px;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
div.warn {
|
||||
min-height: 24px;
|
||||
background: url(../../images/icono_warning_install.png) no-repeat 0% -2px;
|
||||
color: #222;
|
||||
margin-top: 14px;
|
||||
padding: 2px 1px 6px 40px;
|
||||
min-height: 24px;
|
||||
background: url(../../images/icono_warning_install.png) no-repeat 0% -2px;
|
||||
color: #222;
|
||||
margin-top: 14px;
|
||||
padding: 2px 1px 6px 40px;
|
||||
}
|
||||
div.info {
|
||||
min-height: 24px;
|
||||
background: url(../../images/icono_info_install.png) no-repeat 0% -2px;
|
||||
color: #222;
|
||||
margin-top: 14px;
|
||||
padding: 2px 1px 6px 40px;
|
||||
min-height: 24px;
|
||||
background: url(../../images/icono_info_install.png) no-repeat 0% -2px;
|
||||
color: #222;
|
||||
margin-top: 14px;
|
||||
padding: 2px 1px 6px 40px;
|
||||
}
|
||||
div.err {
|
||||
min-height: 24px;
|
||||
background: url(../../images/icono_critical_install.png) no-repeat 0% -2px;
|
||||
color: #cc0000;
|
||||
margin-top: 14px;
|
||||
padding: 2px 1px 6px 40px;
|
||||
min-height: 24px;
|
||||
background: url(../../images/icono_critical_install.png) no-repeat 0% -2px;
|
||||
color: #cc0000;
|
||||
margin-top: 14px;
|
||||
padding: 2px 1px 6px 40px;
|
||||
}
|
||||
span.arr {
|
||||
background: url(../../images/arrow.png) no-repeat;
|
||||
margin-top: 2px;
|
||||
margin-left: 5px;
|
||||
padding: 2px 1px 6px 15px;
|
||||
display: block;
|
||||
font-family: verdana,arial, sans;
|
||||
font-size: 8.5pt;
|
||||
background: url(../../images/arrow.png) no-repeat;
|
||||
margin-top: 2px;
|
||||
margin-left: 5px;
|
||||
padding: 2px 1px 6px 15px;
|
||||
display: block;
|
||||
font-family: verdana, arial, sans;
|
||||
font-size: 8.5pt;
|
||||
}
|
||||
|
||||
body, td {
|
||||
font-family: Sans, Arial, sans;
|
||||
font-size: 9pt;
|
||||
line-height: 15px;
|
||||
body,
|
||||
td {
|
||||
font-family: Sans, Arial, sans;
|
||||
font-size: 9pt;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: #555555;
|
||||
body {
|
||||
background-color: #555555;
|
||||
}
|
||||
|
||||
div.installation_step {
|
||||
position: static;
|
||||
float: right;
|
||||
top: 7px;
|
||||
right: 10px;
|
||||
color: #666;
|
||||
margin-top: 14px;
|
||||
margin-right: 12px;
|
||||
position: static;
|
||||
float: right;
|
||||
top: 7px;
|
||||
right: 10px;
|
||||
color: #666;
|
||||
margin-top: 14px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
||||
.btn_install_next {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
margin: 10px;
|
||||
padding: 8px 20px 8px 20px;
|
||||
background-color: transparent;
|
||||
border: 1px solid #82B92E;
|
||||
font: 1em Verdana;
|
||||
font-size: 11pt;
|
||||
color: #82B92E;
|
||||
border-radius: 0%;
|
||||
}
|
||||
.btn_install_next:hover {
|
||||
cursor: pointer;
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
background-color:#82b92e;
|
||||
margin: 10px;
|
||||
padding: 8px 20px 8px 20px;
|
||||
background-color: transparent;
|
||||
border: 1px solid #82b92e;
|
||||
font: 1em Verdana;
|
||||
font-size: 11pt;
|
||||
color: #82b92e;
|
||||
border-radius: 0%;
|
||||
}
|
||||
.btn_install_next:hover {
|
||||
cursor: pointer;
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
background-color: #82b92e;
|
||||
}
|
||||
.btn_install_next_text {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
color:#82b92e;
|
||||
font-family: Sans, Arial, sans;
|
||||
color: #82b92e;
|
||||
font-family: Sans, Arial, sans;
|
||||
}
|
||||
.btn_install_next:hover .btn_install_next_text {
|
||||
transition-property: background-color, color;
|
||||
transition-duration: 1s;
|
||||
transition-duration: 1s;
|
||||
transition-timing-function: ease-out;
|
||||
-webkit-transition-property: background-color, color;
|
||||
-webkit-transition-duration: 1s;
|
||||
-o-transition-property: background-color, color;
|
||||
-o-transition-duration: 1s;
|
||||
color:white;
|
||||
color: white;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* POPUP */
|
||||
.popup-lightbox{
|
||||
.popup-lightbox {
|
||||
position: fixed;
|
||||
z-index: 8888;
|
||||
width: 100%;
|
||||
|
@ -220,52 +223,52 @@ div.installation_step {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.popup{
|
||||
max-height: 450px;
|
||||
.popup {
|
||||
max-height: 450px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
background-color: #FFF;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
background-color: #fff;
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.popup-title{
|
||||
background-color: #82b92e;
|
||||
padding: 10px 20px;
|
||||
color: #FFF;
|
||||
font-size:12pt;
|
||||
.popup-title {
|
||||
background-color: #82b92e;
|
||||
padding: 10px 20px;
|
||||
color: #fff;
|
||||
font-size: 12pt;
|
||||
text-align: center;
|
||||
font-family:Sans, Arial, sans;
|
||||
font-family: Sans, Arial, sans;
|
||||
}
|
||||
|
||||
.popup-inner{
|
||||
max-height: 350px;
|
||||
background: #FFF;
|
||||
/* overflow-y: scroll;*/
|
||||
padding: 25px 35px;
|
||||
.popup-inner {
|
||||
max-height: 350px;
|
||||
background: #fff;
|
||||
/* overflow-y: scroll;*/
|
||||
padding: 25px 35px;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
.popup-button-green{
|
||||
background-color: #82B92E;
|
||||
border: 1px solid transparent;
|
||||
color: #FFF;
|
||||
.popup-button-green {
|
||||
background-color: #82b92e;
|
||||
border: 1px solid transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.popup-button-green span{
|
||||
color: #FFF !important;
|
||||
.popup-button-green span {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.popup-button-green:hover{
|
||||
background-color: transparent !important;
|
||||
border: 1px solid #82B92E;
|
||||
color: #82B92E !important;
|
||||
.popup-button-green:hover {
|
||||
background-color: transparent !important;
|
||||
border: 1px solid #82b92e;
|
||||
color: #82b92e !important;
|
||||
}
|
||||
|
||||
.popup-button-green:hover span{
|
||||
color: #82B92E !important;
|
||||
.popup-button-green:hover span {
|
||||
color: #82b92e !important;
|
||||
}
|
||||
/* POPUP -END */
|
||||
|
|
|
@ -17,233 +17,245 @@
|
|||
*/
|
||||
|
||||
.menu {
|
||||
border-width: 0px 0px 0px 0px;
|
||||
border-style: none;
|
||||
border-color: #777;
|
||||
border-width: 0px 0px 0px 0px;
|
||||
border-style: none;
|
||||
border-color: #777;
|
||||
}
|
||||
.menu ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
.menu li.selected, .menu li.not_selected {
|
||||
border: 0px none black;
|
||||
border-bottom: 0px none #d4d4d4;
|
||||
margin: 0;
|
||||
.menu li.selected,
|
||||
.menu li.not_selected {
|
||||
border: 0px none black;
|
||||
border-bottom: 0px none #d4d4d4;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.menu li a {
|
||||
/*background-color: inherit;*/
|
||||
color: #FFFFFF;
|
||||
/*font-weight: bold;*/
|
||||
/* This makes it so that the whole li is clickable */
|
||||
text-decoration:none;
|
||||
/*background-color: inherit;*/
|
||||
color: #ffffff;
|
||||
/*font-weight: bold;*/
|
||||
/* This makes it so that the whole li is clickable */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li:hover ul { display: block; }
|
||||
li:hover ul {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.submenu_text {
|
||||
padding: 10.5px;
|
||||
margin-left: 0px;
|
||||
width: 100%;
|
||||
padding: 10.5px;
|
||||
margin-left: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menu li.subselected a{
|
||||
background-color: grey !important;
|
||||
.menu li.subselected a {
|
||||
background-color: grey !important;
|
||||
}
|
||||
|
||||
.menu a:hover {
|
||||
text-decoration:none;
|
||||
border:0px;
|
||||
text-decoration: none;
|
||||
border: 0px;
|
||||
}
|
||||
.submenu {
|
||||
margin: 0px 0px 0px 0px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
left: 44px;
|
||||
min-height: 35px;
|
||||
height: 35px;
|
||||
width: 180px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
left: 44px;
|
||||
min-height: 35px;
|
||||
height: 35px;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.submenu2{
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
left: 180px;
|
||||
.submenu2 {
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
left: 180px;
|
||||
}
|
||||
|
||||
.sub_subMenu{
|
||||
min-height: 35px !important;
|
||||
height: 35px;
|
||||
width: 180px;
|
||||
font-weight: normal !important;
|
||||
.sub_subMenu {
|
||||
min-height: 35px !important;
|
||||
height: 35px;
|
||||
width: 180px;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
.sub_subMenu.selected{
|
||||
font-weight: bold !important;
|
||||
.sub_subMenu.selected {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.submenu2 li a {
|
||||
margin-left: 0px;
|
||||
padding-left: 0px;
|
||||
margin-left: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.menu li img.toggle {
|
||||
visibility: hidden;
|
||||
float:right;
|
||||
/* Positions it back where it should be */
|
||||
border-left: 1px;
|
||||
visibility: hidden;
|
||||
float: right;
|
||||
/* Positions it back where it should be */
|
||||
border-left: 1px;
|
||||
}
|
||||
|
||||
.menu li.has_submenu > a > div {
|
||||
background: url(../../images/arrow.png) no-repeat 80% 50%;
|
||||
z-index: 1; /* Positions it on top of the rest */
|
||||
background: url(../../images/arrow.png) no-repeat 80% 50%;
|
||||
z-index: 1; /* Positions it on top of the rest */
|
||||
}
|
||||
.menu li.has_submenu>.SubNoLink{
|
||||
background: url(../../images/arrow.png) no-repeat 80% 50%;
|
||||
z-index: 1; /* Positions it on top of the rest */
|
||||
.menu li.has_submenu > .SubNoLink {
|
||||
background: url(../../images/arrow.png) no-repeat 80% 50%;
|
||||
z-index: 1; /* Positions it on top of the rest */
|
||||
}
|
||||
|
||||
.is_submenu2{
|
||||
background-color: #E4E4E4 !important;
|
||||
.is_submenu2 {
|
||||
background-color: #e4e4e4 !important;
|
||||
}
|
||||
|
||||
.menu li.submenu_not_selected a, .menu li.submenu2_not_selected a {
|
||||
font-weight: normal !important;
|
||||
.menu li.submenu_not_selected a,
|
||||
.menu li.submenu2_not_selected a {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.submenu_selected {
|
||||
margin-bottom: 0px !important;
|
||||
box-shadow: inset 4px 0 #80BA27 !important;
|
||||
margin-bottom: 0px !important;
|
||||
box-shadow: inset 4px 0 #80ba27 !important;
|
||||
}
|
||||
|
||||
.menu .menu_icon, .menu li.links {
|
||||
background-position: 4px 4px;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
.menu .menu_icon,
|
||||
.menu li.links {
|
||||
background-position: 4px 4px;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.menu li.links {
|
||||
background-image: url(../../images/link.png);
|
||||
background-position: 4px 8px;
|
||||
background-image: url(../../images/link.png);
|
||||
background-position: 4px 8px;
|
||||
}
|
||||
|
||||
/* Icons specified here */
|
||||
#icon_oper-networkconsole {
|
||||
background: url(../../images/op_network.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_network.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-agents {
|
||||
border-top-right-radius: 5px;
|
||||
border-right-style: solid;
|
||||
border-right-width: 0px;
|
||||
background: url(../../images/op_monitoring.menu.png) no-repeat 50% 50%;
|
||||
border-top-right-radius: 5px;
|
||||
border-right-style: solid;
|
||||
border-right-width: 0px;
|
||||
background: url(../../images/op_monitoring.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-events {
|
||||
background: url(../../images/op_events.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_events.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
/* users */
|
||||
#icon_oper-users {
|
||||
background: url(../../images/op_workspace.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_workspace.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
/* trap console */
|
||||
#icon_oper-snmpc, #icon_god-snmpc {
|
||||
background: url(../../images/op_snmp.menu.png) no-repeat 50% 50%;
|
||||
#icon_oper-snmpc,
|
||||
#icon_god-snmpc {
|
||||
background: url(../../images/op_snmp.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-reporting {
|
||||
background: url(../../images/op_reporting.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_reporting.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-gismaps {
|
||||
background: url(../../images/op_gis.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_gis.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-netflow {
|
||||
background: url(../../images/op_netflow.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/op_netflow.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_oper-extensions {
|
||||
background: url(../../images/extensions.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/extensions.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
/* Godmode images */
|
||||
#icon_god-resources {
|
||||
background: url(../../images/gm_resources.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_resources.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-configuration {
|
||||
background: url(../../images/gm_configuration.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_configuration.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-alerts {
|
||||
background: url(../../images/gm_alerts.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_alerts.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-users {
|
||||
background: url(../../images/gm_users.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_users.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-reporting {
|
||||
background: url(../../images/reporting_edit.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/reporting_edit.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-servers {
|
||||
background: url(../../images/gm_servers.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_servers.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-setup {
|
||||
background: url(../../images/gm_setup.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_setup.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-events {
|
||||
background: url(../../images/gm_events.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/gm_events.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-extensions {
|
||||
background: url(../../images/builder.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/builder.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-links {
|
||||
border-top: 4px solid #777!important;
|
||||
border-color: #777;
|
||||
background: url(../../images/links.menu.png) no-repeat 50% 50%;
|
||||
border-top: 4px solid #777 !important;
|
||||
border-color: #777;
|
||||
background: url(../../images/links.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
#icon_god-um_messages {
|
||||
border-color: #777;
|
||||
background: url(../../images/um_messages.menu.png) no-repeat 50% 50%;
|
||||
border-color: #777;
|
||||
background: url(../../images/um_messages.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
#menu_container {
|
||||
z-index: 3;
|
||||
position: absolute;
|
||||
left: -80px;
|
||||
background-color: #AAA;
|
||||
z-index: 3;
|
||||
position: absolute;
|
||||
left: -80px;
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
.notification_ball {
|
||||
margin-top: 2px;
|
||||
margin-left: 29px;
|
||||
font-size: 6pt;
|
||||
font-weight: 900;
|
||||
background: red;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
border-radius: 50px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
color: white;
|
||||
padding-top: 1px;
|
||||
font-family: sans-serif;
|
||||
margin-top: 2px;
|
||||
margin-left: 29px;
|
||||
font-size: 6pt;
|
||||
font-weight: 900;
|
||||
background: red;
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
border-radius: 50px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
color: white;
|
||||
padding-top: 1px;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul li {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.menu li ul {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Fix IE. Hide from IE Mac \*/
|
||||
* html ul li { float: left; height: 1%; }
|
||||
* html ul li a { height: 1%; }
|
||||
* html ul li {
|
||||
float: left;
|
||||
height: 1%;
|
||||
}
|
||||
* html ul li a {
|
||||
height: 1%;
|
||||
}
|
||||
/* End */
|
||||
|
||||
ul li a:hover { color: #E2144A; } /* Hover Styles */
|
||||
ul li a:hover {
|
||||
color: #e2144a;
|
||||
} /* Hover Styles */
|
||||
/*li ul li a { padding: 2px 5px; } Sub Menu Styles */
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -21,35 +21,36 @@ Description: Forms based on fieldset and labels to improve accesibility
|
|||
*/
|
||||
|
||||
fieldset {
|
||||
background-color:#fafafa;
|
||||
border: 1px solid #f2f2f2;
|
||||
padding:0.5em;
|
||||
margin-top:0.5em;
|
||||
margin-bottom:1em;
|
||||
position:relative;
|
||||
background-color: #fafafa;
|
||||
border: 1px solid #f2f2f2;
|
||||
padding: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 1em;
|
||||
position: relative;
|
||||
}
|
||||
fieldset legend {
|
||||
font-size:1.3em;
|
||||
font-weight:bold;
|
||||
color:#3f4e2f;
|
||||
top:-2em;
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
color: #3f4e2f;
|
||||
top: -2em;
|
||||
}
|
||||
fieldset label {
|
||||
font-weight: bold;
|
||||
display:block;
|
||||
margin-right:1em;
|
||||
margin-left:1em;
|
||||
margin-bottom:1em;
|
||||
width:25%;
|
||||
float:left;
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
margin-right: 1em;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
width: 25%;
|
||||
float: left;
|
||||
}
|
||||
fieldset select, fieldset input {
|
||||
position:relative;
|
||||
right:1em;
|
||||
margin-bottom:0.5em;
|
||||
fieldset select,
|
||||
fieldset input {
|
||||
position: relative;
|
||||
right: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
fieldset br {
|
||||
clear:left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
/*.pandora_form input.sub {
|
||||
|
@ -61,35 +62,33 @@ fieldset br {
|
|||
|
||||
/* Calendar background */
|
||||
table.scw {
|
||||
background-color: #daedae;
|
||||
background-color: #daedae;
|
||||
}
|
||||
|
||||
/* Week number heading */
|
||||
td.scwWeekNumberHead {
|
||||
color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
td.scwWeek {
|
||||
color: #000 !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
/* Today selector */
|
||||
td.scwFoot {
|
||||
background-color: #daedae;
|
||||
color: #000;
|
||||
background-color: #daedae;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
td.scwFootDisabled {
|
||||
background-color: #000;
|
||||
color: #FFFFFF;
|
||||
background-color: #000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
tfoot.scwFoot {
|
||||
color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.scwFoot :hover{
|
||||
color: #FFA500 !important;
|
||||
.scwFoot :hover {
|
||||
color: #ffa500 !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -22,154 +22,160 @@ Exclude css from visual styles
|
|||
*/
|
||||
|
||||
* {
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 8pt;
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
body {
|
||||
text-align: center;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
text-transform: uppercase;
|
||||
color: #786;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 7px;
|
||||
font-size: 16px;
|
||||
font: bold 1em Arial, Sans-serif;
|
||||
text-transform: uppercase;
|
||||
color: #786;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 7px;
|
||||
font-size: 16px;
|
||||
}
|
||||
a {
|
||||
color: #486787;
|
||||
text-decoration: none;
|
||||
color: #486787;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
color: #003a3a;
|
||||
text-decoration: underline;
|
||||
color: #003a3a;
|
||||
text-decoration: underline;
|
||||
}
|
||||
input {
|
||||
padding: 2px 3px 4px 3px;
|
||||
border: 1px solid #ddd;
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 8pt
|
||||
padding: 2px 3px 4px 3px;
|
||||
border: 1px solid #ddd;
|
||||
font-family: verdana, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
input:hover {
|
||||
background-color: #d4dccd;
|
||||
background-color: #d4dccd;
|
||||
}
|
||||
input.login {
|
||||
border-color: #786;
|
||||
background-color: #f5f5f5;
|
||||
margin: 2px 0 8px;
|
||||
width: 90px;
|
||||
border-color: #786;
|
||||
background-color: #f5f5f5;
|
||||
margin: 2px 0 8px;
|
||||
width: 90px;
|
||||
}
|
||||
table, img {
|
||||
border: 0px;
|
||||
table,
|
||||
img {
|
||||
border: 0px;
|
||||
}
|
||||
.f9, .f9i, .f9b, td.f9, td.f9i, td.datosf9, td.datos2f9 {
|
||||
font-size: 6.5pt;
|
||||
.f9,
|
||||
.f9i,
|
||||
.f9b,
|
||||
td.f9,
|
||||
td.f9i,
|
||||
td.datosf9,
|
||||
td.datos2f9 {
|
||||
font-size: 6.5pt;
|
||||
}
|
||||
.databox, .databox_frame {
|
||||
margin-bottom: 15px;
|
||||
margin-top: 5px;
|
||||
margin-left: 0px;
|
||||
border: 1px solid #f2f2f2;
|
||||
.databox,
|
||||
.databox_frame {
|
||||
margin-bottom: 15px;
|
||||
margin-top: 5px;
|
||||
margin-left: 0px;
|
||||
border: 1px solid #f2f2f2;
|
||||
}
|
||||
.databox {
|
||||
background-color: #fafafa;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
#show_menu {
|
||||
}
|
||||
|
||||
#loading {
|
||||
position:fixed;
|
||||
width: 200px;
|
||||
margin-left: 35%;
|
||||
text-align:center;
|
||||
top:300px;
|
||||
background-color: #999999;
|
||||
padding: 20px;
|
||||
position: fixed;
|
||||
width: 200px;
|
||||
margin-left: 35%;
|
||||
text-align: center;
|
||||
top: 300px;
|
||||
background-color: #999999;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
tr.rowPair {
|
||||
background-color: #fff;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
tr.rowOdd {
|
||||
background-color: #888;
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
tr.rowPair:hover {
|
||||
background-color: #bbb;
|
||||
background-color: #bbb;
|
||||
}
|
||||
|
||||
tr.rowOdd:hover {
|
||||
background-color: #444;
|
||||
background-color: #444;
|
||||
}
|
||||
|
||||
.disabled_module {
|
||||
color: #98c2ed;
|
||||
color: #98c2ed;
|
||||
}
|
||||
|
||||
/*CALENDAR TOOLTIP STYLE*/
|
||||
|
||||
/* Calendar background */
|
||||
table.scw {
|
||||
background-color: #FFF;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Week number heading */
|
||||
td.scwWeekNumberHead {
|
||||
color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
td.scwWeek {
|
||||
color: #000 !important;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
/* Today selector */
|
||||
td.scwFoot {
|
||||
background-color: #FFF;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
td.scwFootDisabled {
|
||||
background-color: #000;
|
||||
color: #FFFFFF;
|
||||
background-color: #000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
tfoot.scwFoot {
|
||||
color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.scwFoot :hover{
|
||||
color: #FFA500 !important;
|
||||
.scwFoot :hover {
|
||||
color: #ffa500 !important;
|
||||
}
|
||||
|
||||
input.next {
|
||||
background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px;
|
||||
background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px;
|
||||
}
|
||||
|
||||
input.next {
|
||||
padding-right: 21px;
|
||||
padding-right: 21px;
|
||||
}
|
||||
|
||||
.info_box {
|
||||
background: #EBEBEB;
|
||||
margin: 10px auto;
|
||||
padding: 5px;
|
||||
border: 1px solid #A8A8A8;
|
||||
width: 85% !important;
|
||||
-moz-box-shadow: 0px 2px 2px #010E1B !important;
|
||||
-webkit-box-shadow: 0px 2px 2px #010E1B !important;
|
||||
box-shadow: 0px 2px 2px #010E1B !important;
|
||||
background: #ebebeb;
|
||||
margin: 10px auto;
|
||||
padding: 5px;
|
||||
border: 1px solid #a8a8a8;
|
||||
width: 85% !important;
|
||||
-moz-box-shadow: 0px 2px 2px #010e1b !important;
|
||||
-webkit-box-shadow: 0px 2px 2px #010e1b !important;
|
||||
box-shadow: 0px 2px 2px #010e1b !important;
|
||||
}
|
||||
|
||||
.info_box .title * {
|
||||
font-size: 10pt !important;
|
||||
font-weight: bolder;
|
||||
font-size: 10pt !important;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.info_box .icon {
|
||||
width: 30px !important;
|
||||
text-align: center;
|
||||
width: 30px !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,138 +1,139 @@
|
|||
.tree-root {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.tree-group {
|
||||
margin-left: 16px;
|
||||
padding-top: 1px;
|
||||
margin-left: 16px;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
.tree-node {
|
||||
white-space: nowrap;
|
||||
white-space: nowrap;
|
||||
|
||||
background-image: url(../../images/tree/branch.png);
|
||||
background-position: 0px 0px;
|
||||
background-repeat: repeat-y;
|
||||
background-image: url(../../images/tree/branch.png);
|
||||
background-position: 0px 0px;
|
||||
background-repeat: repeat-y;
|
||||
|
||||
min-height: 26px;
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
.tree-node:last-child {
|
||||
background: 0 0;
|
||||
background: 0 0;
|
||||
}
|
||||
.node-content {
|
||||
height: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.node-content>img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
.node-content > img {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.node-content:hover {
|
||||
background-color: #FFF;
|
||||
background-color: #fff;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.leaf-icon {
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
width: 18px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.node-content, .leaf-icon {
|
||||
display: inline-block;
|
||||
.node-content,
|
||||
.leaf-icon {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.node-content>img, .node-content>div {
|
||||
display: inline;
|
||||
.node-content > img,
|
||||
.node-content > div {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tree-node.leaf-open>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_expanded.png);
|
||||
cursor: pointer;
|
||||
.tree-node.leaf-open > .leaf-icon {
|
||||
background-image: url(../../images/tree/last_expanded.png);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tree-node.tree-first.leaf-open>.leaf-icon {
|
||||
background-image: url(../../images/tree/first_expanded.png);
|
||||
cursor: pointer;
|
||||
.tree-node.tree-first.leaf-open > .leaf-icon {
|
||||
background-image: url(../../images/tree/first_expanded.png);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tree-node.leaf-closed>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_closed.png);
|
||||
cursor: pointer;
|
||||
.tree-node.leaf-closed > .leaf-icon {
|
||||
background-image: url(../../images/tree/last_closed.png);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tree-node.tree-first.leaf-closed>.leaf-icon {
|
||||
background-image: url(../../images/tree/first_closed.png);
|
||||
cursor: pointer;
|
||||
.tree-node.tree-first.leaf-closed > .leaf-icon {
|
||||
background-image: url(../../images/tree/first_closed.png);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tree-node.leaf-loading>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_expanded.png);
|
||||
.tree-node.leaf-loading > .leaf-icon {
|
||||
background-image: url(../../images/tree/last_expanded.png);
|
||||
}
|
||||
|
||||
.tree-node.leaf-empty>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_leaf.png);
|
||||
.tree-node.leaf-empty > .leaf-icon {
|
||||
background-image: url(../../images/tree/last_leaf.png);
|
||||
}
|
||||
|
||||
.tree-node.tree-first.leaf-empty>.leaf-icon {
|
||||
background-image: url(../../images/tree/first_leaf.png);
|
||||
.tree-node.tree-first.leaf-empty > .leaf-icon {
|
||||
background-image: url(../../images/tree/first_leaf.png);
|
||||
}
|
||||
|
||||
.tree-node.leaf-error>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_leaf.png);
|
||||
.tree-node.leaf-error > .leaf-icon {
|
||||
background-image: url(../../images/tree/last_leaf.png);
|
||||
}
|
||||
|
||||
.tree-node>.leaf-icon {
|
||||
background-position: 0px 0px;
|
||||
background-repeat: no-repeat;
|
||||
.tree-node > .leaf-icon {
|
||||
background-position: 0px 0px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.tree-node>.node-content>img {
|
||||
max-height: 20px;
|
||||
/*max-width: 20px;*/
|
||||
.tree-node > .node-content > img {
|
||||
max-height: 20px;
|
||||
/*max-width: 20px;*/
|
||||
}
|
||||
|
||||
.tree-node>.node-content>img.module-data,
|
||||
.tree-node>.node-content>img.module-graph {
|
||||
cursor: pointer;
|
||||
padding-right: 3px;
|
||||
.tree-node > .node-content > img.module-data,
|
||||
.tree-node > .node-content > img.module-graph {
|
||||
cursor: pointer;
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.tree-node>.node-content>img.module-server-type,
|
||||
.tree-node>.node-content>img.agent-status,
|
||||
.tree-node>.node-content>img.agent-alerts-fired,
|
||||
.tree-node>.node-content>img.agent-quiet,
|
||||
.tree-node>.node-content>img.module-status,
|
||||
.tree-node>.node-content>img.module-alerts {
|
||||
padding-right: 3px;
|
||||
.tree-node > .node-content > img.module-server-type,
|
||||
.tree-node > .node-content > img.agent-status,
|
||||
.tree-node > .node-content > img.agent-alerts-fired,
|
||||
.tree-node > .node-content > img.agent-quiet,
|
||||
.tree-node > .node-content > img.module-status,
|
||||
.tree-node > .node-content > img.module-alerts {
|
||||
padding-right: 3px;
|
||||
}
|
||||
|
||||
.tree-node>.node-content>.tree-node-counters,
|
||||
.tree-node>.node-content>.tree-node-counters>.tree-node-counter {
|
||||
display: inline;
|
||||
.tree-node > .node-content > .tree-node-counters,
|
||||
.tree-node > .node-content > .tree-node-counters > .tree-node-counter {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tree-node>.node-content>.tree-node-counters {
|
||||
|
||||
.tree-node > .node-content > .tree-node-counters {
|
||||
}
|
||||
|
||||
.tree-node>.node-content>img {
|
||||
vertical-align: middle;
|
||||
.tree-node > .node-content > img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.tree-node>.node-content>.tree-node-counters>.tree-node-counter {
|
||||
font-weight: bold;
|
||||
font-size: 7pt;
|
||||
cursor: default;
|
||||
.tree-node > .node-content > .tree-node-counters > .tree-node-counter {
|
||||
font-weight: bold;
|
||||
font-size: 7pt;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
div#tree-controller-recipient {
|
||||
text-align: left;
|
||||
width: 98%;
|
||||
margin-top: 10px;
|
||||
text-align: left;
|
||||
width: 98%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue