Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-ceitec
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-ceitec
Commits
eafd4bee
Verified
Commit
eafd4bee
authored
2 years ago
by
Pavel Břoušek
Browse files
Options
Downloads
Patches
Plain Diff
style: prettier
parent
c037b7b3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.prettierignore
+6
-0
6 additions, 0 deletions
.prettierignore
README.md
+4
-2
4 additions, 2 deletions
README.md
www/res/css/ceitec.css
+27
-31
27 additions, 31 deletions
www/res/css/ceitec.css
with
37 additions
and
33 deletions
.prettierignore
+
6
−
0
View file @
eafd4bee
...
@@ -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
This diff is collapsed.
Click to expand it.
README.md
+
4
−
2
View file @
eafd4bee
...
@@ -6,5 +6,7 @@
...
@@ -6,5 +6,7 @@
[

](https://packagist.org/packages/ics-mu/simplesamlphp-module-ceitec)
[

](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`
This diff is collapsed.
Click to expand it.
www/res/css/ceitec.css
+
27
−
31
View file @
eafd4bee
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
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment