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;
|
|
|
|
}
|
|
|
|
|
2015-10-28 19:23:48 +00:00
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
|
|
|
|
.tab-ports table {
|
|
|
|
margin-bottom: 10px;
|
2015-10-30 19:30:27 +00:00
|
|
|
width:100%;
|
|
|
|
|
|
|
|
border-collapse:collapse;
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
|
|
|
.tab-ports table,
|
|
|
|
.tab-ports table th,
|
|
|
|
.tab-ports table td {
|
2015-10-30 19:30:27 +00:00
|
|
|
border-left:0px;
|
|
|
|
border-right:0px;
|
|
|
|
border-top:0px;
|
|
|
|
border-right:1px solid #e4e4e4;
|
|
|
|
border-left:1px solid #e4e4e4;
|
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
|
|
|
.tab-ports table tr td:first-child {
|
2015-10-30 19:30:27 +00:00
|
|
|
text-align: left;
|
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
}
|
2015-10-30 19:30:27 +00:00
|
|
|
table.ports tr:first-child td:first-child { border-top-left-radius: 0px;
|
|
|
|
}
|
|
|
|
table.ports tr:first-child td:last-child { border-top-right-radius: 0px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
.tab-ports table td {
|
2015-10-30 19:30:27 +00:00
|
|
|
border-bottom:1px solid #e4e4e4;
|
2015-10-30 19:32:16 +00:00
|
|
|
padding-top:4px;
|
|
|
|
padding-bottom:4px;
|
2015-10-30 19:30:27 +00:00
|
|
|
padding-left:5px;
|
|
|
|
padding-right:5px;
|
|
|
|
}
|
|
|
|
|
2015-01-03 00:57:56 +00:00
|
|
|
|
|
|
|
.tab-ports table thead tr:first-child,
|
|
|
|
.tab-ports table tr:nth-child(even) {
|
2015-10-30 19:30:27 +00:00
|
|
|
background-color:#f9f9f9; }
|
|
|
|
|
|
|
|
|
|
|
|
.tab-ports table thead tr:first-child {
|
|
|
|
background-color:#e4e4e4;
|
|
|
|
font-size:14px;
|
|
|
|
height:25px;
|
|
|
|
font-family: 'open_sansregular', Arial;
|
|
|
|
|
|
|
|
|
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-01-02 00:05:09 +00:00
|
|
|
|
|
|
|
.tab-ports .save {
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
height: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
padding: 0 15px 0 15px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
|
|
|
|
border: 1px solid silver;
|
|
|
|
background-color: #ececec;
|
|
|
|
}
|
|
|
|
.tab-ports .save:hover {
|
|
|
|
background-color: #dedcdc;
|
2015-03-11 23:34:24 +00:00
|
|
|
}
|
|
|
|
|
2015-11-02 21:44:36 +00:00
|
|
|
|
2015-10-23 13:42:32 +00:00
|
|
|
.tab-ports .require-support {
|
2015-03-11 23:34:24 +00:00
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
.tab-ports.supported .require-support {
|
|
|
|
display:block;
|
|
|
|
}
|
2015-10-23 13:42:32 +00:00
|
|
|
.tab-ports .require-upgrade {
|
2015-03-11 23:34:24 +00:00
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
.tab-ports.supported .require-upgrade {
|
|
|
|
display:none;
|
|
|
|
}
|
2015-11-01 22:38:31 +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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-ports .fixed_band {
|
|
|
|
position: relative;
|
|
|
|
height: 50px;
|
|
|
|
background-color: #e4e4e4;
|
2015-11-03 00:02:41 +00:00
|
|
|
width: calc(100% - -10px);
|
|
|
|
margin-left: -10px;
|
2015-11-01 22:38:31 +00:00
|
|
|
box-shadow: rgba(0,0,0,0.00) 0 -3px 8px;
|
|
|
|
bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2015-11-03 00:02:41 +00:00
|
|
|
.tab-ports .fixed_band .save_btn a {
|
|
|
|
margin-right:10px;
|
|
|
|
}
|
2015-11-01 22:38:31 +00:00
|
|
|
}
|