mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
styling changes
This commit is contained in:
parent
c8649306d4
commit
b51a03ce9c
@ -86,7 +86,6 @@ let AccordionListItem = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
startPolling() {
|
startPolling() {
|
||||||
console.log('start polling');
|
|
||||||
// start polling until editions are defined
|
// start polling until editions are defined
|
||||||
let pollingIntervalIndex = setInterval(() => {
|
let pollingIntervalIndex = setInterval(() => {
|
||||||
EditionListActions.fetchEditionList(this.props.content.id)
|
EditionListActions.fetchEditionList(this.props.content.id)
|
||||||
|
@ -88,7 +88,7 @@ let AccordionListItemEditionWidget = React.createClass({
|
|||||||
}
|
}
|
||||||
else if(numEditions === 0) {
|
else if(numEditions === 0) {
|
||||||
return (
|
return (
|
||||||
<button className={classNames('btn', 'btn-default', 'btn-xs', this.props.className)}>
|
<button disabled className={classNames('btn', 'btn-default', 'btn-xs', this.props.className)}>
|
||||||
Creating Editions <span className="glyph-ascribe-spool-chunked spin"/>
|
Creating Editions <span className="glyph-ascribe-spool-chunked spin"/>
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
|
@ -59,8 +59,12 @@ $ascribe-accordion-list-font: 'Source Sans Pro';
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.accordion-list-item-header > a {
|
.accordion-list-item-header {
|
||||||
text-decoration: none;
|
margin-top:.65em;
|
||||||
|
|
||||||
|
> a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-accordion-list-loading {
|
.ascribe-accordion-list-loading {
|
||||||
|
Loading…
Reference in New Issue
Block a user