120 lines
2.8 KiB
CSS
120 lines
2.8 KiB
CSS
/*
|
|
* ISC License
|
|
*
|
|
* Copyright (c) 2024 idnovate.com
|
|
* idnovate is a Registered Trademark & Property of idnovate.com, innovación y desarrollo SCP
|
|
*
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
* copyright notice and this permission notice appear in all copies.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
* REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
* AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
* INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
* LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
* PERFORMANCE OF THIS SOFTWARE.
|
|
*
|
|
* @author idnovate
|
|
* @copyright 2024 idnovate
|
|
* @license https://www.isc.org/licenses/ https://opensource.org/licenses/ISC ISC License
|
|
*/
|
|
/* codemirror */
|
|
.CodeMirror {
|
|
border: 1px solid #C7D6DB;
|
|
background-color: #F5F8F9;
|
|
}
|
|
|
|
/* Min height for tinyMCE fields */
|
|
div.mce-edit-area iframe {
|
|
min-height: 100px;
|
|
}
|
|
|
|
.mce-container,
|
|
.mce-container *,
|
|
.mce-widget,
|
|
.mce-widget * {
|
|
white-space: normal;
|
|
}
|
|
|
|
#cookiesplus_finality_form .table-responsive-row {
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.cookiesplus-module-list-container {
|
|
max-height: 600px;
|
|
overflow: auto;
|
|
}
|
|
#cookiesplus-module-list {
|
|
overflow: hidden;
|
|
width: 100%;
|
|
}
|
|
|
|
#cookiesplus-module-list td {
|
|
border: 5px solid white;
|
|
}
|
|
|
|
#cookiesplus-module-list label:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#cookiesplus-module-list td.checked {
|
|
background-color: yellow;
|
|
}
|
|
|
|
#cookiesplus-module-list label {
|
|
display: inline;
|
|
}
|
|
|
|
#cookiesplus-module-list img {
|
|
vertical-align: middle;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* PS 1.5 */
|
|
#top_container .alert-warning {
|
|
margin: 15px;
|
|
text-align: center;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
/* PS 1.6, 1.7 */
|
|
#content .alert-warning {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
|
|
/* Bug with some versions that doesn't display +/- buttons if simple_header is enabled */
|
|
#cookiesplus_finality_form .cookiesplus_cookie .filter/*,
|
|
.cookiesplus_finality .filter,
|
|
#cookiesplus_finality_toolbar ~ table.table_grid > tbody > tr:first-child,
|
|
#cookiesplus_cookie_toolbar ~ table.table_grid > tbody > tr:first-child*/ {
|
|
display: none;
|
|
}
|
|
|
|
.img-radio .position-img input[type='radio'] {
|
|
display: none;
|
|
}
|
|
|
|
.img-radio .position-label {
|
|
width: 100%; text-align: center;
|
|
}
|
|
|
|
.img-radio .position-img img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.img-radio .position-img > input + img {
|
|
cursor: pointer;
|
|
border: 3px solid transparent;
|
|
border-radius: 3px;
|
|
padding: 1px;
|
|
}
|
|
|
|
.img-radio .position-img > input:checked + img {
|
|
border: 3px solid #2eacce;
|
|
}
|