fix(header): fix advanced search

This commit is contained in:
Alexey Kasyanchuk 2018-05-12 12:26:47 +03:00
parent f238920e03
commit 8423f19a74
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export default class AdvancedSearchControl extends Component {
}
render() {
return (
<div className='column w100p' style={{maxWidth: 750, overflow: 'hidden', padding: '0px 18px 15px'}}>
<div className='column w100p' style={{maxWidth: 750, overflow: 'hidden', padding: '0px 18px 15px', background: 'white', borderRadius: 3}}>
<SelectField
floatingLabelText="Filter content type"
value={this.state.type}

View File

@ -27,7 +27,7 @@ export default class TorrentsStatistic extends Component {
render()
{
return (
<div className='column w100p counter-statistic' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4, marginTop: 2}}>
<div className='column w100p counter-statistic' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4, marginTop: 2, marginBottom: 100}}>
<div className='row w100p' style={{backgroundColor: 'rgba(0,0,0,0.7)', padding: 8, borderRadius: 4}}>
<div className='row inline' style={{color: '#e5f442', fontSize: '1.15em', fill: '#e5f442'}}>
<svg viewBox="0 0 60 60">