Files
wordpress-preseed/wp-content/plugins/cookie-notice/css/admin.css
2019-10-24 00:12:05 +02:00

112 lines
2.0 KiB
CSS

/* Cookie Notice settings */
.df-credits {
float: right;
width: 280px;
background: #fff;
margin: 20px -300px 20px 20px;
position: relative;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.df-credits .inner {
padding-left: 10px;
padding-right: 10px;
}
.df-credits h3 {
font-size: 14px;
line-height: 1.4;
margin: 0;
padding: 8px 12px;
border-bottom: 1px solid #eee;
}
.df-credits .df-link {
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
font-style: italic;
padding-bottom: 10px;
margin: 0;
}
.df-credits .df-link a {
vertical-align: middle;
padding: 5px 0 0 4px;
}
.df-promo h4 {
margin-bottom: 0;
}
.cookie-notice-settings .df-credits form {
min-width: 260px;
margin-bottom: 1em;
}
.cookie-notice-settings .df-credits form input {
margin: 0;
padding: 0;
}
.cookie-notice-settings {
margin-right: 300px;
}
.cookie-notice-settings hr, .df-credits hr {
border: solid #eee;
border-width: 1px 0 0;
clear: both;
height: 0;
}
.cookie-notice-settings form {
float: left;
min-width: 463px;
width: 100%;
}
.cookie-notice-settings .ui-button {
margin-bottom: 5px;
}
.cookie-notice-settings .description {
font-size: 13px;
margin-bottom: 8px;
}
#cn_colors label {
min-width: 10em;
display: inline-block;
}
#cn_colors div {
vertical-align: middle;
}
#cn_refuse_code .nav-tab-wrapper {
padding-top: 0;
}
#cn_refuse_code .refuse-code-tab {
display: none;
}
#cn_refuse_code .refuse-code-tab.active {
display: block;
}
#cn_refuse_code .refuse-code-tab .description {
margin-top: 10px;
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 959px) {
.df-credits {
width: 100%;
float: none;
margin: 20px 0;
}
.cookie-notice-settings {
margin-right: 0;
}
}