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