[wp-meta] [Making WordPress.org] #6080: Translation Consistency view: inconsistent margins, paddings
Making WordPress.org
noreply at wordpress.org
Sat Feb 5 09:39:20 UTC 2022
#6080: Translation Consistency view: inconsistent margins, paddings
--------------------------------------+--------------------
Reporter: Otshelnik-Fm | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Translate Site & Plugins | Keywords:
--------------------------------------+--------------------
1. 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
2. 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
3. small padding http://joxi.ru/Q2KdBJLTyYxDjA
add this:
{{{
.make-polyglots th.contributor-name {
padding-left: 10px;
}
}}}
result http://joxi.ru/L21ednXizEbE82
4. 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
5. 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
6. small contrast (dont aa standards): http://joxi.ru/L21ednXizEbeQ2
add:
{{{
h2 .glossary-link {
color: #006799;
}
}}}
result http://joxi.ru/12MKNGZTwZBvjr
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6080>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list