2019-04-16 17:46:27 -04:00
|
|
|
|
body {
|
2017-08-28 12:27:45 -04:00
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
|
|
|
|
background-color: #d3d9d6;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
overflow-y: hidden;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#container {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
width: 960px;
|
2018-03-06 20:50:44 -05:00
|
|
|
|
min-width: 960px;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
max-height: 100vh;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
border-top: 0;
|
|
|
|
|
border-right: 1px solid #b7b7b7;
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
border-left: 1px solid #b7b7b7;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2019-04-19 17:14:04 -04:00
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
.fullscreen #container {
|
|
|
|
|
width: 100%;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
min-width: 700px;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
min-height: 0px;
|
|
|
|
|
border-right: 0px none #b7b7b7;
|
|
|
|
|
border-left: 0px none #b7b7b7;
|
2019-04-19 14:27:40 -04:00
|
|
|
|
}
|
2019-04-16 17:46:27 -04:00
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.fulldesk #container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-width: 700px;
|
|
|
|
|
min-height: 0px;
|
|
|
|
|
border-right: 0px none #b7b7b7;
|
|
|
|
|
border-left: 0px none #b7b7b7;
|
|
|
|
|
position: unset;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
#masthead {
|
|
|
|
|
width: auto;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
overflow: hidden;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
text-align: right;
|
|
|
|
|
background-color: #036;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
background-image: url(../logo.png);
|
|
|
|
|
background-position-x: 0px;
|
|
|
|
|
background-position-y: 0px;
|
|
|
|
|
background-attachment: initial;
|
|
|
|
|
background-repeat: no-repeat;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
width: 960px;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
height: 66px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fullscreen #masthead {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2019-04-19 17:14:04 -04:00
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.fulldesk #masthead {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.fulldesk #mastheadx {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.fulldesk #p11deviceNameHeader {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#masthead .title {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 66px;
|
|
|
|
|
color: #c8c8c8;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-top: 8px;
|
|
|
|
|
font-size: 46px;
|
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#masthead .title2 {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 66px;
|
|
|
|
|
color: #c8c8c8;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
padding-top: 14px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-19 17:14:04 -04:00
|
|
|
|
#page_content {
|
|
|
|
|
/*max-height: calc(100vh - 108px);*/
|
|
|
|
|
}
|
|
|
|
|
.fullscreen #page_content {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 66px;
|
|
|
|
|
left: 90px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
.arg_hide #page_content {
|
|
|
|
|
left: 0px;
|
|
|
|
|
}
|
|
|
|
|
.fulldesk #page_content {
|
|
|
|
|
position: static;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#page_leftbar {
|
2019-04-19 17:14:04 -04:00
|
|
|
|
height: calc(100vh - 66px);
|
2019-03-30 18:48:21 -04:00
|
|
|
|
width: 90px;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
position: absolute;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
z-index: 1000;
|
|
|
|
|
background: #113962;
|
|
|
|
|
background: linear-gradient(to bottom, #104893 0%,#113962 100%);
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.fullscreen #page_leftbar {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.arg_hide #page_leftbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.fulldesk #page_leftbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2019-03-30 18:48:21 -04:00
|
|
|
|
|
|
|
|
|
#topbar {
|
2019-04-19 17:14:04 -04:00
|
|
|
|
/* height: 24px; */
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position: relative;
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
|
|
|
|
|
.fulldesk #topbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
.topbar_td {
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.topbar_td_end {
|
|
|
|
|
text-align: right;
|
|
|
|
|
height: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#toggle {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: white;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 3px;
|
|
|
|
|
right: 6px
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-19 17:14:04 -04:00
|
|
|
|
#MainMenuSpan, #MainSubMenu, #MeshSubMenu, #UserSubMenu, #ServerSubMenu, #UserDummyMenu {
|
2019-03-30 18:48:21 -04:00
|
|
|
|
width: 100%;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
height: 22px
|
2017-08-28 12:27:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#MainMenuSpan {
|
|
|
|
|
display: table;
|
|
|
|
|
}
|
|
|
|
|
.fullscreen #MainMenuSpan {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.fulldesk #MainMenuSpan {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
#column_l {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
2019-04-19 17:14:04 -04:00
|
|
|
|
width: 930px;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0 15px;
|
|
|
|
|
background-color: #fff;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
/*max-height: calc(100vh - 111px);*/
|
2019-03-30 18:48:21 -04:00
|
|
|
|
min-width: unset;
|
|
|
|
|
}
|
2019-04-16 17:46:27 -04:00
|
|
|
|
.room4submenu {
|
|
|
|
|
max-height: calc(100vh - 159px) !important;
|
|
|
|
|
}
|
2019-03-30 18:48:21 -04:00
|
|
|
|
|
|
|
|
|
.fullscreen #column_l {
|
2019-04-19 17:14:04 -04:00
|
|
|
|
height: calc(100vh - 135px);
|
|
|
|
|
width: calc(100% - 30px);
|
2019-03-30 18:48:21 -04:00
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.fulldesk #column_l {
|
|
|
|
|
width: 100%;
|
2019-04-19 17:14:04 -04:00
|
|
|
|
/*height: unset;*/
|
|
|
|
|
/*max-height: unset;*/
|
|
|
|
|
/*overflow-y: unset;*/
|
2019-04-08 00:14:04 -04:00
|
|
|
|
margin-left: unset;
|
|
|
|
|
padding: 0;
|
2019-04-19 17:14:04 -04:00
|
|
|
|
max-height:100vh;
|
|
|
|
|
height:100vh;
|
|
|
|
|
overflow-y:hidden;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
}
|
|
|
|
|
.fulldesk #column_l_bottomgap {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#centralTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#welcomeimage {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 800px) {
|
|
|
|
|
.fullscreen #welcomeimage {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#welcomeimage img {
|
|
|
|
|
height: 310px;
|
|
|
|
|
width: 359px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logincell {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#loginpanel, #createpanel, #resetpanel, #tokenpanel, #resettokenpanel, #resetpasswordpanel, #resetpasswordpanel {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0;
|
|
|
|
|
background-color: #979797;
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passwordPolicyCallout, #rpasswordPolicyCallout {
|
|
|
|
|
left: -10px;
|
|
|
|
|
width: 100px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
background-color: #FFC;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
box-shadow: 0px 0px 15px #666;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#passWarning {
|
|
|
|
|
padding-top:6px;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
|
clear: both;
|
|
|
|
|
overflow: auto;
|
2018-03-06 20:50:44 -05:00
|
|
|
|
width: 100%;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #113962;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.fulldesk #footer {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2017-08-28 12:27:45 -04:00
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
/* Support for footer made with table */
|
|
|
|
|
#footer table {
|
|
|
|
|
width:100%;
|
|
|
|
|
border-spacing: 10px;
|
|
|
|
|
border-collapse: separate;
|
|
|
|
|
}
|
|
|
|
|
#footer td:first-child {
|
|
|
|
|
text-align: left;
|
|
|
|
|
color:white;
|
|
|
|
|
}
|
|
|
|
|
#footer td {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Support for new footer made with div (like masterhead) */
|
|
|
|
|
.footer1 {
|
|
|
|
|
text-align: left;
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
.footer2 {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
#masthead img {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#masthead p {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
margin: 10px 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a {
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:hover {
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#dialog {
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
background-color: #EEE;
|
|
|
|
|
box-shadow: 0px 0px 15px #666;
|
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 180px;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
left: calc((100% / 2) - 200px);
|
2019-03-30 18:48:21 -04:00
|
|
|
|
width: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialogHeader {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #003366;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dialogBody {
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.dialogText {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 260px;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
line-height: 160%
|
|
|
|
|
}
|
|
|
|
|
.dialogTextLog {
|
|
|
|
|
font-size:10px
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#dialog1 {
|
|
|
|
|
margin: auto;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#id_dialogMessage {
|
|
|
|
|
padding:10px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-16 17:46:27 -04:00
|
|
|
|
#dialog2, #dialog3 {
|
|
|
|
|
margin: auto;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
margin: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#idx_dlgButtonBar {
|
|
|
|
|
padding: 10px;
|
2019-04-19 17:14:04 -04:00
|
|
|
|
margin-bottom: 20px;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#idx_dlgCancelButton {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 80px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#idx_dlgOkButton {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#idx_dlgDeleteButton {
|
|
|
|
|
width: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#ua_fileaccessquota {
|
|
|
|
|
width: 80px;
|
|
|
|
|
text-align: right
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#broadcastMessage {
|
|
|
|
|
width: 370px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
resize: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#idx_deskFullBtn2 {
|
|
|
|
|
float: left;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
font-size: large;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
cursor: pointer;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.fulldesk #idx_deskFullBtn2 {
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.fulldesk #deskFullBtn {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#p0message {
|
|
|
|
|
margin: 50px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#devListToolbarViewIcons {
|
|
|
|
|
float:right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#devListToolbarSpan {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 24px;
|
|
|
|
|
background-color: #d3d9d6;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
border-spacing: 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#SearchInput {
|
|
|
|
|
width:120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#devListToolbarView, #devListToolbarSort, #devListToolbarSize {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#refreshmap {
|
|
|
|
|
margin-left:5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Example if <table> is relplaced with <div><p> then image can be defined in css
|
|
|
|
|
#NoMeshesPanel {
|
|
|
|
|
background: url(../images/info.png) no-repeat 23px 20px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
width: 47px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: none;
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
#NoMeshesPanel p {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-left: 60px;
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
#NoMeshesPanel a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
#NoMeshesPanel table {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 20px
|
|
|
|
|
}
|
|
|
|
|
NoMeshesPanel img {
|
|
|
|
|
height: 48px;
|
|
|
|
|
width: 47px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#xdevices {
|
|
|
|
|
max-height: calc(100vh - 239px);
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#xdevicesmap {
|
|
|
|
|
height: calc(100vh - 239px);
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
#xmapSearchResultsDlg {
|
|
|
|
|
position: absolute;
|
|
|
|
|
max-height: 280px;
|
|
|
|
|
left: 5px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
max-width: 250px;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
background-color: #EEE;
|
|
|
|
|
box-shadow: 0px 0px 15px #666;
|
|
|
|
|
}
|
|
|
|
|
#xmapSearchResultsBck {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #003366;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
border-radius: 5px 5px 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#xmapSearchClose {
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.xmapItem {
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-height: 240px
|
|
|
|
|
}
|
|
|
|
|
.xmapItemSel1 {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background-color: #F5F5F5;
|
|
|
|
|
}
|
|
|
|
|
.xmapItemSel1 {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
background-color: #EBEBEB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#xmap-info-window {
|
|
|
|
|
text-shadow: 0px 0px 15px #FFF
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p2 a, #p6 a, #p10 a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p2AccountImage {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 103px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
float:right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p2AccountActions {
|
|
|
|
|
width: 15px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.p2AccountActions span {
|
|
|
|
|
color: green;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.newMeshBtn {
|
|
|
|
|
background: url(../images/icon-addnew.png) no-repeat 0px 0px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
width: 12px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-16 17:46:27 -04:00
|
|
|
|
#p2noMeshFound, #p2ServerActionsBackup, #p2ServerActionsRestore, #p2ServerActionsVersion, #p2ServerActionsErrors, #serverStats {
|
2019-04-08 00:14:04 -04:00
|
|
|
|
margin-left:40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 24px;
|
|
|
|
|
background-color: #d3d9d6;
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p3users {
|
|
|
|
|
max-height: calc(100vh - 243px);
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
|
|
|
|
.p3usersTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.p3usersTable th {
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p3events {
|
2019-04-19 17:14:04 -04:00
|
|
|
|
height: calc(100vh - 243px);
|
2019-04-08 00:14:04 -04:00
|
|
|
|
overflow-y: scroll
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p3eventsTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.p3eventsTable {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-spacing: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p4name, #p4email, #p4pass1, #p4pass2 {
|
|
|
|
|
width: 230px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p5filehead {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: #d3d9d6;
|
|
|
|
|
text-align: left;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p5filesubhead {
|
|
|
|
|
background-color: #E4E9E7;
|
|
|
|
|
height: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p5rightOfButtons {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p5filetable {
|
|
|
|
|
width: 100%;
|
2019-04-19 17:14:04 -04:00
|
|
|
|
height: calc(100vh - 294px);
|
2019-04-08 00:14:04 -04:00
|
|
|
|
overflow: auto;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p5PublicShare {
|
|
|
|
|
display: none;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
background-color: lightsteelblue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bigok {
|
|
|
|
|
width: 256px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 337px;
|
|
|
|
|
top: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1600%;
|
|
|
|
|
color: #AAAAAA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bigfail {
|
|
|
|
|
width: 256px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 337px;
|
|
|
|
|
top: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1600%;
|
|
|
|
|
color: #AAAAAA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chartViewCanvas {
|
2019-04-15 20:26:56 -04:00
|
|
|
|
width: 80px;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chartViewText {
|
|
|
|
|
width: 160px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#serverCpuChart, #serverMemoryChart {
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p10BackButton, #p11BackButton {
|
|
|
|
|
float:left
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p10html2 table {
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: #EEE;
|
|
|
|
|
border-color: #AAA;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
#p10html2 thead {
|
|
|
|
|
background-color:#AAAAAA;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
}
|
|
|
|
|
#p10html2 thead tr {
|
|
|
|
|
background-color:#AAAAAA;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
}
|
|
|
|
|
#p10html2 thead img {
|
|
|
|
|
float: right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
#p10html2 .altBack {
|
|
|
|
|
background-color: #DDD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pwState {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
height: 16px;
|
|
|
|
|
}
|
|
|
|
|
.pwsYellow { background-color: yellow; }
|
|
|
|
|
.pwsTransparent { background-color: #00000000; }
|
|
|
|
|
.pwsBlack { background-color: black; }
|
|
|
|
|
.pwsBlue { background-color: blue; }
|
|
|
|
|
.pwsBlue2 { background-color: blue; }
|
|
|
|
|
.pwsLightblue { background-color: lightblue; }
|
|
|
|
|
.pwsBlueviolet { background-color: blueviolet; }
|
|
|
|
|
.pwsDarkgreen { background-color: darkgreen; }
|
|
|
|
|
.pwsLightseagreen { background-color: lightseagreen; }
|
|
|
|
|
.pwsLightseagreen2 { background-color: lightseagreen; }
|
|
|
|
|
|
|
|
|
|
.p10html3right {
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: x-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.p10html3left {
|
|
|
|
|
font-size: x-small;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#MainComputerImage {
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#MainComputerState {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#d2groupop {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 250px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p12warning, #p12warning2, #p14warning, #p14warning2 {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
display:none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#MainMeshImage {
|
|
|
|
|
border-width: 0px;
|
|
|
|
|
height: 200px;
|
|
|
|
|
width: 200px;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#DeskTools {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 400px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: gray;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
border-left: 2px solid lightgray;
|
|
|
|
|
}
|
|
|
|
|
#DeskToolsRefreshButton {
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
a {
|
|
|
|
|
color: #036;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.i1 {
|
|
|
|
|
background: url(../images/icons50.png) 0px 0px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.i2 {
|
|
|
|
|
background: url(../images/icons50.png) -50px 0px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.i3 {
|
|
|
|
|
background: url(../images/icons50.png) -100px 0px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.i4 {
|
|
|
|
|
background: url(../images/icons50.png) -150px 0px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.i5 {
|
|
|
|
|
background: url(../images/icons50.png) -200px 0px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.i6 {
|
|
|
|
|
background: url(../images/icons50.png) -250px 0px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.j1 {
|
|
|
|
|
background: url(../images/icons16.png) 0px 0px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.j2 {
|
|
|
|
|
background: url(../images/icons16.png) -16px 0px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.j3 {
|
|
|
|
|
background: url(../images/icons16.png) -32px 0px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.j4 {
|
|
|
|
|
background: url(../images/icons16.png) -48px 0px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.j5 {
|
|
|
|
|
background: url(../images/icons16.png) -64px 0px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.j6 {
|
|
|
|
|
background: url(../images/icons16.png) -80px 0px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-14 20:42:39 -04:00
|
|
|
|
.lbbutton {
|
|
|
|
|
width:74px;
|
|
|
|
|
height:74px;
|
|
|
|
|
border-radius:5px;
|
|
|
|
|
background-color:white;
|
|
|
|
|
margin-left:8px;
|
|
|
|
|
margin-top:8px;
|
|
|
|
|
position:relative;
|
|
|
|
|
cursor:pointer;
|
|
|
|
|
opacity:0.5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lbbutton:hover {
|
|
|
|
|
opacity:1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lbbuttonsel {
|
|
|
|
|
opacity:0.9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lbbuttonsel2 {
|
|
|
|
|
width:82px;
|
|
|
|
|
border-radius:5px 0px 0px 5px;
|
|
|
|
|
opacity:1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lb1 {
|
2018-11-02 21:13:32 -04:00
|
|
|
|
background: url(../images/leftbar-62.jpg) -0px 0px;
|
2018-09-14 20:42:39 -04:00
|
|
|
|
height: 62px;
|
|
|
|
|
width: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position:absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
left: 6px
|
2018-09-14 20:42:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lb2 {
|
2018-11-02 21:13:32 -04:00
|
|
|
|
background: url(../images/leftbar-62.jpg) -75px 0px;
|
2018-09-14 20:42:39 -04:00
|
|
|
|
height: 62px;
|
|
|
|
|
width: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position:absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
left: 6px
|
2018-09-14 20:42:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lb3 {
|
2018-11-02 21:13:32 -04:00
|
|
|
|
background: url(../images/leftbar-62.jpg) -150px 0px;
|
2018-09-14 20:42:39 -04:00
|
|
|
|
height: 62px;
|
|
|
|
|
width: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position:absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
left: 6px
|
2018-09-14 20:42:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lb4 {
|
2018-11-02 21:13:32 -04:00
|
|
|
|
background: url(../images/leftbar-62.jpg) -225px 0px;
|
2018-09-14 20:42:39 -04:00
|
|
|
|
height: 62px;
|
|
|
|
|
width: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position:absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
left: 6px
|
2018-09-14 20:42:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lb5 {
|
2018-11-02 21:13:32 -04:00
|
|
|
|
background: url(../images/leftbar-62.jpg) -294px 0px;
|
2018-09-14 20:42:39 -04:00
|
|
|
|
height: 62px;
|
|
|
|
|
width: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position:absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
left: 6px
|
2018-09-14 20:42:39 -04:00
|
|
|
|
}
|
|
|
|
|
|
2018-09-26 17:58:55 -04:00
|
|
|
|
.lb6 {
|
2018-11-02 21:13:32 -04:00
|
|
|
|
background: url(../images/leftbar-62.jpg) -360px 0px;
|
2018-09-26 17:58:55 -04:00
|
|
|
|
height: 62px;
|
|
|
|
|
width: 62px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
2019-03-30 18:48:21 -04:00
|
|
|
|
position:absolute;
|
|
|
|
|
top: 6px;
|
|
|
|
|
left: 6px
|
2018-09-26 17:58:55 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.m0 { background : url(../images/images16.png) -32px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.m1 { background : url(../images/images16.png) -16px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.m2 { background : url(../images/images16.png) -96px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.m3 { background : url(../images/images16.png) -112px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.si0 { background : url(../images/icons16.png) 0px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.si1 { background : url(../images/icons16.png) -16px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.si2 { background : url(../images/icons16.png) -32px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.si3 { background : url(../images/icons16.png) -48px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
.si4 { background : url(../images/icons16.png) -64px 0px; height : 16px; width : 16px; border:none; float:left }
|
|
|
|
|
|
|
|
|
|
.mi { background : url(../images/meshicon50.png) 0px 0px; height: 50px; width: 50px; cursor:pointer; border:none }
|
|
|
|
|
|
|
|
|
|
#floatframe {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 200px;
|
|
|
|
|
height: 300px;
|
|
|
|
|
z-index: 200;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style1 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style2 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #808080;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style3 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #808080;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-12 21:36:20 -05:00
|
|
|
|
.style3x {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #808080;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style3x:hover {
|
|
|
|
|
background-color: #606060;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.style3x.fullselect {
|
|
|
|
|
background-color: #003366;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style3x.semiselect {
|
|
|
|
|
background-color: #606060;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-12 21:36:20 -05:00
|
|
|
|
.style3sel {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: #003366;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.style4 {
|
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style5 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
background-color: #808080;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style6 {
|
2019-04-08 00:14:04 -04:00
|
|
|
|
text-align: left;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
background-color: #D3D9D6;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
padding:3px;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style7 {
|
2019-04-16 17:34:45 -04:00
|
|
|
|
font-size: large;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
background-color: #FFFFFF;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
width: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style9 {
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
overflow: hidden;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style10 {
|
|
|
|
|
background-color: #C9C9C9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style11 {
|
|
|
|
|
font-size: large;
|
|
|
|
|
background-color: #C9C9C9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.style14 {
|
2019-04-08 00:14:04 -04:00
|
|
|
|
height: 100%;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: #D3D9D6;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.auto-style1 {
|
|
|
|
|
text-align: right;
|
|
|
|
|
background-color: #D3D9D6;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.icon2 {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.warningbox {
|
|
|
|
|
width: auto;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
background-color: lightsalmon;
|
|
|
|
|
}
|
2017-08-28 12:27:45 -04:00
|
|
|
|
|
|
|
|
|
.fileIcon1 {
|
|
|
|
|
background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAPb49Y2Sj9LT2f///yH5BAEAAAMALAAAAAAQABAAAAImnI+py+1vhJwyUYAzHTL4D3qdlJWaIFJqmKod607sDKIiDUP63hQAOw==);
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fileIcon2 {
|
|
|
|
|
background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAM2xV/Xur+XPgP///yH5BAEAAAMALAAAAAAQABAAAAJD3ISZIGHWUGihznesYDYATFVM+D2hJ4lgN1olxALAtAlmPCJvuMmJd6PJckDYwicrHhTD5o7plJmg0Uc0asNMkphHAQA7);
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fileIcon3 {
|
|
|
|
|
background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAPb19IGBgbq6uv///yH5BAEAAAMALAAAAAAQABAAAAIy3ISpxgcPH2ouQgFEw1YmxnUXKEaaEZZnVWZk66JwzKpvuwZzwOgwb/C1gIOA8Yg8DgoAOw==);
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-19 15:25:57 -04:00
|
|
|
|
.fileIcon4 {
|
|
|
|
|
background: url(../images/meshicon16.png);
|
|
|
|
|
height: 16px;
|
|
|
|
|
width: 16px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: none;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 1px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.filelist {
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-o-user-select: none;
|
|
|
|
|
cursor: default;
|
|
|
|
|
-khtml-user-drag: element;
|
|
|
|
|
background-color: white;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.noselect {
|
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fsize {
|
|
|
|
|
float: right;
|
|
|
|
|
text-align: right;
|
|
|
|
|
width: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.g1 {
|
|
|
|
|
background-position: 0% 0%;
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
float: left;
|
|
|
|
|
/* fallback (Opera) */
|
|
|
|
|
/* Mozilla: */
|
|
|
|
|
/* Chrome, Safari:*/
|
|
|
|
|
background-image: linear-gradient(to right, #ffffff 0%, #c9c9c9 100%);
|
|
|
|
|
background-color: #c9c9c9;
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
background-attachment: scroll;
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#p3events .g1 {
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
#p3users .g1 {
|
|
|
|
|
height:24px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2017-08-28 12:27:45 -04:00
|
|
|
|
|
2018-11-12 21:36:20 -05:00
|
|
|
|
.g1s {
|
|
|
|
|
background-image: linear-gradient(to right, #ffffff 0%, #b9b9b9 100%);
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.g2 {
|
|
|
|
|
background-position: 0% 0%;
|
|
|
|
|
width: 14px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
float: right;
|
|
|
|
|
/* fallback (Opera) */
|
|
|
|
|
/* Mozilla: */
|
|
|
|
|
/* Chrome, Safari:*/
|
|
|
|
|
background-image: linear-gradient(to right, #c9c9c9 0%, #ffffff 100%);
|
|
|
|
|
background-color: #c9c9c9;
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
background-attachment: scroll;
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#p3events .g2 {
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
#p3users .g2 {
|
|
|
|
|
height:24px;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2017-08-28 12:27:45 -04:00
|
|
|
|
|
2018-11-12 21:36:20 -05:00
|
|
|
|
.g2s {
|
|
|
|
|
background-image: linear-gradient(to right, #b9b9b9 0%, #ffffff 100%);
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.h1pre {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: large;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.h1 {
|
|
|
|
|
background-position: 0% 0%;
|
|
|
|
|
width: 14px;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
height: 100%;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
/* fallback (Opera) */
|
|
|
|
|
/* Mozilla: */
|
|
|
|
|
/* Chrome, Safari:*/
|
|
|
|
|
background-image: linear-gradient(to right, #ffffff 0%, #d3d9d6 100%);
|
|
|
|
|
background-color: #d3d9d6;
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
background-attachment: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
.h2end {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 20px;
|
|
|
|
|
float: right;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
background-color: #ffffff
|
2019-04-08 00:14:04 -04:00
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.h2 {
|
|
|
|
|
background-position: 0% 0%;
|
|
|
|
|
width: 14px;
|
2019-04-16 17:46:27 -04:00
|
|
|
|
height: 100%;
|
2017-08-28 12:27:45 -04:00
|
|
|
|
/* fallback (Opera) */
|
|
|
|
|
/* Mozilla: */
|
|
|
|
|
/* Chrome, Safari:*/
|
|
|
|
|
background-image: linear-gradient(to right, #d3d9d6 0%, #ffffff 100%);
|
|
|
|
|
background-color: #d3d9d6;
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
background-attachment: scroll;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.e1 {
|
|
|
|
|
font-size: large;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
word-wrap: hyphenate;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.e2 {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: #c9c9c9;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-12 21:36:20 -05:00
|
|
|
|
.e2s {
|
|
|
|
|
background-color: #b9b9b9;
|
|
|
|
|
}
|
|
|
|
|
|
2017-08-28 12:27:45 -04:00
|
|
|
|
.bar {
|
|
|
|
|
font-size: large;
|
|
|
|
|
background-color: #C9C9C9;
|
|
|
|
|
height: 24px;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#p3users .bar {
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: medium;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.baricon {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
}
|
|
|
|
|
.baricon div {
|
|
|
|
|
width: 16px;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
height: 16px
|
|
|
|
|
}
|
2017-08-28 12:27:45 -04:00
|
|
|
|
|
|
|
|
|
.bar2 {
|
|
|
|
|
font-size: large;
|
|
|
|
|
height: 24px;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bar18 {
|
|
|
|
|
font-size: large;
|
|
|
|
|
background-color: #C9C9C9;
|
|
|
|
|
height: 18px;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bar182 {
|
|
|
|
|
font-size: large;
|
|
|
|
|
height: 18px;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.devHeaderx {
|
|
|
|
|
color: lightgray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DevSt {
|
|
|
|
|
border-bottom-style: solid;
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
border-bottom-color: #DDDDDD;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.contextMenu {
|
|
|
|
|
background: #F9F9F9;
|
|
|
|
|
box-shadow: 0 0 12px rgba( 0, 0, 0, .3 );
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
/*border-radius: 4px;*/
|
|
|
|
|
display: none;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
min-width: 100px;
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
z-index: 500;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cmtext {
|
|
|
|
|
color: #444;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
width: 85%;
|
|
|
|
|
cursor: default;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cmtext:hover {
|
|
|
|
|
color: #f9f9f9;
|
|
|
|
|
background: #444;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gray {
|
|
|
|
|
/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ /* Firefox 10+, Firefox on Android */
|
|
|
|
|
filter: gray; /* IE6-9 */
|
|
|
|
|
-webkit-filter: grayscale(100%) opacity(60%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.unselectable {
|
|
|
|
|
-webkit-touch-callout: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-khtml-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notifiyBox {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index:1000;
|
|
|
|
|
top: 50px;
|
|
|
|
|
right: 26px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: #F0ECCD;
|
|
|
|
|
border: 4px solid #666;
|
|
|
|
|
-webkit-border-radius: 10px;
|
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
-webkit-box-shadow: 2px 2px 4px #888;
|
|
|
|
|
-moz-box-shadow: 2px 2px 4px #888;
|
|
|
|
|
box-shadow: 2px 2px 4px #888;
|
|
|
|
|
max-height:200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notifiyBox:before {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
right: 5px;
|
|
|
|
|
top: -30px;
|
|
|
|
|
border: 15px solid;
|
|
|
|
|
border-color: transparent #666 #666 transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notifiyBox:after {
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
right: 7px;
|
|
|
|
|
top: -24px;
|
|
|
|
|
border: 12px solid;
|
|
|
|
|
border-color: transparent #F0ECCD #F0ECCD transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
|
width:100%;
|
|
|
|
|
min-height:30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.notification:hover {
|
|
|
|
|
background-color: #EFE8B6;
|
2018-04-11 16:49:05 -04:00
|
|
|
|
}
|
|
|
|
|
|
2019-03-30 18:48:21 -04:00
|
|
|
|
#notificationCount {
|
|
|
|
|
min-width: 28px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-color: lightblue;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 8px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 4px
|
|
|
|
|
}
|
2019-04-08 00:14:04 -04:00
|
|
|
|
|
|
|
|
|
#deskarea3x {
|
|
|
|
|
background: black;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#DeskFocus {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: transparent;
|
|
|
|
|
border:3px dotted rgba(255,0,0,.2);
|
|
|
|
|
position: absolute;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#DeskParent {
|
2019-04-16 17:46:27 -04:00
|
|
|
|
overflow:hidden
|
2019-04-08 00:14:04 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#Desk {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-ms-touch-action: none;
|
2019-04-19 17:14:04 -04:00
|
|
|
|
margin-left: 0px;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
}
|
|
|
|
|
|
2019-04-16 17:46:27 -04:00
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#deskToolsBar {
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
border-radius: 3px 3px 0px 0px;
|
|
|
|
|
top: 5px;
|
|
|
|
|
left: 4px;
|
|
|
|
|
bottom: 26px;
|
|
|
|
|
background-color:lightgray;
|
|
|
|
|
cursor: pointer;
|
2018-04-11 16:49:05 -04:00
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
#DeskToolsProcesses {
|
|
|
|
|
overflow-y: scroll;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 24px;
|
|
|
|
|
bottom: 0px;
|
|
|
|
|
width: 100%
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.deskToolsBar {
|
|
|
|
|
padding: 3px;
|
|
|
|
|
}
|
2018-04-11 16:49:05 -04:00
|
|
|
|
.deskToolsBar:hover {
|
|
|
|
|
background-color: #EFE8B6;
|
2018-07-16 20:49:55 -04:00
|
|
|
|
}
|
|
|
|
|
|
2019-04-08 00:14:04 -04:00
|
|
|
|
|
2018-07-16 20:49:55 -04:00
|
|
|
|
.userTableHeader {
|
|
|
|
|
border-bottom: 1pt solid lightgray;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
}
|
2018-09-18 17:47:17 -04:00
|
|
|
|
|
|
|
|
|
.viewSelector {
|
|
|
|
|
width:32px;
|
|
|
|
|
height:32px;
|
|
|
|
|
background-color:#DDD;
|
|
|
|
|
border-radius:3px;
|
|
|
|
|
float:left;
|
|
|
|
|
margin-left:5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewSelectorSel {
|
|
|
|
|
background-color:#BBB;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewSelector:hover {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
background-color:#AAA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.viewSelector1 {
|
|
|
|
|
margin-left:2px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
background: url(../images/views.png) -0px 0px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
width: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewSelector2 {
|
|
|
|
|
margin-left:2px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
background: url(../images/views.png) -28px 0px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
width: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewSelector3 {
|
|
|
|
|
margin-left:2px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
background: url(../images/views.png) -56px 0px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
width: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewSelector4 {
|
|
|
|
|
margin-left:2px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
background: url(../images/views.png) -84px 0px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
width: 28px;
|
2018-09-19 12:15:31 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewSelector5 {
|
|
|
|
|
margin-left:2px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
background: url(../images/views.png) -112px 0px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
width: 28px;
|
2018-09-19 13:37:19 -04:00
|
|
|
|
}
|
|
|
|
|
|
2018-09-26 20:29:12 -04:00
|
|
|
|
.backButtonEx {
|
|
|
|
|
margin-left:2px;
|
|
|
|
|
margin-top:2px;
|
|
|
|
|
background: url(../images/views.png) -140px 0px;
|
|
|
|
|
height: 28px;
|
|
|
|
|
width: 28px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.backButton {
|
|
|
|
|
width:32px;
|
|
|
|
|
height:32px;
|
|
|
|
|
background-color:#DDD;
|
|
|
|
|
border-radius:3px;
|
|
|
|
|
float:left;
|
|
|
|
|
margin-right:5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
}
|
|
|
|
|
.backButton:hover {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
background-color:#AAA;
|
|
|
|
|
}
|
|
|
|
|
|
2018-09-19 13:37:19 -04:00
|
|
|
|
.hoverButton {
|
|
|
|
|
opacity: 0.5;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
2018-09-19 13:37:19 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hoverButton:hover {
|
|
|
|
|
opacity: 1;
|
2019-04-08 00:14:04 -04:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tagSpan {
|
|
|
|
|
background-color: lightgray;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|