diff --git a/src/browser/settings.jsx b/src/browser/settings.jsx index 8dd78756..54345293 100644 --- a/src/browser/settings.jsx +++ b/src/browser/settings.jsx @@ -207,13 +207,23 @@ var SettingsPage = React.createClass({ const settingsPage = { navbar: { - backgroundColor: '#fff' + backgroundColor: '#fff', + }, + close: { + position: 'absolute', + right: '0', + top: '20px', + fontSize: '1.3em', + fontWeight: 'normal', + color: '#bbb', + cursor: 'pointer' }, heading: { textAlign: 'center', fontSize: '24px', margin: '0', - padding: '1em 0' + padding: '1em 0', + position: 'relative' }, sectionHeading: { fontSize: '20px', @@ -242,9 +252,14 @@ var SettingsPage = React.createClass({ return (
-

Settings

+

+ Settings +
+ × +
+

- +

Team Management

@@ -257,8 +272,11 @@ var SettingsPage = React.createClass({
{ options_row }
-
+ + + +