@@ -32,18 +32,19 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
3232 < th class ="mdl-data-table__cell--non-numeric " style ="min-width: 70px; vertical-align: middle; padding-left: 9px ">
3333 < div align ="center " style ="position:relative "> < big > Tensor</ big > </ div > </ th >
3434 < 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 >
4446 < div id ="modal-level-formats " class ="modal ">
4547 < div class ="modal-background "> </ div >
46-
4748 < div class ="modal-content ">
4849 < div class ="box ">
4950 < p >
@@ -79,10 +80,9 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
7980 </ p >
8081 </ div >
8182 </ div >
82-
8383 < button class ="modal-close is-large " aria-label ="close "> </ button >
8484 </ div >
85- </ big >
85+ </ div >
8686 </ th >
8787 </ tr >
8888 </ thead >
@@ -107,19 +107,23 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
107107 < tr >
108108 < th class ="mdl-data-table__cell--non-numeric "> </ th >
109109 < 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 >
123127 </ th >
124128 </ tr >
125129 </ thead >
0 commit comments