1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 02:10:24 +00:00

optimized css style (#3439)

This commit is contained in:
杨顺强
2019-05-10 16:53:24 +08:00
committed by Daniel Pan
parent 4bff23ce8d
commit c813347030
2 changed files with 12 additions and 2 deletions

View File

@@ -82,9 +82,9 @@ class TransferDialog extends React.Component {
/> />
} }
{isPro && {isPro &&
<a href="#" onClick={this.onClick}>{this.state.transferToUser ? <span className="action-link" onClick={this.onClick}>{this.state.transferToUser ?
gettext('Transfer to department'): gettext('Transfer to user')} gettext('Transfer to department'): gettext('Transfer to user')}
</a> </span>
} }
</ModalBody> </ModalBody>
<ModalFooter> <ModalFooter>

View File

@@ -361,6 +361,16 @@ ul,ol,li {
font-size: 0.875rem; font-size: 0.875rem;
} }
/* action-link */
.action-link {
display: inline-block;
padding: 0.5rem 0;
text-decoration: underline;
color: #666;
cursor: pointer;
user-select: none;
}
/** Account info **/ /** Account info **/
#account { #account {
position:relative; position:relative;