pixel pushed buttons at top

This commit is contained in:
dzannotti 2015-08-11 23:09:04 +01:00
parent e222f98be6
commit 476122253f
2 changed files with 9 additions and 7 deletions

View File

@ -13,15 +13,14 @@ const styles = {
fontSize: '0.95em'
},
buttonBar: {
height: 45,
marginBottom: 1,
paddingLeft: 2
height: 40,
textAlign: 'center'
},
elements: {
position: 'absolute',
left: 0,
right: 0,
top: 27,
top: 40,
bottom: 0,
overflowX: 'hidden',
overflowY: 'auto'

View File

@ -2,11 +2,14 @@ import React from 'react';
const styles = {
base: {
paddingTop: 3,
paddingBottom: 3,
marginTop: 5,
marginLeft: 4,
minWidth: 40,
paddingLeft: 6,
paddingRight: 6,
marginTop: 2,
height: 30,
borderRadius: 4,
lineHeight: "30px",
display: 'inline-block',
fontSize: '0.8em'
}