diff --git a/frontend/src/components/common/account.js b/frontend/src/components/common/account.js index 080712842b..e05c5ee7e2 100644 --- a/frontend/src/components/common/account.js +++ b/frontend/src/components/common/account.js @@ -129,7 +129,7 @@ class Account extends Component {
-

{gettext('Used')}: {this.state.quotaUsage} / {this.state.quotaTotal}

+

{gettext('Used:')}{' '}{this.state.quotaUsage} / {this.state.quotaTotal}

diff --git a/frontend/src/components/dialog/list-taggedfiles-dialog.js b/frontend/src/components/dialog/list-taggedfiles-dialog.js index 789808be04..8e86845418 100644 --- a/frontend/src/components/dialog/list-taggedfiles-dialog.js +++ b/frontend/src/components/dialog/list-taggedfiles-dialog.js @@ -50,8 +50,8 @@ class ListTaggedFilesDialog extends React.Component { {gettext('Tagged Files')} - - +
+ diff --git a/frontend/src/components/shared-repo-list-view/shared-repo-list-view.js b/frontend/src/components/shared-repo-list-view/shared-repo-list-view.js index b340d166ea..fc5be35bd8 100644 --- a/frontend/src/components/shared-repo-list-view/shared-repo-list-view.js +++ b/frontend/src/components/shared-repo-list-view/shared-repo-list-view.js @@ -51,8 +51,8 @@ class SharedRepoListView extends React.Component { renderPCUI = () => { let isShowTableThread = this.props.isShowTableThread !== undefined ? this.props.isShowTableThread : true; return ( -
{gettext('Name')} {gettext('Size')}
- +
+
{gettext("Library Type")} {gettext("Name")} @@ -76,8 +76,8 @@ class SharedRepoListView extends React.Component { renderMobileUI = () => { let isShowTableThread = this.props.isShowTableThread !== undefined ? this.props.isShowTableThread : true; return ( - - +
+
{gettext("Library Type")} diff --git a/frontend/src/components/toolbar/groups-toolbar.js b/frontend/src/components/toolbar/groups-toolbar.js index 2e0ee34315..1418444e57 100644 --- a/frontend/src/components/toolbar/groups-toolbar.js +++ b/frontend/src/components/toolbar/groups-toolbar.js @@ -24,7 +24,7 @@ class GroupsToolbar extends React.Component {
{this.props.libraryType !== 'group' && ( diff --git a/frontend/src/pages/groups/group-view.js b/frontend/src/pages/groups/group-view.js index c043b46e2f..2be30c750c 100644 --- a/frontend/src/pages/groups/group-view.js +++ b/frontend/src/pages/groups/group-view.js @@ -308,8 +308,7 @@ class GroupView extends React.Component {
diff --git a/frontend/src/pages/shared-with-all/public-shared-view.js b/frontend/src/pages/shared-with-all/public-shared-view.js index 1fe282703d..88d91f7a10 100644 --- a/frontend/src/pages/shared-with-all/public-shared-view.js +++ b/frontend/src/pages/shared-with-all/public-shared-view.js @@ -160,8 +160,7 @@ class PublicSharedView extends React.Component {
- - {gettext('Add Library')} + {gettext('Add Library')} {gettext('Share existing libraries')} diff --git a/frontend/src/pages/wikis/wikis.js b/frontend/src/pages/wikis/wikis.js index 069591301e..b46a67bb22 100644 --- a/frontend/src/pages/wikis/wikis.js +++ b/frontend/src/pages/wikis/wikis.js @@ -123,16 +123,9 @@ class Wikis extends Component {
- - - {' '}{gettext('Add Wiki')} + + + {gettext('Add Wiki')} {gettext('New Wiki')} diff --git a/media/css/seahub_react.css b/media/css/seahub_react.css index 7f2fa75010..36ad31fb28 100644 --- a/media/css/seahub_react.css +++ b/media/css/seahub_react.css @@ -321,7 +321,6 @@ ul,ol,li { .action-icon, .attr-action-icon { - margin-right: 0.25rem; color:#888; } @@ -822,11 +821,11 @@ table { table tr { height: 2.1875rem; - border-bottom: 1px solid #eee; } table th, table td { padding: 0.3125rem 0.1875rem; + border-bottom: 1px solid #eee; } table th {