1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00

padding and border added

This commit is contained in:
Cevo 2015-10-07 13:52:30 +02:00
parent 70eedbabaf
commit bb3670ef4d
2 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,6 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#48DACB">
<title>ascribe</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
<link rel="stylesheet" href="<%= BASE_URL %>static/css/main.css">

View File

@ -85,8 +85,11 @@ let AclInformationButton = React.createClass({
border: 'none'
},
dropdownListStyle: {
textAlign: 'left',
width: '80.8%'
textAlign: 'justify',
width: '80.8%',
border: '1px solid #CCC',
backgroundColor: 'white',
padding: '0.5em'
}
};
},