stable
Clone or download
Read-only
Part of story #9585 : Get rid of Bootstrap in site admin / plugins To test this: Check the page on Site Admin > OpenID Connect Client - Check with providers defined - Also check with no providers defined The Add Provider and Edit provider modals will be styled in following commits. Change-Id: Ica6303f63e9fa73dce8f6d79f110ce6f25d62746
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/openidconnectclient/.editorconfig | +17 | −0 | Go to diff View file |
M | plugins/openidconnectclient/build-manifest.json | +17 | −0 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Administration/Presenter.php | +14 | −0 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.class.php | +9 | −0 | Go to diff View file |
M | plugins/openidconnectclient/site-content/en_US/openidconnectclient.tab | +5 | −3 | Go to diff View file |
M | plugins/openidconnectclient/site-content/fr_FR/openidconnectclient.tab | +4 | −2 | Go to diff View file |
M | plugins/openidconnectclient/templates/administration-providers.mustache | +87 | −44 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/_openidconnectclient.scss | +51 | −0 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/style-blue.scss | +22 | −0 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/style-green.scss | +22 | −0 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/style-grey.scss | +22 | −0 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/style-orange.scss | +22 | −0 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/style-purple.scss | +22 | −0 | Go to diff View file |
A | plugins/openidconnectclient/www/themes/BurningParrot/css/style-red.scss | +22 | −0 | Go to diff View file |
M | src/common/event/Event.class.php | +9 | −0 | Go to diff View file |
M | src/www/themes/BurningParrot/HeaderPresenterBuilder.php | +13 | −1 | Go to diff View file |