tooltip css fixes
parent
9d62f1f942
commit
31612124a5
|
@ -252,6 +252,12 @@ footer img.balaton {
|
||||||
*/
|
*/
|
||||||
tooltip tip {
|
tooltip tip {
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
|
padding: 4px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tooltip tip-tip {
|
||||||
|
line-height: 1.1;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip tip-tip._small {
|
tooltip tip-tip._small {
|
||||||
|
@ -260,6 +266,7 @@ tooltip tip-tip._small {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ADS
|
ADS
|
||||||
*/
|
*/
|
||||||
|
@ -295,12 +302,3 @@ main .sidebar .adsbygoogle-container .adsbygoogle {
|
||||||
color: #444;
|
color: #444;
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip tip {
|
|
||||||
padding: 4px 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
tooltip tip-tip {
|
|
||||||
line-height: 1.1;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue