mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
padding and border added
This commit is contained in:
parent
70eedbabaf
commit
bb3670ef4d
@ -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">
|
||||
|
@ -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'
|
||||
}
|
||||
};
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user