Issue #1902872 by echoz, keyhitman, kim.pepper, Shyamala: Tips for Text format filters have excessive left|right padding on narrow screens.
parent
db71811059
commit
29a70d15d6
|
@ -12,4 +12,12 @@
|
||||||
}
|
}
|
||||||
.filter-help a {
|
.filter-help a {
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
padding: 0 0 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Improve filter tips position.
|
||||||
|
*/
|
||||||
|
.tips {
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
}
|
}
|
||||||
.filter-help a {
|
.filter-help a {
|
||||||
background: transparent url(../../misc/help.png) right center no-repeat; /* LTR */
|
background: transparent url(../../misc/help.png) right center no-repeat; /* LTR */
|
||||||
padding: 0 20px;
|
padding: 0 20px 0 0; /* LTR */
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-format-wrapper .description {
|
.text-format-wrapper .description {
|
||||||
|
@ -45,3 +45,10 @@
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Improve filter tips position.
|
||||||
|
*/
|
||||||
|
.tips {
|
||||||
|
padding-left: 0; /* LTR */
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue