Skip to content
Snippets Groups Projects
Commit 1f599087 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2271327 by emma.maria, mgifford, BarisW | Jeff Burnz: Fixed Tips link...

Issue #2271327 by emma.maria, mgifford, BarisW | Jeff Burnz: Fixed Tips link border bottom not looking great.
parent d8a8c3c2
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,25 @@
margin: 0;
}
.filter-help a {
background: transparent url(../../../misc/help.png) right center no-repeat; /* LTR */
padding: 0 20px 0 0; /* LTR */
position: relative;
margin: 0 20px 0 0; /* LTR */
}
[dir="rtl"] .filter-help a {
background-position: left center;
padding: 0 0 0 20px;
margin: 0 0 0 20px;
}
.filter-help a:after {
position: absolute;
top: 0;
right: -20px; /* LTR */
content: '';
display: block;
width: 16px;
height: 16px;
background: transparent url(../../../misc/help.png);
}
[dir="rtl"] .filter-help a:after {
right: auto;
left: -20px;
}
.text-format-wrapper .description {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment