Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
0e829905
Commit
0e829905
authored
7 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Partial revert of
0a10d2c8
: do not remove styles from legacy css.
Otherwise we will break the old UI.
parent
16028665
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
www/resources/default.css
+22
-0
22 additions, 0 deletions
www/resources/default.css
with
22 additions
and
0 deletions
www/resources/default.css
+
22
−
0
View file @
0e829905
...
...
@@ -261,6 +261,28 @@ div.caution {
th
.rowtitle
{
text-align
:
left
;
}
.enablebox
table
{
border
:
1px
solid
#eee
;
margin-left
:
1em
;
}
.enablebox.mini
table
{
float
:
right
;
}
.enablebox
tr
td
{
padding
:
.5px
1em
1px
.5em
;
margin
:
0px
;
}
.enablebox
{
font-size
:
85%
;
}
.enablebox
tr
.enabled
td
{
background
:
#eee
;
}
.enablebox
tr
.disabled
td
{
background
:
#ccc
;
}
.metadatabox
{
overflow
:
scroll
;
border
:
1px
solid
#eee
;
...
...
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