Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
090f91d0
Commit
090f91d0
authored
Nov 25, 2016
by
FuryBean
Committed by
cinwell.li
Nov 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix empty text display in firefox. (#1347)
parent
46175263
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
packages/theme-default/src/table.css
packages/theme-default/src/table.css
+5
-3
packages/theme-default/src/tree.css
packages/theme-default/src/tree.css
+5
-3
No files found.
packages/theme-default/src/table.css
View file @
090f91d0
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
}
}
@e
empty-block
{
@e
empty-block
{
display
:
tabl
e
;
position
:
relativ
e
;
min-height
:
60px
;
min-height
:
60px
;
text-align
:
center
;
text-align
:
center
;
width
:
100%
;
width
:
100%
;
...
@@ -60,8 +60,10 @@
...
@@ -60,8 +60,10 @@
}
}
@e
empty-text
{
@e
empty-text
{
display
:
table-cell
;
position
:
absolute
;
vertical-align
:
middle
;
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
color
:
#5e6d82
;
color
:
#5e6d82
;
}
}
...
...
packages/theme-default/src/tree.css
View file @
090f91d0
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
border
:
1px
solid
#d3dce6
;
border
:
1px
solid
#d3dce6
;
@e
empty-block
{
@e
empty-block
{
display
:
tabl
e
;
position
:
relativ
e
;
min-height
:
60px
;
min-height
:
60px
;
text-align
:
center
;
text-align
:
center
;
width
:
100%
;
width
:
100%
;
...
@@ -16,8 +16,10 @@
...
@@ -16,8 +16,10 @@
}
}
@e
empty-text
{
@e
empty-text
{
display
:
table-cell
;
position
:
absolute
;
vertical-align
:
middle
;
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
color
:
#5e6d82
;
color
:
#5e6d82
;
}
}
}
}
...
...
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