tooltip css fixes

pull/12/head
Szekeres Bálint 2018-03-09 22:51:03 +01:00
parent 9d62f1f942
commit 31612124a5
1 changed files with 7 additions and 9 deletions

View File

@ -252,6 +252,12 @@ footer img.balaton {
*/
tooltip tip {
min-width: 150px;
padding: 4px 12px;
}
tooltip tip-tip {
line-height: 1.1;
display: block;
}
tooltip tip-tip._small {
@ -260,6 +266,7 @@ tooltip tip-tip._small {
/*
ADS
*/
@ -295,12 +302,3 @@ main .sidebar .adsbygoogle-container .adsbygoogle {
color: #444;
font-size: 0.6rem;
}
tooltip tip {
padding: 4px 12px;
}
tooltip tip-tip {
line-height: 1.1;
display: block;
}