2015-01-02 00:05:09 +00:00
|
|
|
.tab-ports {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
#tab-ports-templates {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-ports table {
|
|
|
|
margin-bottom: 10px;
|
2015-11-10 00:13:21 +00:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
2015-10-30 19:30:27 +00:00
|
|
|
|
2015-11-10 00:13:21 +00:00
|
|
|
.tab-ports table, .tab-ports table th, .tab-ports table td {
|
|
|
|
border-left: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
border-top: 0px;
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
.tab-ports table tr td:first-child {
|
2015-11-10 00:13:21 +00:00
|
|
|
text-align: left;
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
2015-10-30 19:30:27 +00:00
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
.tab-ports table td {
|
2015-11-10 00:13:21 +00:00
|
|
|
border-bottom: 1px solid #e4e4e4;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 7px;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
border-left: 1px solid #e4e4e4;
|
|
|
|
border-right: 1px solid #e4e4e4;
|
|
|
|
}
|
2015-10-30 19:30:27 +00:00
|
|
|
|
2015-11-10 00:13:21 +00:00
|
|
|
.tab-ports table thead tr:first-child, .tab-ports table tr:nth-child(even) {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
}
|
2015-10-30 19:30:27 +00:00
|
|
|
|
|
|
|
.tab-ports table thead tr:first-child {
|
2015-11-10 00:13:21 +00:00
|
|
|
background-color: #e4e4e4;
|
|
|
|
font-size: 12px;
|
|
|
|
height: 25px;
|
|
|
|
font-family: 'open_sansregular', Arial;
|
|
|
|
border-top: 0px;
|
|
|
|
border-right: 0px;
|
|
|
|
border-left: 0px;
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
|
|
|
|
2015-02-27 01:15:37 +00:00
|
|
|
.tab-ports .function input {
|
|
|
|
vertical-align: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-ports .function label {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
.tab-ports select {
|
|
|
|
border: 1px solid silver;
|
2015-12-08 15:00:20 +00:00
|
|
|
margin-right: 3px;
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
2015-01-02 00:05:09 +00:00
|
|
|
|
2015-10-23 13:42:32 +00:00
|
|
|
.tab-ports .require-support {
|
2015-11-10 00:13:21 +00:00
|
|
|
display: none;
|
2015-03-11 23:34:24 +00:00
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2015-03-11 23:34:24 +00:00
|
|
|
.tab-ports.supported .require-support {
|
2015-11-10 00:13:21 +00:00
|
|
|
display: block;
|
2015-03-11 23:34:24 +00:00
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2015-10-23 13:42:32 +00:00
|
|
|
.tab-ports .require-upgrade {
|
2015-11-10 00:13:21 +00:00
|
|
|
display: block;
|
2015-03-11 23:34:24 +00:00
|
|
|
}
|
2015-11-10 00:13:21 +00:00
|
|
|
|
2015-03-11 23:34:24 +00:00
|
|
|
.tab-ports.supported .require-upgrade {
|
2015-11-10 00:13:21 +00:00
|
|
|
display: none;
|
2015-03-11 23:34:24 +00:00
|
|
|
}
|
2015-11-01 22:38:31 +00:00
|
|
|
|
2015-11-04 21:22:23 +00:00
|
|
|
.tab-ports .ports thead td {
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
padding: 5px 7px;
|
|
|
|
background-color: #828885;
|
|
|
|
color: white;
|
|
|
|
}
|
2015-11-01 22:38:31 +00:00
|
|
|
|
2015-11-04 21:22:23 +00:00
|
|
|
.tab-ports .ports thead td:first-child {
|
|
|
|
border-top-left-radius: 5px;
|
2015-11-10 00:13:21 +00:00
|
|
|
border-left: 0px;
|
2015-11-04 21:22:23 +00:00
|
|
|
}
|
2015-11-01 22:38:31 +00:00
|
|
|
|
2015-11-04 21:22:23 +00:00
|
|
|
.tab-ports .ports thead td:last-child {
|
|
|
|
border-top-right-radius: 5px;
|
2015-11-10 00:13:21 +00:00
|
|
|
border-right: 0px;
|
2015-11-01 22:38:31 +00:00
|
|
|
}
|
|
|
|
|
2015-11-10 00:13:21 +00:00
|
|
|
@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
|
|
|
|
.tab-ports table thead tr:first-child {
|
|
|
|
font-size: 12px;
|
|
|
|
height: 22px;
|
|
|
|
}
|
2015-11-03 04:36:04 +00:00
|
|
|
}
|