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