2013-11-02 18:53:51 -04:00
|
|
|
#server_list table {
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-color: transparent;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
font-size: small;
|
2013-02-21 17:00:44 -05:00
|
|
|
}
|
|
|
|
|
2013-11-02 18:53:51 -04:00
|
|
|
#server_list td, #server_list th {
|
|
|
|
border: 1px solid gray;
|
2013-02-21 17:00:44 -05:00
|
|
|
}
|
|
|
|
|
2013-11-03 19:55:35 -05:00
|
|
|
.mts_hover_list{
|
2013-11-02 18:53:51 -04:00
|
|
|
visibility: hidden;
|
|
|
|
border: gray solid 1px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100;
|
|
|
|
background-color: white;
|
|
|
|
padding: 0.5em;
|
2013-07-04 11:39:26 -04:00
|
|
|
}
|
|
|
|
|
2013-11-03 19:55:35 -05:00
|
|
|
td:hover .mts_hover_list {
|
2013-11-02 18:53:51 -04:00
|
|
|
visibility: visible;
|
2013-07-12 16:37:28 -04:00
|
|
|
}
|
|
|
|
|
2013-11-03 19:55:35 -05:00
|
|
|
.mts_hover_list_text, .mts_tooltip {
|
2013-11-02 18:53:51 -04:00
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-style: dashed;
|
2013-07-12 16:37:28 -04:00
|
|
|
}
|
2013-12-03 10:48:43 -05:00
|
|
|
|
|
|
|
.clickable {
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|