Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
0bb49907
Commit
0bb49907
authored
Oct 19, 2015
by
Fabian-Andree Heidemann
Browse files
[mainGUI] add missing changes for .css of commit: 5708a60d28bd
parent
7e152327
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/static/css/index.css
View file @
0bb49907
...
...
@@ -121,5 +121,5 @@ body>.blocker{visibility:hidden!important;opacity:0!important}
.modal
>
.modal-dialog
{
position
:
relative
;
height
:
100%
;
width
:
100%
;
margin
:
0
;
overflow
:
hidden
}
.modal
>
.modal-dialog
>
.modal-content
{
margin
:
40px
auto
;
min-width
:
300px
;
max-width
:
75%
;
width
:
600px
;
max-height
:
calc
(
100%
-
50px
);
overflow
:
hidden
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-webkit-flex-direction
:
column
;
-ms-flex-direction
:
column
;
flex-direction
:
column
}
.modal
>
.modal-dialog
>
.modal-content
>
.modal-footer
,
.modal
>
.modal-dialog
>
.modal-content
>
.modal-header
{
-webkit-box-flex
:
0
;
-webkit-flex
:
none
;
-ms-flex
:
none
;
flex
:
none
}
.modal
>
.modal-dialog
>
.modal-content
>
.modal-body
{
overflow-y
:
auto
;
-webkit-box-flex
:
1
;
-webkit-flex
:
auto
;
-ms-flex
:
auto
;
flex
:
auto
}
.modal
>
.modal-dialog
>
.modal-content
>
.modal-body
{
overflow-
x
:
hidden
;
overflow-
y
:
auto
;
-webkit-box-flex
:
1
;
-webkit-flex
:
auto
;
-ms-flex
:
auto
;
flex
:
auto
}
.bootbox.modal
{
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
padding-top
:
40px
;
background-color
:
transparent
;
overflow
:
auto
;
outline
:
0
}
\ No newline at end of file
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