File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,14 @@ function delete_analysis(aname, analysis_id) {
61
61
function show_hide_process_list ( ) {
62
62
if ( $ ( "#qiita-main" ) . width ( ) == $ ( "#qiita-main" ) . parent ( ) . width ( ) ) {
63
63
$ ( "#qiita-main" ) . width ( "76%" ) ;
64
+ $ ( "#user-studies-table" ) . width ( "76%" ) ;
65
+ $ ( "#studies-table" ) . width ( "76%" ) ;
64
66
$ ( "#qiita-processing" ) . width ( "24%" ) ;
65
67
$ ( "#qiita-processing" ) . show ( ) ;
66
68
} else {
67
69
$ ( "#qiita-main" ) . width ( "100%" ) ;
70
+ $ ( "#user-studies-table" ) . width ( "100%" ) ;
71
+ $ ( "#studies-table" ) . width ( "100%" ) ;
68
72
$ ( "#qiita-processing" ) . width ( "0%" ) ;
69
73
$ ( "#qiita-processing" ) . hide ( ) ;
70
74
}
Original file line number Diff line number Diff line change 486
486
{% end %}
487
487
488
488
<!-- all templates should override this portion to present their main content -->
489
- < div id ="template-content " class ="container-fluid " style ="width:98 % ">
489
+ < div id ="template-content " class ="container-fluid " style ="width:97 % ">
490
490
{% block content %}{% end %}
491
491
</ div >
492
492
@@ -514,7 +514,7 @@ <h1>This site only works with the following browsers</h1>
514
514
</ div >
515
515
516
516
< div id ="qiita-processing " class ="pre-scrollable " style ="max-height: 100% ">
517
- < div id ="processing-jobs-table " style ="padding: 5px 5px; background-color: #DDD " ; ">
517
+ < div id ="processing-jobs-table " style ="padding: 5px 5px; ">
518
518
< h3 > Processing Jobs</ h3 >
519
519
Search: < input v-model ="search ">
520
520
< hr >
You can’t perform that action at this time.
0 commit comments