Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Framework
Commits
eae38e96
Commit
eae38e96
authored
8 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
Merge from v1.1
parent
57ecced6
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
css/ebi-global.css
+34
-2
34 additions, 2 deletions
css/ebi-global.css
with
34 additions
and
2 deletions
css/ebi-global.css
+
34
−
2
View file @
eae38e96
...
...
@@ -178,7 +178,7 @@ nav a:hover {
display
:
block
;
height
:
50px
;
width
:
67px
;
background-image
:
url("
https://ebiwd.github.io/EBI-Framework
/images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg")
;
background-image
:
url("
..
/images/logos/EMBL-EBI/EMBL_EBI_Logo_white.svg")
;
background-size
:
64px
47px
;
background-repeat
:
no-repeat
;
margin-left
:
6px
;
}
}
...
...
@@ -622,7 +622,7 @@ footer a, footer a:visited {
display
:
block
;
height
:
53px
;
width
:
89%
;
background-image
:
url("
https://ebiwd.github.io/EBI-Framework
/images/logos/EMBL-EBI/EMBL_EBI_Logo_black.svg")
;
background-image
:
url("
..
/images/logos/EMBL-EBI/EMBL_EBI_Logo_black.svg")
;
background-size
:
contain
;
background-repeat
:
no-repeat
;
margin-left
:
-.25rem
;
...
...
@@ -1098,6 +1098,38 @@ table.tablesorter thead tr th.tablesorter-headerDesc {
table
.no-stripe
tbody
tr
:nth-child
(
even
)
{
background-color
:
#fff
;
}
/* Data table solutions */
/* Tables with custom padding */
table
.padding-none
th
,
table
.padding-none
td
table
.padding-none
tbody
th
,
table
.padding-none
tbody
td
{
padding
:
0
;
}
table
.padding-small
th
,
table
.padding-small
td
table
.padding-small
tbody
th
,
table
.padding-small
tbody
td
,
table
.data-table
tbody
th
,
table
.data-table
tbody
td
{
padding
:
0rem
0.2rem
0.2rem
;
}
/* None 100% wide tables */
table
.data-table
,
table
.width-auto
{
width
:
auto
;
}
/* some images should be stretched, such as sparkline-style gifs */
table
.data-table
img
,
img
.stretch
{
height
:
inherit
;
}
/* align table cell text to top */
table
.data-table
td
,
table
.align-top
td
,
table
td
.align-top
{
vertical-align
:
top
;
}
/* wide screen support */
@media
screen
and
(
min-width
:
40em
)
{
body
.full-width
.row
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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