@@ -32,18 +32,19 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
32
32
< th class ="mdl-data-table__cell--non-numeric " style ="min-width: 70px; vertical-align: middle; padding-left: 9px ">
33
33
< div align ="center " style ="position:relative "> < big > Tensor</ big > </ div > </ th >
34
34
< th class ="mdl-data-table__cell--non-numeric " style ="width: 100%; padding-left: 0px; vertical-align: middle; text-align: left ">
35
- < big id ="formatHeading ">
36
- Format
37
- </ big >
38
- < big class ="optional-header " style ="padding-left: 96px ">
39
- (Level Formats)
40
- </ big >
41
- < big >
42
- < button class ="help-btn js-modal-trigger mdl-button mdl-js-button mdl-button--icon " data-target ="modal-level-formats "> < i class ="material-icons " style ="font-size:20px "> help_outline</ i >
43
- </ button >
35
+ < div style ="display: flex ">
36
+ < div style ="width: 190px ">
37
+ < big style ="text-align: center; display: inline-block; width: 100% ">
38
+ Format
39
+ < button class ="help-btn help-btn-alternate js-modal-trigger mdl-button mdl-js-button mdl-button--icon " data-target ="modal-level-formats "> < i class ="material-icons " style ="font-size: 20px "> help_outline</ i > </ button >
40
+ </ big >
41
+ </ div >
42
+ < big class ="optional-header " style ="padding-left: 28px ">
43
+ (Level Formats)
44
+ < button class ="help-btn js-modal-trigger mdl-button mdl-js-button mdl-button--icon " data-target ="modal-level-formats "> < i class ="material-icons " style ="font-size: 20px "> help_outline</ i > </ button >
45
+ </ big >
44
46
< div id ="modal-level-formats " class ="modal ">
45
47
< div class ="modal-background "> </ div >
46
-
47
48
< div class ="modal-content ">
48
49
< div class ="box ">
49
50
< p >
@@ -79,10 +80,9 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
79
80
</ p >
80
81
</ div >
81
82
</ div >
82
-
83
83
< button class ="modal-close is-large " aria-label ="close "> </ button >
84
84
</ div >
85
- </ big >
85
+ </ div >
86
86
</ th >
87
87
</ tr >
88
88
</ thead >
@@ -107,19 +107,23 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
107
107
< tr >
108
108
< th class ="mdl-data-table__cell--non-numeric "> </ th >
109
109
< th class ="mdl-data-table__cell--non-numeric " style ="padding-left: 0px; padding-right: 8px; vertical-align: middle; text-align: left ">
110
- < big style ="padding-left: 10px ">
111
- Scheduling Command
112
- </ big >
113
- < big >
114
- < button class ="help-btn mdl-button mdl-js-button mdl-button--icon ">
115
- < a target ="_blank " rel ="noopener noreferrer " href ="http://tensor-compiler.org/docs/scheduling/index.html ">
116
- < i class ="material-icons " style ="font-size: 20px; color: black "> help_outline</ i >
117
- </ a >
118
- </ button >
119
- </ big >
120
- < big class ="optional-header " style ="padding-left: 34px ">
121
- Arguments
122
- </ big >
110
+ < div style ="display: flex ">
111
+ < div style ="width: 200px ">
112
+ < big style ="text-align: center; display: inline-block; width: 100% ">
113
+ Scheduling Command
114
+ < button class ="help-btn mdl-button mdl-js-button mdl-button--icon ">
115
+ < a target ="_blank " rel ="noopener noreferrer " href ="http://tensor-compiler.org/docs/scheduling/index.html ">
116
+ < i class ="material-icons " style ="font-size: 20px; color: black "> help_outline</ i >
117
+ </ a >
118
+ </ button >
119
+ </ big >
120
+ </ div >
121
+ < div >
122
+ < big class ="optional-header " style ="padding-left: 28px ">
123
+ Arguments
124
+ </ big >
125
+ </ div >
126
+ </ div >
123
127
</ th >
124
128
</ tr >
125
129
</ thead >
0 commit comments