mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 11:01:14 +00:00
fix form and close UI
This commit is contained in:
parent
d4af41cbce
commit
c12696b7c5
@ -43,7 +43,9 @@ class SystemNotification extends React.Component {
|
||||
return (
|
||||
<div id="info-bar" className="d-flex justify-content-between">
|
||||
<p id="info-bar-info" className="m-0" dangerouslySetInnerHTML={{ __html: curNoteMsg }}></p>
|
||||
<button className="close sf2-icon-x1" title={gettext('Close')} aria-label={gettext('Close')} onClick={this.close}></button>
|
||||
<span title={gettext('Close')} aria-label={gettext('Close')} onClick={this.close} role="button">
|
||||
<i className="sf3-font sf3-font-x-01" aria-hidden="true"></i>
|
||||
</span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -4,9 +4,7 @@
|
||||
background: #fddaa4;
|
||||
}
|
||||
|
||||
#info-bar .close {
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
#info-bar .sf3-font-x-01 {
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user