94 lines
No EOL
1.8 KiB
CSS
94 lines
No EOL
1.8 KiB
CSS
.ssh-keys-table thead tr th,
|
|
.ssh-keys-table tbody tr td{
|
|
color: #717274;
|
|
text-align: center;
|
|
border-bottom: 1px solid #cbcbcb;
|
|
|
|
}
|
|
.ssh-keys-table tbody tr{
|
|
border-bottom: 1px solid #cbcbcb;
|
|
}
|
|
.ssh-keys-table thead tr th:first-of-type,
|
|
.ssh-keys-table tbody tr td:first-of-type{
|
|
text-align: left;
|
|
}
|
|
.ssh-keys-table thead tr th:last-of-type,
|
|
.ssh-keys-table tbody tr td:last-of-type{
|
|
width: 20%;
|
|
}
|
|
.ssh-key-header {
|
|
color: #717274;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
text-align: justify;
|
|
}
|
|
.ssh-header-container{
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
vertical-align: middle;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.ssh-header-container p{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.borderless tbody:before {
|
|
display: none !important;
|
|
}
|
|
.btn-custom-download{
|
|
background-color: #337ab7;
|
|
margin-top: auto;
|
|
margin-bottom: auto;
|
|
font-weight: 600;
|
|
vertical-align: middle;
|
|
margin-right: 25px;
|
|
}
|
|
.btn-custom-delete{
|
|
width: 100px;
|
|
background-color: #f1f0f0;
|
|
}
|
|
.btn-custom-delete a, .btn-custom-download a{
|
|
text-decoration: none;
|
|
}
|
|
.modal-body p{
|
|
width: 100%;
|
|
word-wrap: break-word;
|
|
text-align: left;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.ssh-header-container{
|
|
flex-direction: column-reverse;
|
|
align-items: flex-start;
|
|
}
|
|
.btn-custom-delete{
|
|
width: auto;
|
|
}
|
|
.dashboard-container {
|
|
width: 100% !important;
|
|
}
|
|
.row {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
.col-md-12, .col-sm-12{
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 360px){
|
|
.content-dashboard {
|
|
width: 100% !important;
|
|
}
|
|
.container {
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
.col-md-12, .col-sm-12{
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
} |