diff --git a/monstage/static/index.css b/monstage/static/index.css index 17ad1d6..6b51f11 100644 --- a/monstage/static/index.css +++ b/monstage/static/index.css @@ -6,7 +6,7 @@ .entrer a { display:inline-block; - background:#4FB088; + background:#FFA41E; color:#fff; font-size:1.5em; padding:8px; @@ -25,6 +25,7 @@ .explications p { color:#fff; - padding:10px; + padding:20px; font-size:1.1em; + text-align:center; } \ No newline at end of file diff --git a/monstage/static/style.css b/monstage/static/style.css index 5752861..e59ae20 100644 --- a/monstage/static/style.css +++ b/monstage/static/style.css @@ -81,11 +81,18 @@ header .username { /* formulaires */ label { + display:inline-block; font-weight:bold; + padding:10px; +} + +form { + overflow:hidden; } form p { padding:10px; + overflow:hidden; margin:0; } @@ -100,9 +107,8 @@ form p:nth-child(2n+1) { form textarea, form input, form select { display:block; font:16px 'Lato', sans-serif; - margin-right:0; - margin-left:auto; - margin-top:10px; + margin:10px; + float:right; } form textarea { @@ -116,6 +122,7 @@ form textarea { text-align:right; margin-top:10px; width:100%; + clear:both; } /* lieux */ @@ -129,6 +136,7 @@ input#addlieu { padding:15px; width:70%; margin:0 auto; + float:none; } div.lieuform { @@ -213,4 +221,38 @@ div#candidats #addcandidat { #stage_published p { background:none; +} + +ul.bigger { + display:block; + padding:0; +} + +ul.bigger li { + display:table-row; + list-style:none; +} + +ul.bigger li:hover{ + background:#ccc; +} + +.stagestatus { + display:table-cell; + width:100px; + text-align:right; + padding-right:20px; +} + +.stagelink { + display:table-cell; + padding:10px; +} + +.stagestatus.draft { + color:#f00; +} + +.changestage { + color:#B8741A; } \ No newline at end of file diff --git a/monstage/templates/monstage/home.html b/monstage/templates/monstage/home.html index 0b2391b..da1183a 100644 --- a/monstage/templates/monstage/home.html +++ b/monstage/templates/monstage/home.html @@ -4,11 +4,13 @@

Bonjour {{ user.first_name }} !

Modifier mon profil

Mes stages

-