Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
0e00e83b
Commit
0e00e83b
authored
Mar 01, 2016
by
marc
Committed by
Mathieu Giraud
Mar 09, 2016
Browse files
css: give database window more space
parent
ee82e2df
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/css/dark.css
View file @
0e00e83b
...
...
@@ -368,6 +368,7 @@ line {
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
padding
:
2px
;
}
#list_data
{
...
...
@@ -587,6 +588,7 @@ line {
font-size
:
70%
;
letter-spacing
:
.428em
;
/* (1-.7) / .7 */
left
:
.214em
;
}
.highlight
{
...
...
@@ -780,8 +782,8 @@ a:hover {
}
.closeButton
{
position
:
absolute
;
top
:
-12
px
;
right
:
-12
px
;
top
:
0
px
;
right
:
0
px
;
border
:
solid
;
background
:
inherit
;
border-radius
:
20px
;
...
...
@@ -953,18 +955,25 @@ span.logo {
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
right
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
/* IE6-9 */
width
:
180px
;
height
:
8px
;
margin-top
:
4px
;
...
...
@@ -1175,16 +1184,14 @@ span.warningReads {
}
.db_div
{
z-index
:
5
;
border
:
solid
;
position
:
fixed
;
top
:
20px
;
left
:
50%
;
width
:
80%
;
height
:
calc
(
100%
-
50px
);
top
:
35px
;
width
:
100%
;
height
:
calc
(
100%
-
35px
);
font-size
:
14px
;
background
:
#000000
;
display
:
none
;
left
:
1
0%
;
left
:
0%
;
}
.db_msg
{
margin
:
15px
;
...
...
@@ -1427,18 +1434,18 @@ span.warningReads {
.flash_1
,
.log_1
{
font-weight
:
bold
;
background-color
:
#
DFF0D
8
;
background-color
:
#
dff0d
8
;
}
.flash_2
,
.log_2
{
font-weight
:
bold
;
background-color
:
#
F2DEAE
;
background-color
:
#
f2deae
;
}
.flash_3
,
.log_3
{
font-weight
:
bold
;
border-color
:
darkred
;
background-color
:
#
F2DEDE
;
background-color
:
#
f2dede
;
}
select
>
option
:hover
{
background-color
:
#333333
;
...
...
@@ -1538,7 +1545,7 @@ table.log textarea {
flex-grow
:
1
;
}
.tagColor0
{
background
:
#
DC
322
F
;
background
:
#
dc
322
f
;
}
.tagColor1
{
background
:
#cb4b16
;
...
...
@@ -1575,15 +1582,15 @@ table.log textarea {
text-align
:
center
;
}
.urgent_message
{
border
:
2px
solid
darkred
;
border
:
2px
solid
#8b0000
;
margin
:
3px
;
font-weight
:
bold
;
background-color
:
#
F2DEDE
;
background-color
:
#
f2dede
;
}
.info_message
{
border
:
1px
solid
#333333
;
margin
:
4px
;
background-color
:
#
DFF0D
8
;
background-color
:
#
dff0d
8
;
}
.notification
{
padding
:
3px
;
...
...
browser/css/light.css
View file @
0e00e83b
...
...
@@ -368,6 +368,7 @@ line {
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
padding
:
2px
;
}
#list_data
{
...
...
@@ -587,6 +588,7 @@ line {
font-size
:
70%
;
letter-spacing
:
.428em
;
/* (1-.7) / .7 */
left
:
.214em
;
}
.highlight
{
...
...
@@ -780,8 +782,8 @@ a:hover {
}
.closeButton
{
position
:
absolute
;
top
:
-12
px
;
right
:
-12
px
;
top
:
0
px
;
right
:
0
px
;
border
:
solid
;
background
:
inherit
;
border-radius
:
20px
;
...
...
@@ -953,18 +955,25 @@ span.logo {
background
:
#3d24b6
;
background
:
-moz-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* FF3.6+ */
background
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
color-stop
(
0%
,
#3d24b6
),
color-stop
(
10%
,
#2448b5
),
color-stop
(
20%
,
#2487b8
),
color-stop
(
30%
,
#24b7ab
),
color-stop
(
40%
,
#24b86e
),
color-stop
(
50%
,
#24b730
),
color-stop
(
60%
,
#55b824
),
color-stop
(
70%
,
#92b724
),
color-stop
(
80%
,
#b89f24
),
color-stop
(
90%
,
#b25f23
),
color-stop
(
100%
,
#b82424
));
/* Chrome,Safari4+ */
background
:
-webkit-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Chrome10+,Safari5.1+ */
background
:
-o-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* Opera 11.10+ */
background
:
-ms-linear-gradient
(
left
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* IE10+ */
background
:
linear-gradient
(
to
right
,
#3d24b6
0%
,
#2448b5
10%
,
#2487b8
20%
,
#24b7ab
30%
,
#24b86e
40%
,
#24b730
50%
,
#55b824
60%
,
#92b724
70%
,
#b89f24
80%
,
#b25f23
90%
,
#b82424
100%
);
/* W3C */
filter
:
"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d24b6', endColorstr='#b82424',GradientType=1 )"
;
/* IE6-9 */
width
:
180px
;
height
:
8px
;
margin-top
:
4px
;
...
...
@@ -1175,16 +1184,14 @@ span.warningReads {
}
.db_div
{
z-index
:
5
;
border
:
solid
;
position
:
fixed
;
top
:
20px
;
left
:
50%
;
width
:
80%
;
height
:
calc
(
100%
-
50px
);
top
:
35px
;
width
:
100%
;
height
:
calc
(
100%
-
35px
);
font-size
:
14px
;
background
:
#ffffff
;
display
:
none
;
left
:
1
0%
;
left
:
0%
;
}
.db_msg
{
margin
:
15px
;
...
...
@@ -1427,18 +1434,18 @@ span.warningReads {
.flash_1
,
.log_1
{
font-weight
:
bold
;
background-color
:
#
DFF0D
8
;
background-color
:
#
dff0d
8
;
}
.flash_2
,
.log_2
{
font-weight
:
bold
;
background-color
:
#
F2DEAE
;
background-color
:
#
f2deae
;
}
.flash_3
,
.log_3
{
font-weight
:
bold
;
border-color
:
darkred
;
background-color
:
#
F2DEDE
;
background-color
:
#
f2dede
;
}
select
>
option
:hover
{
background-color
:
#cccccc
;
...
...
@@ -1538,7 +1545,7 @@ table.log textarea {
flex-grow
:
1
;
}
.tagColor0
{
background
:
#
DC
322
F
;
background
:
#
dc
322
f
;
}
.tagColor1
{
background
:
#cb4b16
;
...
...
@@ -1575,15 +1582,15 @@ table.log textarea {
text-align
:
center
;
}
.urgent_message
{
border
:
2px
solid
darkred
;
border
:
2px
solid
#8b0000
;
margin
:
3px
;
font-weight
:
bold
;
background-color
:
#
F2DEDE
;
background-color
:
#
f2dede
;
}
.info_message
{
border
:
1px
solid
#cccccc
;
margin
:
4px
;
background-color
:
#
DFF0D
8
;
background-color
:
#
dff0d
8
;
}
.notification
{
padding
:
3px
;
...
...
browser/css/vidjil.less
View file @
0e00e83b
...
...
@@ -930,8 +930,8 @@ a:hover {
.closeButton{
position: absolute;
top:
-12
px;
right:
-12
px;
top:
0
px;
right:
0
px;
border: solid;
background: inherit;
border-radius: 20px;
...
...
@@ -1350,16 +1350,14 @@ span.warningReads {
.db_div{
z-index:5;
border:solid;
position: fixed;
top: 20px;
left:50% ;
width:80%;
height: calc(~"100% - 50px");
top: 35px;
width:100%;
height: calc(~"100% - 35px");
font-size: 14px;
background: @background;
display:none;
left:
1
0%;
left: 0%;
}
.db_msg{
...
...
Write
Preview
Supports
Markdown
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