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
9a25f890
Commit
9a25f890
authored
8 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
Update compiled source
parent
e0724a17
No related branches found
Branches containing commit
Tags
v1.1.12
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/ebi-global.min.css
+1
-1
1 addition, 1 deletion
css/ebi-global.min.css
css/ebi-global.scss
+11
-0
11 additions, 0 deletions
css/ebi-global.scss
with
12 additions
and
1 deletion
css/ebi-global.min.css
+
1
−
1
View file @
9a25f890
This diff is collapsed.
Click to expand it.
css/ebi-global.scss
+
11
−
0
View file @
9a25f890
...
...
@@ -912,6 +912,7 @@ table .padding-none td
table
.padding-none
tbody
th
,
table
.padding-none
tbody
td
{
padding
:
0
;
border-spacing
:
0
;
}
table
.padding-small
th
,
table
.padding-small
td
...
...
@@ -920,6 +921,11 @@ table.padding-small tbody td,
table
.data-table
tbody
th
,
table
.data-table
tbody
td
{
padding
:
0rem
0
.2rem
0
.2rem
;
border-spacing
:
0
;
}
/* border lines on data tables without striping */
table
.no-stripe.data-table
tbody
td
{
border-top
:
1px
solid
$ebi-colour-light-grey
;
}
/* None 100% wide tables */
table
.data-table
,
...
...
@@ -928,11 +934,16 @@ table.width-auto { width: auto; }
table
.data-table
img
,
img
.stretch
{
height
:
inherit
;
}
/* align table cell text to top */
table
.data-table
th
,
table
.data-table
td
,
table
.align-top
td
,
table
td
.align-top
{
vertical-align
:
top
;
}
/* highlight table header background */
table
.data-table
thead
{
background
:
$ebi-colour-light-grey
;
}
/* wide screen support */
@media
screen
and
(
min-width
:
40em
)
{
...
...
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