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:
@@ -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>
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user