Skip to content
Snippets Groups Projects
Commit db075d2b authored by Orlando Piñero's avatar Orlando Piñero
Browse files

nastia ist zufrieden

parent cb04ffea
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class ApplicationItem extends Component { ...@@ -27,7 +27,7 @@ class ApplicationItem extends Component {
return ( return (
<div> <div>
<div> <div>
<Card style={{ width: "22rem", background: '#ebebeb', margin: '0.5rem' }} id={itemID}> <Card style={{ width: "25rem", background: '#ebebeb', margin: '0.5rem' }} id={itemID}>
<Card.Header><b>{application.applicantUserID}: {application.universityShortName} {application.targetPeriodShortName} {application.targetPeriodYear}</b></Card.Header> <Card.Header><b>{application.applicantUserID}: {application.universityShortName} {application.targetPeriodShortName} {application.targetPeriodYear}</b></Card.Header>
<Table responsive="sm"> <Table responsive="sm">
<tbody> <tbody>
......
...@@ -62,7 +62,7 @@ class DegreeCourseApplicationManagement extends Component { ...@@ -62,7 +62,7 @@ class DegreeCourseApplicationManagement extends Component {
<div> <div>
<div id="DegreeCourseApplicationManagementPageListComponent" style={{ background: '#2b3648', padding: '1rem' }}> <div id="DegreeCourseApplicationManagementPageListComponent" style={{ background: '#2b3648', padding: '1rem' }}>
<h2 style={{ textAlign: 'left', color: "white" }}>Bewerbungen</h2> <h2 style={{ textAlign: 'left', color: "white" }}>Bewerbungen</h2>
<div style={{ display: 'flex', flexFlow: 'row wrap', height: '100vh', justifyContent: 'center' }}> <div style={{ display: 'flex', flexFlow: 'row wrap', height: '100vh', justifyContent: 'left' }}>
{this.MapAllApplications()} {this.MapAllApplications()}
<DeleteApplicationModal /> <DeleteApplicationModal />
</div> </div>
......
...@@ -116,7 +116,7 @@ class DegreeCourseManagement extends Component { ...@@ -116,7 +116,7 @@ class DegreeCourseManagement extends Component {
<> <>
<h2 style={{textAlign: 'left', color: "white"}}>Studiengang-Liste</h2> <h2 style={{textAlign: 'left', color: "white"}}>Studiengang-Liste</h2>
{addButton} {addButton}
<div style={{ display: "flex", flexFlow: "row wrap", justifyContent: 'center' }} id="DegreeCourseManagementPageListComponent"> <div style={{ display: "flex", flexFlow: "row wrap", justifyContent: 'left' }} id="DegreeCourseManagementPageListComponent">
{this.MapAllDegreeCourses()} {this.MapAllDegreeCourses()}
<DeleteDegreeCourseModal /> <DeleteDegreeCourseModal />
</div> </div>
......
...@@ -4,7 +4,7 @@ import LoginButton from "./loginButton"; ...@@ -4,7 +4,7 @@ import LoginButton from "./loginButton";
class PublicPage extends Component { class PublicPage extends Component {
render() { render() {
return ( return (
<div className="page-content" id="LandingPage" style={{ backgroundImage: 'url("https://www.ffn.de/fileadmin/ffn.de/programm/ausbildungsboerse/studium.jpg")', height: '100vh', backgroundSize: 'contain', backgroundRepeat: 'no-repeat', backgroundColor: '#2b3648', padding: '5rem', display: 'flex', justifyContent: 'center' }}> <div className="page-content" id="LandingPage" style={{ backgroundImage: 'url("https://www.ffn.de/fileadmin/ffn.de/programm/ausbildungsboerse/studium.jpg")', height: '100vh', backgroundSize: 'cover', backgroundRepeat: 'no-repeat', backgroundColor: '#2b3648', padding: '5rem', display: 'flex', justifyContent: 'center' }}>
<div style={{ width: '50rem', height: '25rem', padding: '10rem', backgroundColor: 'rgba(0, 0, 0, 0.8)' }}> <div style={{ width: '50rem', height: '25rem', padding: '10rem', backgroundColor: 'rgba(0, 0, 0, 0.8)' }}>
<h3 style={{ color: 'white' }}>Berliner Hochschule für Technik</h3> <h3 style={{ color: 'white' }}>Berliner Hochschule für Technik</h3>
<p style={{ color: 'white' }}>Herzlich Willkommen auf unserer Homepage!</p> <p style={{ color: 'white' }}>Herzlich Willkommen auf unserer Homepage!</p>
......
...@@ -98,7 +98,7 @@ class UserManagement extends Component { ...@@ -98,7 +98,7 @@ class UserManagement extends Component {
<img alt="Add-User-Button" src={addIcon} style={{ width: '2rem' }}></img> <img alt="Add-User-Button" src={addIcon} style={{ width: '2rem' }}></img>
</Button> </Button>
</div> </div>
<div style={{ display: "flex", flexFlow: "row wrap", justifyContent: "center" }}> <div style={{ display: "flex", flexFlow: "row wrap", justifyContent: "left" }}>
{this.MapAllUsers()} {this.MapAllUsers()}
<DeleteUserModal /> <DeleteUserModal />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment