This commit is contained in:
Amauri CHAMPEAUX 2018-11-10 17:21:38 +01:00 committed by GitHub
parent 118cee2534
commit 1370306327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -15,7 +15,7 @@
font-size: 100%; font-size: 100%;
font: inherit; font: inherit;
vertical-align: baseline; vertical-align: baseline;
background: initial; /*background: initial;*/
text-align: initial; text-align: initial;
text-shadow: initial; text-shadow: initial;
} }
@ -302,9 +302,9 @@ div#tarteaucitronServices {
box-sizing: border-box; box-sizing: border-box;
} }
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle button, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails { #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
color: #fff; color: #fff;
display: inline-block; display: inline-block;
@ -314,6 +314,7 @@ div#tarteaucitronServices {
padding: 5px 20px; padding: 5px 20px;
text-align: left; text-align: left;
width: auto; width: auto;
background: #333;
} }
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
@ -522,11 +523,7 @@ div#tarteaucitronServices {
* Small alert * Small alert
*/ */
.tarteaucitronAlertSmallTop { .tarteaucitronAlertSmallTop,.tarteaucitronAlertSmallBottom {
top: 0;
}
.tarteaucitronAlertSmallBottom {
bottom: 0; bottom: 0;
} }
@ -746,3 +743,7 @@ a.tarteaucitronSelfLink {
font-size: 1.2em!important; font-size: 1.2em!important;
margin-top: 4px!important; margin-top: 4px!important;
} }
span.tarteaucitronTitle.tarteaucitronH3 {
margin-top: 12px!important;
}