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;
}