Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MediaDBViewerAPI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BA_SI-Projekt
MediaDBViewerAPI
Commits
005e3f0a
Commit
005e3f0a
authored
Feb 29, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
d8e9627d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
responsive-tables.css
webapp/css/responsive-tables.css
+2
-2
No files found.
webapp/css/responsive-tables.css
View file @
005e3f0a
...
...
@@ -21,13 +21,13 @@ table td, table th { padding: 9px 10px; text-align: left; }
table
.responsive
{
margin-bottom
:
0
;
}
.pinned
{
position
:
absolute
;
left
:
0
;
top
:
0
;
background
:
#fff
;
width
:
7
0px
;
overflow
:
hidden
;
overflow-x
:
scroll
;
border-right
:
1px
solid
#ccc
;
border-left
:
1px
solid
#ccc
;
}
.pinned
{
position
:
absolute
;
left
:
0
;
top
:
0
;
background
:
#fff
;
width
:
10
0px
;
overflow
:
hidden
;
overflow-x
:
scroll
;
border-right
:
1px
solid
#ccc
;
border-left
:
1px
solid
#ccc
;
}
.pinned
table
{
border-right
:
none
;
border-left
:
none
;
width
:
100%
;
}
.pinned
table
th
,
.pinned
table
td
{
white-space
:
nowrap
;
}
.pinned
td
:last-child
{
border-bottom
:
0
;
}
div
.table-wrapper
{
position
:
relative
;
margin-bottom
:
20px
;
overflow
:
hidden
;
border-right
:
1px
solid
#ccc
;
}
div
.table-wrapper
div
.scrollable
{
margin-left
:
7
0px
;
}
div
.table-wrapper
div
.scrollable
{
margin-left
:
10
0px
;
}
div
.table-wrapper
div
.scrollable
{
overflow
:
scroll
;
overflow-y
:
hidden
;
}
table
.responsive
td
,
table
.responsive
th
{
position
:
relative
;
white-space
:
nowrap
;
overflow
:
hidden
;
}
...
...
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