summaryrefslogtreecommitdiffstats
path: root/skins
AgeCommit message (Collapse)AuthorFilesLines
2018-01-10Bug 1429290 - Bugs now display too wide to fit in my window; reading bugs is ↵Kohei Yoshino1-1/+22
much harder
2018-01-10Bug 1429398 - Scrolling down with keyboard no longer works correctly in at ↵Dylan William Hardison1-4/+7
least Firefox Note that kohei actually fixed this.
2018-01-10Bug 1429220 - Issues with the new fixed header implementationKohei Yoshino1-5/+13
2018-01-09Bug 1429220 - Issues with the new fixed header implementationKohei Yoshino1-1/+2
2018-01-09Bug 1429076 - Can we have a lock icon for requests in security-sensitive ↵Kohei Yoshino1-0/+14
bugs in Requests Quick Look Dropdown?
2018-01-08Bug 1428641 - Implement Requests quick look dropdown on global headerKohei Yoshino1-0/+88
2018-01-08Bug 1428642 - Fix minor bugs on new global headerKohei Yoshino1-11/+36
* The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select
2018-01-05Bug 1428079 - No horizontal scrollbar when bug summary is very long or ↵Kohei Yoshino1-2/+1
narrow browser width
2018-01-04Bug 1428052 - security bugs always have the vertical scrollbar outside of ↵Dylan William Hardison1-2/+0
area visible by default (overflow on the right)
2018-01-04Bug 1428038 - Background color of security bugs is wrong againDylan William Hardison1-1/+0
2018-01-03Bug 1426685 - Fix regressions from fixed-positioning global headerKohei Yoshino2-26/+30
2017-12-22Bug 1426390 - Serve WOFF2 Fira Sans fontKohei Yoshino23-8/+16
2017-12-19Bug 1420771 - Remove global footerKohei Yoshino3-142/+100
2017-12-18Bug 905763 - Fix named anchors in various pages so that the Sandstone theme ↵Kohei Yoshino1-0/+1
header can be set to a fixed position
2017-12-13Bug 1376826 - New HTML Header for BMOKohei Yoshino5-261/+366
2017-12-02Bug 1381296 - Buttons on modal UI are not displayed in Fira Sans font, too ↵Kohei Yoshino1-1/+1
small compared to other ones
2017-12-02Bug 1420295 - Remove the Bugzilla version number from homepageKohei Yoshino1-6/+0
2017-11-30Bug 1363889 - Update BMO to use new Mozilla brandingKohei Yoshino2-49/+67
2017-09-19Bug 1400949 - Password requirements not statedDylan William Hardison1-65/+0
2017-09-15Bug 1364233 - Add setting to force a group to require MFA and restrict users ↵Dylan William Hardison1-1/+17
in that group who have not enabled MFA
2017-08-01Bug 1386238 - Multi-select boxes broken by bug 1366143Dylan William Hardison3-41/+11
This reverts commit 3d864bdde0aff3931aca3afa864228341aaa0e92.
2017-07-19Bug 1366143 - Fix alignment of select boxesKohei Yoshino3-11/+41
2017-07-11Bug 1380019 - Background color of security bugs is wrong (#137)Dylan William Hardison2-33/+30
2017-06-21Bug 1369872 - Combine skins/custom/Mozilla/*.css and skins/contrib/*.css ↵Mary Umoh63-2876/+1120
into skins/standard/*.css * Move bug_groups from custom to standard * More modified bug_group files * Combine skin CSS files * Move .png files to standard * Move css from global.css that belongs in index.css * Changes to css placement * All images within skins/standard moved to images folder * Fix font issue * Updates * Updates * Fix mistake
2017-05-17Bug 1363803 - Consolidate YUI js and css into one js and one css fileDylan William Hardison2-0/+10
2017-05-09fix permsDylan William Hardison8-0/+0
2017-04-25update fira fontsDylan William Hardison8-0/+0
2017-02-22Revert "Bug 1330884 - Centralize #header, #bugzilla-body and #footer"Dylan William Hardison2-14/+12
This reverts commit ab5eef9afeded451e27faa44d5db3f618825f04d.
2017-02-17Bug 1330884 - Centralize #header, #bugzilla-body and #footerTommy Kuo2-12/+14
2016-12-08Bug 1318781 - Add link to Mozilla Community Participation Guidelines for new ↵David Lawrence1-0/+4
bugs and bug comments
2016-07-12Bug 1283649 - When an attachment is a github pull request link, the pull ↵David Lawrence1-0/+1
request diff should be displayed in the edit page
2016-04-04Bug 1259322 - Legal compliance / adding link to footerDavid Lawrence2-10/+14
2016-03-24Bug 1259266 - Attachment of security issues when viewing a bug are ↵David Lawrence1-0/+4
indistinguishable from any other attachment.
2016-01-28Bug 1213424 - The Bugzilla autocomplete dropdown should expand the width to ↵Birunthan Mohanathas1-0/+1
show the full text of a match
2015-12-17Bug 1231346 - UI tweaks to make 2FA setup/changes more intuitiveDavid Lawrence1-0/+5
2015-12-09Bug 1231248 - Add hint that DuoSec login is probably your LDAP usernameByron Jones1-0/+4
2015-11-04Bug 1177911 - Determine and implement better password requirements for BMODylan Hardison1-0/+79
2015-10-21Bug 1209599 - group general preferences by categoryDavid Lawrence1-0/+10
2015-10-12Bug 1199089 - add support for duo-securityByron Jones1-2/+12
2015-10-08Bug 1200765 - Make login UX mobile friendly to assist mobile authentication ↵Dylan William Hardison2-0/+84
workflow
2015-09-29Bug 1199090 - add printable recovery 2fa codesByron Jones2-2/+24
2015-09-23Bug 1199087 - extend 2fa protection beyond loginByron Jones2-1/+7
2015-09-02Bug 1200618 - Layout of the TOTP 2FA leads to missing the token time window ↵Byron Jones1-0/+7
and thus frustration
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-2/+46
2015-08-25Bug 1196134 - add ability for admins to force a user to change their ↵Byron Jones1-0/+4
password on next login
2015-08-12Bug 1192854: change tabs on user preferences from horizontal to vertical layoutDavid Lawrence1-0/+46
2015-08-10Bug 1167622 - red border in confirmation of changes is misleading - should ↵Simon Green1-2/+2
be green as the text
2015-07-31Bug 1189172 - remove link to 'release notes' from index page, and point ↵Byron Jones3-3/+3
'help' to rtd
2015-07-27Bug 1171806 - add the ability for a user to disable/"remove" their own accountByron Jones1-0/+19
2015-07-08Bug 1181410: "To see this bug, you must first log in to an account" link is ↵Byron Jones1-2/+4
bright blue on red