#6080 closed defect (bug) (fixed)
Translate: Inconsistent margins, paddings
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Translate Site & Plugins | Keywords: | |
| Cc: |
Description
- on page: https://translate.wordpress.org/locale/ru/default/wp-plugins/gutenberg/ padding: http://joxi.ru/1A5eaNXizVXdWA
need to add:
.make-polyglots .projects-dropdown {
margin-bottom: 0;
}
result: http://joxi.ru/LmGQ0X5Hg7o6MA
- small paddings: http://joxi.ru/a2XyGdKSlqGbBA
need add (example):
.make-polyglots .notice {
padding: 0.5em 12px;
}
result (we will get the same margins) http://joxi.ru/52a0ZqvHgM7OMm
- small padding http://joxi.ru/Q2KdBJLTyYxDjA
add this:
.make-polyglots th.contributor-name {
padding-left: 10px;
}
result http://joxi.ru/L21ednXizEbE82
- font size small (dont recommed AAA standards 12px) http://joxi.ru/v29enjXiR8o8W2
add:
.locale-project-contributors-table {
font-size: 14px;
}
result http://joxi.ru/LmGQ0X5Hg7oqGA
- bad margins http://joxi.ru/vAW1p6LsB9Mv1m
add this:
#bulk-actions-toolbar-top {
margin-bottom: 1rem;
}
.gp-content .bulk-actions input.button {
min-height: 26px;
margin-bottom: 4px;
box-shadow: none;
}
result: http://joxi.ru/5mdp3jvHaDyNnm
- small contrast (dont aa standards): http://joxi.ru/L21ednXizEbeQ2
add:
h2 .glossary-link {
color: #006799;
}
Attachments (1)
Change History (15)
#3
@
4 years ago
Found some more extra space in the projects dropdown on themes pages with a long description, e.g. Twenty Eleven. The upcoming commit should fix that.
#7
@
4 years ago
- Summary changed from Translation Consistency view: inconsistent margins, paddings to Translate: Inconsistent margins, paddings
Renaming, as the ticket is not about the Consistency view, but rather about project pages and translation pages.
#12
@
4 years ago
- Resolution set to fixed
- Status changed from accepted to closed
I believe everything here is addressed. Thanks for the ticket!
In 11519: