Page MenuHomePhabricator

(Cologneblue skin) #catlinks should have text-align:right
Closed, ResolvedPublic

Description

Cologneblue has the interlanguage links and the category bar in the topbar, and both were right aligned. (CSS inherited from td.top-linkcollection.)

Since r102297 (see bug 31990), the category links in the cologneblue skin are mis-aligned (left instead of right).

I guess cologneblue/screen.css should override the shared setting from shared.css by doing

#catlinks { text-align: right }


Version: 1.18.x
Severity: enhancement

Details

Reference
bz32460
TitleReferenceAuthorSource BranchDest Branch
Add the sasl module to the pip environmentrepos/data-engineering/airflow-dags!548btullisadd_saslmain
Update to airflow-2.7.3 and install statsd supportrepos/data-engineering/airflow-dags!547btullisairflow_updatemain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:07 AM
bzimport set Reference to bz32460.
bzimport added a subscriber: Unknown Object (MLST).

Patch to skins/cologneblue/screen.css fixing this

Attached:

Similar issue with the simple skin.

Fixed in r103679
Thanks for reporting Lupo !

Merged in REL1_18 by r103747. Will be in next RC or stable.

Thanks to both of you.