diff --git a/.prettierignore b/.prettierignore index e63377a58ed8db707c0f28be9cd0dd8d87d02967..f6de41cc0a6dfbb91f75e302d49a75ced080a34e 100644 --- a/.prettierignore +++ b/.prettierignore @@ -723,3 +723,9 @@ CHANGELOG.md .git *.min.css *.min.js + +www/res/js/jquery.js +www/res/bootstrap/js/bootstrap.js +www/res/bootstrap/js/npm.js +www/res/bootstrap/css/bootstrap.css +www/res/bootstrap/css/bootstrap-theme.css diff --git a/README.md b/README.md index 207fdbe6cc1e00c715ee6f3684b5f712b0ffbcd8..d810087b49337d083a6608aa79b2400554e7174c 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,7 @@ [](https://packagist.org/packages/ics-mu/simplesamlphp-module-ceitec) Template for CEITEC AAI Proxy IdP component - ## Instalation - `php composer.phar require ics-mu/simplesamlphp-module-ceitec` \ No newline at end of file + +## Instalation + +`php composer.phar require ics-mu/simplesamlphp-module-ceitec` diff --git a/www/res/css/ceitec.css b/www/res/css/ceitec.css index 46420bcfe4f3da06d4b765294242f95279404b63..a61dce9c5245df4ca479c0165d2e92b042852580 100644 --- a/www/res/css/ceitec.css +++ b/www/res/css/ceitec.css @@ -1,69 +1,65 @@ body { - } .ui-widget-content { - border: 0px solid #ddd; + border: 0px solid #ddd; } - #header { - background: transparent; + background: transparent; } #header h1 { - line-height: 32px; - font-size: 28px; - color: #222; + line-height: 32px; + font-size: 28px; + color: #222; } #header img { - width: 330px; - margin: -16px auto 0 auto; + width: 330px; + margin: -16px auto 0 auto; } - #wrap { - margin: 2em auto; - max-width: 720px; + margin: 2em auto; + max-width: 720px; } #content { - margin-top: 0px; + margin-top: 0px; } .btn:hover { - background-image: none; + background-image: none; } .ui-widget-header { - border-width: 0px; - border-bottom: 1px solid #ddd; - background: transparent; + border-width: 0px; + border-bottom: 1px solid #ddd; + background: transparent; } .ui-widget-header .ui-state-default { - border: 0px; - background: #fff; - color: #337ab7; + border: 0px; + background: #fff; + color: #337ab7; } .ui-widget-header .ui-state-default:hover { - background: #eee; - color: #23527c; + background: #eee; + color: #23527c; } .ui-widget-header .ui-state-active { - border: 1px solid #ddd; + border: 1px solid #ddd; } .ui-widget-header .ui-state-active:hover { - background: #fff; + background: #fff; } - hr { - border-top: 1px solid #ddd; + border-top: 1px solid #ddd; } #footer { - margin-top: 64px; - border-top: 1px solid #ddd; - text-align: left; - padding: 16px; + margin-top: 64px; + border-top: 1px solid #ddd; + text-align: left; + padding: 16px; } #footer img { - margin: 0px 16px; + margin: 0px 16px; }