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
2aeac57b
Commit
2aeac57b
authored
Aug 11, 2017
by
Benjamin Fischer
Browse files
FileManager: added spacing after bookmark label
parent
a5d2d368
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file2/static/css/style.css
View file @
2aeac57b
...
...
@@ -16,7 +16,7 @@
.file2.browser
>
.navigation-bar
>
.divider
{
-webkit-box-flex
:
0
;
-webkit-flex
:
0
0
0px
;
-ms-flex
:
0
0
0px
;
flex
:
0
0
0px
;
height
:
15px
;
border
:
1px
solid
#888
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
{
-webkit-box-flex
:
0
;
-webkit-flex
:
0
0
30px
;
-ms-flex
:
0
0
30px
;
flex
:
0
0
30px
;
text-align
:
center
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
.bookmark-item
>
a
{
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-ms-flexbox
;
display
:
flex
;
vertical-align
:
middle
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
.bookmark-item
>
a
>
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
0
1px
;
-ms-flex
:
1
0
1px
;
flex
:
1
0
1px
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
.bookmark-item
>
a
>
div
{
-webkit-box-flex
:
1
;
-webkit-flex
:
1
0
1px
;
-ms-flex
:
1
0
1px
;
flex
:
1
0
1px
;
margin-right
:
.2em
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
.bookmark-item
>
a
>
div
>
input
{
border
:
0
;
padding
:
0
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
.bookmark-item
>
a
>
span
{
-webkit-box-flex
:
0
;
-webkit-flex
:
0
0
15px
;
-ms-flex
:
0
0
15px
;
flex
:
0
0
15px
;
opacity
:
.5
}
.file2.browser
>
.navigation-bar
>
.bookmark-button
.bookmark-item
>
a
>
span
:hover
{
opacity
:
1
}
...
...
vispa/extensions/file2/static/css/style.less
View file @
2aeac57b
...
...
@@ -104,6 +104,7 @@
border: 0px;
padding: 0px;
}
margin-right: 0.2em;
}
> span {
flex: 0 0 15px;
...
...
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