Fix #204
This commit is contained in:
parent
118cee2534
commit
1370306327
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue