Mercurial > hg > ugly-duckling
diff src/app/feature-extraction-menu/feature-extraction-menu.component.css @ 433:48904aa87ba3
Rudimentary mechanism for loading remote plugins, with a loading spinner. Also small clean up for stuff left over from the md-select stuff.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Wed, 07 Jun 2017 14:51:30 +0100 |
parents | bf8826d4e2c6 |
children | cf4a17efb5d4 |
line wrap: on
line diff
--- a/src/app/feature-extraction-menu/feature-extraction-menu.component.css Wed Jun 07 08:58:38 2017 +0100 +++ b/src/app/feature-extraction-menu/feature-extraction-menu.component.css Wed Jun 07 14:51:30 2017 +0100 @@ -8,3 +8,19 @@ margin-top: 10pt; padding: 10pt; } + +.container button { + margin: 0 auto; + display: block; +} + +.container md-spinner { + height: 20px; + width: 20px; + margin: 0 auto; + display: block; +} + +md-list-item { + cursor: pointer; +}