mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #38103
[Bug 1624959] A change has been merged
Reviewed: https://reviews.mahara.org/7088
Committed: https://git.mahara.org/mahara/mahara/commit/797eb7aacf47fdefde0e35d296ff8fe835dd360b
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 16.10_STABLE
commit 797eb7aacf47fdefde0e35d296ff8fe835dd360b
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