Skip to content
Snippets Groups Projects
Verified Commit eafd4bee authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

style: prettier

parent c037b7b3
No related branches found
No related tags found
No related merge requests found
...@@ -723,3 +723,9 @@ CHANGELOG.md ...@@ -723,3 +723,9 @@ CHANGELOG.md
.git .git
*.min.css *.min.css
*.min.js *.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
...@@ -6,5 +6,7 @@ ...@@ -6,5 +6,7 @@
[![License](https://poser.pugx.org/ics-mu/simplesamlphp-module-ceitec/license)](https://packagist.org/packages/ics-mu/simplesamlphp-module-ceitec) [![License](https://poser.pugx.org/ics-mu/simplesamlphp-module-ceitec/license)](https://packagist.org/packages/ics-mu/simplesamlphp-module-ceitec)
Template for CEITEC AAI Proxy IdP component Template for CEITEC AAI Proxy IdP component
## Instalation
`php composer.phar require ics-mu/simplesamlphp-module-ceitec` ## Instalation
\ No newline at end of file
`php composer.phar require ics-mu/simplesamlphp-module-ceitec`
body { body {
} }
.ui-widget-content { .ui-widget-content {
border: 0px solid #ddd; border: 0px solid #ddd;
} }
#header { #header {
background: transparent; background: transparent;
} }
#header h1 { #header h1 {
line-height: 32px; line-height: 32px;
font-size: 28px; font-size: 28px;
color: #222; color: #222;
} }
#header img { #header img {
width: 330px; width: 330px;
margin: -16px auto 0 auto; margin: -16px auto 0 auto;
} }
#wrap { #wrap {
margin: 2em auto; margin: 2em auto;
max-width: 720px; max-width: 720px;
} }
#content { #content {
margin-top: 0px; margin-top: 0px;
} }
.btn:hover { .btn:hover {
background-image: none; background-image: none;
} }
.ui-widget-header { .ui-widget-header {
border-width: 0px; border-width: 0px;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
background: transparent; background: transparent;
} }
.ui-widget-header .ui-state-default { .ui-widget-header .ui-state-default {
border: 0px; border: 0px;
background: #fff; background: #fff;
color: #337ab7; color: #337ab7;
} }
.ui-widget-header .ui-state-default:hover { .ui-widget-header .ui-state-default:hover {
background: #eee; background: #eee;
color: #23527c; color: #23527c;
} }
.ui-widget-header .ui-state-active { .ui-widget-header .ui-state-active {
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.ui-widget-header .ui-state-active:hover { .ui-widget-header .ui-state-active:hover {
background: #fff; background: #fff;
} }
hr { hr {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
} }
#footer { #footer {
margin-top: 64px; margin-top: 64px;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
text-align: left; text-align: left;
padding: 16px; padding: 16px;
} }
#footer img { #footer img {
margin: 0px 16px; margin: 0px 16px;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment