Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UNL_Top_Level
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Digital Experience Group
UNL_Top_Level
Merge requests
!52
Alert
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Alert
alert
into
develop
Overview
5
Commits
1
Changes
Merged
Ryan Dee
requested to merge
alert
into
develop
10 years ago
Overview
5
Commits
1
Changes
-
Expand
Update alert format and styles
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ad0673b7
1 commit,
10 years ago
+
85
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
sharedcode/css/4.0.css
+
21
−
4
Options
@@ -360,9 +360,6 @@ a[class^="quick-link-"] {
background-size: 4.499em;
}
}
.wdn-video-band .mejs-overlay-button {
display: none;
}
.wdn-video-band img {
display: block;
}
@@ -453,6 +450,27 @@ a[class^="quick-link-"] {
display: none;
}
}
.splash-alert {
background: url(../../splash/images/caution-border.png), url(../../splash/images/caution-border.png);
background: url(../../splash/images/caution-border.svg), url(../../splash/images/caution-border.svg);
background-color: #d4440b;
background-repeat: repeat-x, repeat-x;
background-position: 50% 0, 50% 100%;
color: #fff;
}
.splash-alert img {
padding-top: 0.563em;
}
.splash-alert h2 {
color: #fff;
}
.splash-alert h2 .wdn-subhead {
color: #fff;
}
.splash-alert a {
color: #fff;
border-bottom: 1px dotted #fff;
}
.splash-intro {
background-color: #453e2b;
}
@@ -511,7 +529,6 @@ a[class^="quick-link-"] {
.splash-academic-colleges figure {
position: absolute;
z-index: 1;
margin-bottom: 0;
}
.splash-academic-colleges figure img {
display: block;
Loading