| Server IP : 13.126.101.145 / Your IP : 216.73.216.182 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/rentals_updated/wp-content/plugins/api_manager/assets/css/ |
Upload File : |
.wrap {
max-width: 100%;
}
h1 {
margin-bottom: 20px;
}
button {
margin-bottom: 20px;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table th, .table td {
border: 1px solid #ccc;
padding: 10px;
text-align: left;
}
#api-form {
background: #f9f9f9;
padding: 20px;
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 20px;
}
#api-form h3 {
margin-top: 0;
}
#api-form label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}
#api-form input, #api-form textarea, #api-form select {
width: 100%;
max-width: 500px;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #ccc;
border-radius: 3px;
}
#api-form textarea {
resize: vertical;
}
#api-form select {
width: auto;
padding-right: 25px;
}
#api-form button {
background-color: #0073aa;
color: white;
border: none;
padding: 10px 10px;
cursor: pointer;
border-radius: 3px;
}
#api-form button:hover {
background-color: #005d8f;
}
.header-pair {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.header-pair input {
width: 40%;
}
.header-pair .remove-header {
background-color: #dc3232;
color: white;
border: none;
padding: 5px 10px;
cursor: pointer;
border-radius: 3px;
}
.header-pair .remove-header:hover {
background-color: #b22a2a;
}
#add-header {
background-color: #46b450;
color: white;
border: none;
padding: 8px 15px;
cursor: pointer;
border-radius: 3px;
margin-bottom: 20px;
}
#add-header:hover {
background-color: #3f9e42;
}
.auth-type {
background-color: #f0f0f0;
cursor: not-allowed;
}
.name {
background-color: #f0f0f0;
cursor: not-allowed;
}
.editing {
background-color: #fff;
padding: 2px 4px;
border: 1px solid #ddd;
}
.error {
background-color: #ffd2d2;
padding: 10px;
border-radius: 4px;
margin: 10px 0;
}