Pages now utilize all available width

This commit is contained in:
Itay Mizeretz 2017-10-15 13:25:26 +03:00
parent 875b7cb3a1
commit c8df03355b
6 changed files with 6 additions and 6 deletions

View File

@ -107,7 +107,7 @@ class ConfigurePageComponent extends React.Component {
}
return (
<Col xs={8}>
<Col xs={12}>
<h1 className="page-title">Monkey Configuration</h1>
<Nav bsStyle="tabs" justified
activeKey={this.state.selectedSection} onSelect={this.setSelectedSection}

View File

@ -12,7 +12,7 @@ class ReadMePageComponent extends React.Component {
render() {
return (
<Col xs={8}>
<Col xs={12}>
<h1 className="page-title">Read Me</h1>
<div dangerouslySetInnerHTML={{__html: marked(markdown)}} className="markdown-body">
</div>

View File

@ -8,7 +8,7 @@ class ReportPageComponent extends React.Component {
render() {
return (
<Col xs={8}>
<Col xs={12}>
<h1 className="page-title">Penetration Test Report</h1>
<div style={{'fontSize': '1.5em'}}>
<p>

View File

@ -121,7 +121,7 @@ class RunMonkeyPageComponent extends React.Component {
render() {
return (
<Col xs={8}>
<Col xs={12}>
<h1 className="page-title">Run the Monkey</h1>
<p style={{'fontSize': '1.2em', 'marginBottom': '2em'}}>
You can run the monkey on the C&C server, on your local machine and basically everywhere.

View File

@ -16,7 +16,7 @@ class RunServerPageComponent extends React.Component {
render() {
return (
<Col xs={8}>
<Col xs={12}>
<h1 className="page-title">Monkey Island C&C Server</h1>
<div style={{'fontSize': '1.5em'}}>
<p>Your Monkey Island server is up and running on <b>{this.state.ip}</b> &#x1F44F; &#x1F44F;</p>

View File

@ -64,7 +64,7 @@ class StartOverPageComponent extends React.Component {
render() {
return (
<Col xs={8}>
<Col xs={12}>
{this.renderCleanDialogModal()}
<h1 className="page-title">Start Over</h1>
<div style={{'fontSize': '1.2em'}}>