mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #38099
[Bug 1624959] A change has been merged
Reviewed: https://reviews.mahara.org/6986
Committed: https://git.mahara.org/mahara/mahara/commit/7cc4b90072e35bfaab53c463027da3c273e19b03
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch: master
commit 7cc4b90072e35bfaab53c463027da3c273e19b03
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date: Mon Sep 19 13:36:05 2016 +1200
Bug 1624959: Fixing the heading alignment webservice tables
For example the Service functions table, where the thead columns are
misaligned from the rest of the table.
This is due to the headings being rendered as pieform type 'html',
which adds an '.html' class, which in turns adds a clearfix and it is
this clearfix that is causing problems
behatnotneeded - design/layout issue
Change-Id: Icd427ab0bdb4ab70214cc9f81c5b33c5e2cddac2
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1624959
Title:
Webservices Service Group heading not aligned correctly
Status in Mahara:
In Progress
Bug description:
This is caused by the .html class on the heading row
To avoid this we need to go
.html {
&:not(.heading) {
...
}
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1624959/+subscriptions
References