Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
0d15ca45
Commit
0d15ca45
authored
Aug 11, 2017
by
Benjamin Fischer
Browse files
FileManager: fixed underscores not showing up in icon view
parent
a332fb2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file2/static/css/style.css
View file @
0d15ca45
...
...
@@ -68,7 +68,7 @@
.file2.browser
>
.item-container.icons
>
.items
>
.item
>
.icon
>
i
{
font-size
:
2.875em
}
.file2.browser
>
.item-container.icons
>
.items
>
.item
>
.icon
>
input
{
width
:
1.25em
;
height
:
1.25em
;
position
:
absolute
;
top
:
0
;
left
:
0
;
margin
:
0
;
opacity
:
.2
}
.file2.browser
>
.item-container.icons
>
.items
>
.item
>
.icon
>
input
:checked
{
opacity
:
1
}
.file2.browser
>
.item-container.icons
>
.items
>
.item
>
.name
{
text-align
:
center
;
overflow-wrap
:
break-word
;
display
:
block
;
display
:
-webkit-box
;
max-height
:
3.45em
;
marg
in
:
.15em
;
line-height
:
1.15em
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
text-overflow
:
ellipsis
}
.file2.browser
>
.item-container.icons
>
.items
>
.item
>
.name
{
text-align
:
center
;
overflow-wrap
:
break-word
;
display
:
block
;
display
:
-webkit-box
;
max-height
:
3.45em
;
padd
in
g
:
.15em
;
line-height
:
1.15em
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
text-overflow
:
ellipsis
}
.file2.browser
>
.filter
{
position
:
absolute
;
background
:
#fff
;
z-index
:
25
;
bottom
:
0
;
left
:
25px
;
border
:
1px
solid
#000
;
border-radius
:
3px
3px
0
0
;
border-bottom
:
0
;
padding
:
2px
}
.file2.browser
>
.filter
>
.count
{
display
:
inline-block
;
min-width
:
35px
;
padding
:
0
1px
}
.file2.browser
>
.filter
>
.count
>
i
{
margin
:
0
2px
}
...
...
vispa/extensions/file2/static/css/style.less
View file @
0d15ca45
...
...
@@ -323,7 +323,7 @@
display: -webkit-box;
// max-width: 100%;
max-height: @icons-line-height * @icons-max-lines;
marg
in: 0.15em;
padd
in
g
: 0.15em;
line-height: @icons-line-height;
-webkit-line-clamp: @icons-max-lines;
-webkit-box-orient: vertical;
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment