Making WordPress.org

Opened 6 weeks ago

Closed 6 weeks ago

Last modified 5 weeks ago

#6080 closed defect (bug) (fixed)

Translate: Inconsistent margins, paddings

Reported by: Otshelnik-Fm Owned by: SergeyBiryukov
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords:
Cc:

Description

  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

  1. 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

  1. small padding http://joxi.ru/Q2KdBJLTyYxDjA

add this:

.make-polyglots th.contributor-name {
	padding-left: 10px;
}

result http://joxi.ru/L21ednXizEbE82

  1. 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

  1. 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

  1. small contrast (dont aa standards): http://joxi.ru/L21ednXizEbeQ2

add:

h2 .glossary-link {
	color: #006799;
}

result http://joxi.ru/12MKNGZTwZBvjr

Attachments (1)

6080.projects-dropdown.png (38.1 KB) - added by SergeyBiryukov 6 weeks ago.

Download all attachments as: .zip

Change History (15)

#1 @SergeyBiryukov
6 weeks ago

  • Owner set to SergeyBiryukov
  • Status changed from new to accepted

#2 @SergeyBiryukov
6 weeks ago

In 11519:

Translate: Remove bottom margin from sub-projects dropdown on individual project pages.

Props Otshelnik-Fm.
See #6080.

#3 @SergeyBiryukov
6 weeks 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.

#4 @SergeyBiryukov
6 weeks ago

In 11520:

Translate: Remove extra space from sub-projects dropdown on individual project pages with a long description.

See #6080.

#5 @SergeyBiryukov
6 weeks ago

In 11521:

Translate: Correct padding for the "New to Translating WordPress?" notice.

Props Otshelnik-Fm.
See #6080.

#6 @SergeyBiryukov
6 weeks ago

In 11522:

Translate: Improve paddings for the "Translation Contributors" table headers.

Props Otshelnik-Fm.
See #6080.

#7 @SergeyBiryukov
6 weeks 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.

#8 @SergeyBiryukov
6 weeks ago

In 11523:

Translate: Increase font size for some elements in the "Translation Contributors" table.

Props Otshelnik-Fm.
See #6080.

#9 @SergeyBiryukov
6 weeks ago

In 11524:

Translate: Remove horizontal margin from some notices on project pages.

This makes them more in line with the rest of the page.

See #6080.

#10 @SergeyBiryukov
6 weeks ago

In 11525:

Translate: Correct alignment and contrast for the "Create Glossary" link.

Props Otshelnik-Fm.
See #6080.

#11 @SergeyBiryukov
6 weeks ago

In 11526:

Translate: Correct alignment and padding for the bulk actions dropdown.

Props Otshelnik-Fm.
See #6080.

#12 @SergeyBiryukov
6 weeks ago

  • Resolution set to fixed
  • Status changed from accepted to closed

I believe everything here is addressed. Thanks for the ticket!

This ticket was mentioned in Slack in #polyglots by amieiro. View the logs.


5 weeks ago

This ticket was mentioned in Slack in #glotpress by amieiro. View the logs.


5 weeks ago

Note: See TracTickets for help on using tickets.