1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 17:02:47 +00:00

improved dialogs (#4505)

* improved dialogs

* redesigned 'share' dialog and 'folder permission' dialog for mobile
* improved 'API token' dialog

* [dialogs] modification for mobile

* [dialogs] improvement & bugfix
This commit is contained in:
llj
2020-04-04 14:32:11 +08:00
committed by GitHub
parent ab1babef38
commit 2796c7a648
11 changed files with 88 additions and 83 deletions

View File

@@ -248,7 +248,7 @@ class ShareToInvitePeople extends React.Component {
let { sharedItems, isSubmitting } = this.state;
return (
<Fragment>
<table className="table-thead-hidden">
<table className="table-thead-hidden w-xs-200">
<thead>
<tr>
<th width="50%">{gettext('Invite Guest')}</th>
@@ -290,7 +290,7 @@ class ShareToInvitePeople extends React.Component {
</tbody>
</table>
<div className="share-list-container">
<table>
<table className="w-xs-200">
<thead>
<tr>
<th width="25%">{gettext('Email')}</th>