Commit Graph

9 Commits

Author SHA1 Message Date
Joey Parrish c1b109aabc fix: Correct license headers in CSS/LESS
This corrects/normalizes the license headers in CSS and LESS files.
The LESS tool respects the same "/*!" syntax for forcing the inclusion
of a license header, but will not dedup these licenses.  So the LESS
files generally will not use this syntax.  Instead, the build system
prepends a license header after compilation.

The exception is for our SVG spinner, which is based on third-party
CSS from codepen.  The copyright header for this is forced into the
output to give proper credit to the original author.

Issue #2638

Change-Id: I4c58e2b082f2d5e550a6f0a30feaaf9ebf82a53a
2020-06-09 16:19:38 -07:00
Jacob Trimble 326f5cd02a Use short license in more files.
Some of the files still used the old long license.  This increased the
size of the compiled bundle since it had both versions.

Change-Id: Iec137f71547f91369a563145f870eb26ddc96a96
2020-02-11 19:09:44 +00:00
Theodore Abshire f24c4a783f Added stylelint, a linter for our CSS/less files.
Also unified CSS/less style based on that.
This does have to use a forked version of stylelint, since there
is a bug (?) in the globbing library they use that causes it to
fail on our buildbot. I found the simplest solution was just to add
an option to disable globbing, a feature we weren't using anyway.

Closes #1867

Change-Id: I9295b01d5b15d060356e314938b64b551b75de6a
2019-08-08 18:38:19 +00:00
Joey Parrish 58cedb0367 Add @license to all LESS and CSS files
Change-Id: Ibefe715afcb3676d5a2694032b9c99fe98dd2c44
2019-05-10 17:26:14 +00:00
Joey Parrish a29bae74a8 Fix pointer cursor on UI spacer
It looked like you could click the empty spacer, which is a mistake.
This gives the spacer the default pointer.

Change-Id: I7fac4380d8286a8cda6248edc071bce07a678636
2019-04-29 16:35:27 +00:00
Michelle Zhuo 8459362237 UI Ally: Make live stream timecode accessible
Closes #1861

Change-Id: I1963d9edf42916bcc3f49dade8e6a436b153d3be
2019-04-09 10:21:28 -07:00
Joey Parrish aeaa970227 Consolidate CSS font settings
Change-Id: I6ab9514a5ca8517619b911c84ace15805681423a
2019-04-03 21:31:10 +00:00
Tomasz Oponowicz dc0b3736d8 Make spacer growable in order to align control elements (#1796)
* Make spacer growable in order to align control elements
* Remove margins in order to be more flexible when shrinking
2019-02-08 08:57:01 -08:00
Sandra Lokshina 40afb00f20 Add spacer element to the UI.
Issue #1673.

Change-Id: I8e01366f82e5e7d3b9365d8387f02eede877ad07
2019-01-18 21:48:31 +00:00