Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e100b16c
Commit
e100b16c
authored
Dec 07, 2017
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styles for updated Geo admin page
parent
b64270a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
75 additions
and
0 deletions
+75
-0
app/assets/stylesheets/pages/geo_nodes.scss
app/assets/stylesheets/pages/geo_nodes.scss
+75
-0
No files found.
app/assets/stylesheets/pages/geo_nodes.scss
View file @
e100b16c
.geo-admin-container
{
.page-title
,
.page-title-separator
{
margin-top
:
10px
;
}
.title-text
{
line-height
:
34px
;
}
.page-subtitle
{
margin-bottom
:
24px
;
}
}
.geo-node-status
{
td
{
vertical-align
:
top
;
}
.help-block
{
width
:
135px
;
text-align
:
right
;
}
.node-info
{
font-weight
:
$gl-font-weight-bold
;
}
.event-timestamp
{
font-weight
:
normal
;
color
:
$theme-gray-800
;
}
.sync-status
{
font-weight
:
normal
;
svg
{
vertical-align
:
middle
;
}
.sync-status-icon
svg
,
.sync-status-timestamp
{
fill
:
$theme-gray-700
;
color
:
$theme-gray-700
;
}
&
.sync-status-failure
{
.sync-status-icon
svg
,
.sync-status-timestamp
{
fill
:
$red-700
;
color
:
$red-700
;
}
}
}
}
.advanced-geo-node-status-toggler
{
display
:
block
;
.show-advance-chevron
{
margin-top
:
2px
;
}
}
.geo-node-healthy
{
color
:
$gl-success
;
}
...
...
@@ -52,6 +117,16 @@
white-space
:
pre-wrap
;
}
.geo-nodes
{
.health-message
{
padding
:
1px
8px
;
background-color
:
$red-100
;
color
:
$red-500
;
border-radius
:
$border-radius-default
;
font-weight
:
500
;
}
}
.node-badge
{
color
:
$white-light
;
display
:
inline-block
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment