Commit aa09ef8a3f26049e15158112656a993bf16cc853
1 parent
79748b92
Graphical update
Showing
2 changed files
with
30 additions
and
3 deletions
Show diff stats
css/crep.css
... | ... | @@ -10,7 +10,34 @@ body |
10 | 10 | width: 100%; |
11 | 11 | } |
12 | 12 | |
13 | -.navbar-fixed-top | |
13 | +.panel-default | |
14 | 14 | { |
15 | - margin-right: 10px; | |
15 | + border-color: #89B3D1; | |
16 | +} | |
17 | + | |
18 | +.panel | |
19 | +{ | |
20 | + background-color: #749BD1; | |
21 | +} | |
22 | + | |
23 | +.panel-heading .panel-footer | |
24 | +{ | |
25 | + background-color: #89B3D1; | |
26 | + border-color: #89B3D1; | |
27 | +} | |
28 | + | |
29 | +.navbar-brand | |
30 | +{ | |
31 | + color: #FFF; | |
32 | +} | |
33 | + | |
34 | +.navbar-nav | |
35 | +{ | |
36 | + color: #E4984E; | |
37 | +} | |
38 | + | |
39 | +.navbar-default | |
40 | +{ | |
41 | + background-color: #749B01; | |
42 | + border-color: #5276A8; | |
16 | 43 | } | ... | ... |
topnavbar.php
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | |
9 | 9 | <a class="navbar-brand" onClick="document.location.reload();" data-toggle="tooltip" data-placement="bottom" title="Aller à la page d'accueil" href="#">Coupe de Robotique des Ecoles Primaires</a> |
10 | 10 | </div> |
11 | - <div class="collapse navbar-collapse"> | |
11 | + <div class="collapse navbar-collapse" style="margin-right: 10px;"> | |
12 | 12 | <p class="navbar-text navbar-right"> |
13 | 13 | <img src="img/logo.png" height="20" /> |
14 | 14 | </p> | ... | ... |