Fixed positioning of footer bar on empty course list; updated import-export UI and added auto-close for popups
This commit is contained in:
24
popup.html
24
popup.html
@@ -55,27 +55,25 @@
|
||||
</div>
|
||||
|
||||
<button id="search-class" class="matbut">Search</button>
|
||||
|
||||
</div>
|
||||
|
||||
<button title='Export' style="background-color:white; display:none;" class="settingsbut" id='export'>
|
||||
<i style='color:#FF0000' class="material-icons">
|
||||
arrow_downward
|
||||
</i>
|
||||
</button>
|
||||
|
||||
<button title='Import' style="background-color:white; display:none;" class="settingsbut" id='import'>
|
||||
<i style='color:#FF0000' ; class="material-icons">
|
||||
arrow_upward
|
||||
</i>
|
||||
</button>
|
||||
|
||||
<button title='Import/Export' style="background-color:white;" class="settingsbut" id='impexp'>
|
||||
<i style='color:#FF9800' class="material-icons">
|
||||
import_export
|
||||
</i>
|
||||
</button>
|
||||
|
||||
<div id="import-export-popup" class="hide">
|
||||
<div class="flex-container">
|
||||
<button id="import-class" class="simple-menu-option">
|
||||
<i class="material-icons">file_upload</i>Import Classes
|
||||
</button>
|
||||
<button id="export-class" class="simple-menu-option">
|
||||
<i class="material-icons">file_download</i>Export Classes
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button title='Options' style="background-color:white; margin-right: 0px;" class="settingsbut" id='open'>
|
||||
<i style='color:#FF9800' class="material-icons">
|
||||
settings
|
||||
|
||||
Reference in New Issue
Block a user