Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/listips/listips.less
@import "mixins.less";
#ipnotices {
margin-top: 10px;
min-width: 500px;
}
#contextNoticeClose {
position: absolute;
top: 0;
right: 0;
display: table-cell;
color: #ffffff;
cursor: pointer;
font-size: 24px;
.opacity(0.2);
}
.notice {
color: white;
.gradient(#65b9d9, #4a9cbc);
.border-radius(4px);
border: 1px solid #3c829e;
font-size: 13px;
font-weight: bold;
min-height: 30px;
position: relative;
}
.notice-hidden {
display: none;
}
.notice-error {
.gradient(#BC3E33, #DD5952);
border: 1px solid #990000;
}
.notice-content {
background-image: url(/images/notice-info.png);
background-position: 9px center;
background-repeat: no-repeat;
padding: 9px 30px 9px 45px;
}
.error-notice-content {
background-image: url(/images/notice-error.png);
}
div.cjt-pagenotice-container .cjt-notice-content {
padding: 0;
}
#iplisttbl #ipnotice-container .bd {
border: 0;
}
.cjt-pagenotice-container .cjt-notice {
box-shadow: none;
}
.cjt-pagenotice-container .cjt-notice .bd {
outline-style: none;
}
#natlist {
margin-top: 15px;
border: 1px solid black;
box-shadow: 3px 3px 5px #999999;
}
#natlist tr {
.transition("all 1s ease-in-out");
}
#natlist tr.hidden {
.opacity(0);
visibility: hidden;
height: 0;
}
#natlist tr.visible {
.opacity(1);
visibility: visible;
height: 100%;
}
#natlist th {
background-color: #cccccc;
border: none;
text-align: left;
padding: 5px;
min-width: 80px;
}
#natlist th.actions {
text-align: center;
}
#natlist th.status {
min-width: 30px;
color: #333333;
}
#natlist td {
border: none;
padding-right: 15px;
vertical-align: top;
}
#natlist td.buttons {
min-width: 180px;
min-height: 30px;
}
#natlist tbody tr:last-of-type {
border-bottom: 1px solid black;
}
#natlist.sortable {
border-bottom: 1px solid black;
}
.normal {
font-weight: normal;
}
ul.mappingActions {
display: block;
list-style-type: none;
margin: 5px;
padding: 0;
min-width: 264px;
}
ul.nonNat {
min-width: 100px;
}
ul.mappingActions li {
display: inline-block;
background-repeat: no-repeat;
background-position: 3px center;
padding: 5px 5px 5px 25px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #ffffff;
}
ul.mappingActions li a {
color: #666666;
text-decoration: none;
}
ul.mappingActions li a:hover {
color: #0088cc;
text-decoration: underline;
}
ul.mappingActions li:hover {
.border-radius(3px);
border: 1px solid #0088cc;
}
ul.mappingActions li.delete {
background-image: url(/images/m-ico-delete.png);
}
ul.mappingActions li.hidden {
visibility: hidden;
}
ul.mappingActions li.validate {
background-image: url(/images/m-ico-validate.png);
}
ul.mappingActions li.edit {
background-image: url(/images/m-ico-edit.png);
}
#natPublicIpEdit,
#natConfirmDelete {
display: table;
padding: 5px;
margin: 5px;
min-height: 30px;
}
#natPublicIpEdit div.formRow,
#natConfirmDelete div.formRow {
display: table-row;
}
#natPublicIpEdit div.formCell,
#natConfirmDelete div.formCell {
display: table-cell;
}
.evenRow {
background-color: #f1f1f1;
}
tr.evenRow ul.mappingActions li {
border: 1px solid #f1f1f1;
}
tr.evenRow ul.mappingActions li:hover {
border: 1px solid #0088cc;
}
.hidden {
display: none;
}
.showing {
display: block;
}
.dupError {
background-color: #bc3e33;
color: #ffffff;
padding: 3px;
text-align: center;
}
#formDryDock {
display: none;
}
.formCell {
padding-left: 5px;
padding-right: 5px;
}
.formRow {
padding-left: 5px;
padding-right: 5px;
}
.formRow button {
font-size: 11px;
min-width: 50px;
padding: 3px;
}
.natStatus {
width: 28px;
height: 100%;
min-width: 28px;
background-image: none;
background-repeat: no-repeat;
background-position: center;
}
.pubIp {
min-width: 140px;
}
.natSuccess {
background-image: url(/images/success.png);
}
.natError {
background-image: url(/images/error.png);
}
.natWarning {
background-image: url(/images/warning.png);
}
.cjt-dynamicnotice-container .bd .cjt-notice-content {
display: table-cell;
vertical-align: middle;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-error .bd {
.gradient(#DD5952, #BC3E33);
background-color: #bc3e33;
text-shadow: 0 1px 0 #bc3e33;
.gradient(#DD5952, #BC3E33);
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-error .bd:hover {
.gradient( #BC3E33, #DD5952);
}
.cjt-dynamicnotice-container .cjt-notice-error .bd .cjt-notice-content {
background-repeat: no-repeat;
padding: 5px 0 5px 32px;
background-image: url(/images/notice-error.png);
background-position: 0 center;
color: #ffffff;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-warn .bd .cjt-notice-content {
background-image: url(/images/notice-warning.png);
background-position: 0 center;
padding: 5px 0 5px 32px;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-info .bd .cjt-notice-content {
background-image: url(/images/notice-info.png);
background-position: 0 center;
padding: 5px 0 5px 32px;
min-height: 28px;
}
.cjt-dynamicnotice-container .cjt-notice-success .bd .cjt-notice-content {
background-image: url(/images/notice-success.png);
background-position: 0 center;
padding: 5px 0 5px 32px;
min-height: 28px;
}
Back to Directory
File Manager