Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IA2
RAP
Commits
fd0155e2
Commit
fd0155e2
authored
5 years ago
by
Sonia Zorba
Browse files
Options
Downloads
Patches
Plain Diff
Added 'beta-version' badge on header
parent
a38c971f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/style.css
+23
-0
23 additions, 0 deletions
css/style.css
include/header.php
+5
-1
5 additions, 1 deletion
include/header.php
with
28 additions
and
1 deletion
css/style.css
+
23
−
0
View file @
fd0155e2
...
@@ -194,3 +194,26 @@ body {
...
@@ -194,3 +194,26 @@ body {
margin-top
:
20px
;
margin-top
:
20px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
.circle-wrapper
{
text-align
:
center
;
position
:
relative
;
}
.circle
{
width
:
90px
;
height
:
90px
;
border-radius
:
50%
;
font-size
:
25px
;
color
:
#fff
;
line-height
:
30px
;
text-align
:
center
;
background
:
red
;
transform
:
rotate
(
-20deg
);
padding-top
:
6px
;
border
:
3px
yellow
solid
;
font-weight
:
bold
;
position
:
absolute
;
left
:
27px
;
top
:
0px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
include/header.php
+
5
−
1
View file @
fd0155e2
...
@@ -17,7 +17,11 @@
...
@@ -17,7 +17,11 @@
Image Credits
&
Copyright: Colombari/E.Recurt
Image Credits
&
Copyright: Colombari/E.Recurt
</div>
</div>
<div
class=
"page-title-wrapper"
>
<div
class=
"page-title-wrapper"
>
<h1
class=
"text-center"
>
Remote Authentication Portal
</h1>
<h1
class=
"text-center"
>
Remote Authentication Portal
<span
class=
"circle-wrapper"
>
<div
class=
"circle"
>
beta
<br/>
version!
</div>
</span>
</h1>
</div>
</div>
</header>
</header>
<div
class=
"container"
>
<div
class=
"container"
>
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