HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/zaklada/wp-content/plugins/dinamo-foundation-plugin/includes/css/admin-styles.css
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 40%;

}

/* The Close Button */
span.close {
font-size: 18px;
cursor: pointer;
border: 1px solid #a7a7b3a1;
outline: 0;
padding: 5px 10px;
border-radius: 30px;
background: rgb(255, 255, 255);
float: right;

}

.close:hover,
.close:focus {
  color: rgb(255, 255, 255);
  background:red;
  text-decoration: none;
  cursor: pointer;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
  }

.msg-class{
   height:200px;
}

.btn-full{
    width:100%;
}

p.alert-class{
    display:none;
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    width:80%;
    padding: 10px;

}

.manage-column.column-id {
  width: 3%;
}
.manage-column.column-actions {
  width: 20%;
}
.column-message {
  font-size: 15px !important;
  font-weight: bold;
}
.column-message .message-disapproved{
  color: #999999 !important;
  font-weight: normal;
}
.edit-message-button {
  font-weight: normal;
  margin-top: 5px !important;
}
table  .table-button {
  margin: 5px !important;
}