Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Framework
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
3
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
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
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
Sandeep Kadam
EBI-Framework
Commits
1a5cf2ed
Commit
1a5cf2ed
authored
8 years ago
by
khawkins98
Browse files
Options
Downloads
Patches
Plain Diff
Tweak
parent
9a25f890
No related branches found
Branches containing commit
Tags
v1.1.13
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
css/ebi-global.css
+8
-3
8 additions, 3 deletions
css/ebi-global.css
css/ebi-global.min.css
+1
-1
1 addition, 1 deletion
css/ebi-global.min.css
css/ebi-global.scss
+6
-1
6 additions, 1 deletion
css/ebi-global.scss
with
15 additions
and
5 deletions
css/ebi-global.css
+
8
−
3
View file @
1a5cf2ed
...
...
@@ -1100,11 +1100,17 @@ table.no-stripe tbody tr:nth-child(even) {
/* Data table solutions */
/* Tables with custom padding */
table
.padding-none
{
border-spacing
:
0
;
}
table
.padding-none
th
,
table
.padding-none
td
table
.padding-none
tbody
th
,
table
.padding-none
tbody
td
{
padding
:
0
;
padding
:
0
;
}
table
.data-table
,
table
.padding-small
{
border-spacing
:
0
;
}
table
.padding-small
th
,
...
...
@@ -1113,8 +1119,7 @@ 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
;
border-spacing
:
0
;
}
padding
:
0rem
0.2rem
0.2rem
;
}
/* border lines on data tables without striping */
table
.no-stripe.data-table
tbody
td
{
...
...
This diff is collapsed.
Click to expand it.
css/ebi-global.min.css
+
1
−
1
View file @
1a5cf2ed
This diff is collapsed.
Click to expand it.
css/ebi-global.scss
+
6
−
1
View file @
1a5cf2ed
...
...
@@ -907,11 +907,17 @@ table.no-stripe tbody tr:nth-child(even) { background-color: #fff; }
/* Data table solutions */
/* Tables with custom padding */
table
.padding-none
{
border-spacing
:
0
;
}
table
.padding-none
th
,
table
.padding-none
td
table
.padding-none
tbody
th
,
table
.padding-none
tbody
td
{
padding
:
0
;
}
table
.data-table
,
table
.padding-small
{
border-spacing
:
0
;
}
table
.padding-small
th
,
...
...
@@ -921,7 +927,6 @@ 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
{
...
...
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