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}
|
toggleCreateEditionsDialog={this.toggleCreateEditionsDialog}
|
||||||
onPollingSuccess={this.onPollingSuccess}/>
|
onPollingSuccess={this.onPollingSuccess}/>
|
||||||
</AclProxy>
|
</AclProxy>
|
||||||
</div>}>
|
</div>}
|
||||||
|
badge={this.getGlyphicon()}>
|
||||||
{this.getCreateEditionsDialog()}
|
{this.getCreateEditionsDialog()}
|
||||||
{/* this.props.children is AccordionListItemTableEditions */}
|
{/* this.props.children is AccordionListItemTableEditions */}
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
|
@ -68,7 +68,7 @@ let AclInformation = React.createClass({
|
|||||||
};
|
};
|
||||||
|
|
||||||
let paragraphStyle = {
|
let paragraphStyle = {
|
||||||
margin: '0.1em',
|
margin: '.5em',
|
||||||
lineHeight: '15px',
|
lineHeight: '15px',
|
||||||
align: 'justify'
|
align: 'justify'
|
||||||
};
|
};
|
||||||
|
@ -485,10 +485,9 @@ hr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header-ascribe {
|
.modal-header {
|
||||||
padding: 15px;
|
padding: 15px 15px 0 15px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
min-height: 16.42857px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-wrapper {
|
.error-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user