Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
my-root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Paulina Nogal
my-root
Commits
5d6a31b1
Commit
5d6a31b1
authored
8 years ago
by
zeke-witter
Browse files
Options
Downloads
Patches
Plain Diff
Remove MDL javascript and add simple tabs function
parent
5f405512
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
myuw-root-webapp/src/main/webapp/500.html
+19
-12
19 additions, 12 deletions
myuw-root-webapp/src/main/webapp/500.html
myuw-root-webapp/src/main/webapp/webapp.css
+88
-0
88 additions, 0 deletions
myuw-root-webapp/src/main/webapp/webapp.css
with
107 additions
and
12 deletions
myuw-root-webapp/src/main/webapp/500.html
+
19
−
12
View file @
5d6a31b1
This diff is collapsed.
Click to expand it.
myuw-root-webapp/src/main/webapp/webapp.css
0 → 100644
+
88
−
0
View file @
5d6a31b1
@import
url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700)
;
a
,
a
:hover
{
text-decoration
:
none
}
.mr-title
,
p
.apologize
,
p
.centered
{
text-align
:
center
}
body
,
html
{
font-family
:
Roboto
,
sans-serif
}
a
{
color
:
#c5050c
}
a
:hover
{
color
:
#600
}
p
.apologize
{
padding
:
20px
0
50px
}
.mr-title
{
font-size
:
20px
;
font-weight
:
500
}
.outage-title
{
margin
:
0
auto
;
font-weight
:
100
}
.photo-div
{
position
:
absolute
}
.crest
{
display
:
block
;
position
:
relative
;
width
:
200px
;
z-index
:
5
;
overflow
:
hidden
;
padding
:
15px
0
}
.img__bucky-sad
{
display
:
block
;
margin
:
0
auto
;
padding
:
16px
16px
0
}
.mdl-layout__header
,
.mdl-tabs.is-upgraded
.mdl-tabs__tab.is-active
:after
,
.mdl-tabs__tab
.mdl-tabs__ripple-container
.mdl-ripple
{
background
:
#c5050c
}
.mdl-layout__fixed-header
.mdl-layout__header-row
,
.mdl-layout__header-row
{
padding
:
0
16px
}
.mdl-tabs__tab-bar
{
justify-content
:
flex-start
}
.mdl-tabs.is-upgraded
.mdl-tabs__panel
{
padding
:
12px
0
}
.mdl-data-table
{
white-space
:
normal
}
.mdl
@media
(
min-width
:
599px
)
{
.mdl-data-table
td
:first-of-type
,
.mdl-data-table
th
:first-of-type
{
min-width
:
162px
}
}
\ No newline at end of file
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