mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Styling
This commit is contained in:
parent
c7c83083d3
commit
702f1d29f3
@ -143,7 +143,8 @@ let AccordionListItemWallet = React.createClass({
|
||||
toggleCreateEditionsDialog={this.toggleCreateEditionsDialog}
|
||||
onPollingSuccess={this.onPollingSuccess}/>
|
||||
</AclProxy>
|
||||
</div>}>
|
||||
</div>}
|
||||
badge={this.getGlyphicon()}>
|
||||
{this.getCreateEditionsDialog()}
|
||||
{/* this.props.children is AccordionListItemTableEditions */}
|
||||
{this.props.children}
|
||||
|
@ -68,7 +68,7 @@ let AclInformation = React.createClass({
|
||||
};
|
||||
|
||||
let paragraphStyle = {
|
||||
margin: '0.1em',
|
||||
margin: '.5em',
|
||||
lineHeight: '15px',
|
||||
align: 'justify'
|
||||
};
|
||||
|
@ -485,10 +485,9 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header-ascribe {
|
||||
padding: 15px;
|
||||
border-bottom: none;
|
||||
min-height: 16.42857px;
|
||||
.modal-header {
|
||||
padding: 15px 15px 0 15px;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.error-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user