File tree 4 files changed +14
-9
lines changed
4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 84
84
.wp50 {
85
85
width : 50px ;
86
86
}
87
+ .wp60 {
88
+ width : 60px ;
89
+ }
87
90
.wp80 {
88
91
width : 80px ;
89
92
}
Original file line number Diff line number Diff line change 47
47
.fileNavigationPage-inner {
48
48
float : right;
49
49
display : grid;
50
- grid-template-rows : 30px auto min-content;
50
+ /* grid-template-rows: 30px auto min-content; */
51
+ grid-template-rows : min-content auto min-content;
51
52
width : 80% ;
52
53
height : 100% ;
53
54
}
107
108
}
108
109
.fileNavigationPage-menu {
109
110
min-height : 30px ;
110
- height : 6% ;
111
+ /* height: 6%; */
112
+ height : fit-content;
111
113
padding-left : 10px ;
112
114
background-color : # EEE ;
113
115
border : 1px solid # ddd ;;
127
129
justify-content : center;
128
130
}
129
131
.fileNavigationPage-menu-block {
130
- margin-left : 10px ;
132
+ padding : 0 35 px 0 10px ;
131
133
display : flex;
132
134
flex-direction : column;
133
135
justify-content : center;
192
194
.fileNavigationPage-closedBtn {
193
195
position : fixed;
194
196
z-index : 3 ;
195
- right : 5 px ;
197
+ right : 10 px ;
196
198
width : 20px ;
197
199
height : 20px ;
198
200
line-height : 20px ;
199
- top : 5 px ;
201
+ top : 3 px ;
200
202
text-align : center;
201
203
}
202
204
.fileNavigationPage-closedBtn : hover {
Original file line number Diff line number Diff line change 16
16
style ='display: flex;
17
17
flex-direction: column;
18
18
justify-content: center; '>
19
- < div >
19
+ < div class =" wp60 " >
20
20
< button class ='btn btn-default fileNavigationPage-btn-prev '
21
21
style ='padding: 2px 8px; '>
22
22
< i class ="fa fa-chevron-left " aria-hidden ="true "> </ i >
41
41
</ div >
42
42
</ div >
43
43
</ div >
44
- < div class ='fileNavigationPage-closedBtn '> X </ div >
44
+ < div class ='fileNavigationPage-closedBtn '> < img src =" /nbextensions/visualpython/resource/close_big.svg " > </ div >
45
45
< div class ='fileNavigationPage-directory-container '>
46
46
47
47
< div class ='fileNavigationPage-body '> </ div >
Original file line number Diff line number Diff line change 13
13
< div class ='fileNavigationPage-menu '>
14
14
15
15
< div class ="btn-group " id ="move_up_down ">
16
- < div >
16
+ < div class =" wp60 " >
17
17
< button class ='btn btn-default fileNavigationPage-btn-prev '
18
18
style ='padding: 2px 8px; '>
19
19
< i class ="fa fa-chevron-left " aria-hidden ="true "> </ i >
38
38
</ div >
39
39
</ div >
40
40
</ div >
41
- < div class ='fileNavigationPage-closedBtn '> X </ div >
41
+ < div class ='fileNavigationPage-closedBtn '> < img src =" /nbextensions/visualpython/resource/close_big.svg " > </ div >
42
42
< div class ='fileNavigationPage-directory-container '>
43
43
44
44
< div class ='fileNavigationPage-body '> </ div >
You can’t perform that action at this time.
0 commit comments