Cleaning / fixing a few issues in the templates

This commit is contained in:
Alexandre Aubin 2017-03-27 20:37:42 +02:00
parent 3cd605402a
commit 80417ee017
2 changed files with 7 additions and 23 deletions

View file

@ -17,26 +17,23 @@
background: #333333; background: #333333;
} }
.container { .container {
width:1300px; width:1250px;
} }
.column-pr-id { .column-pr-id {
width:190px; width:230px;
text-align:center; text-align:center;
} }
.column-pr-title { .column-pr-title {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
max-width: 350px; max-width: 400px;
} }
.column-pr-created { .column-pr-created {
width:170px; width:170px;
} }
.column-pr-labels { .column-pr-labels {
} }
.column-pr-reviews {
width:150px;
}
</style> </style>
</head> </head>
@ -73,8 +70,6 @@
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div>
<table id="thePRlist" class="table table-striped table-responsive"> <table id="thePRlist" class="table table-striped table-responsive">
<thead> <thead>
@ -83,7 +78,6 @@
<th>Title</th> <th>Title</th>
<th>Created</th> <th>Created</th>
<th>Labels</th> <th>Labels</th>
<th>Reviews</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -121,10 +115,6 @@
&nbsp; &nbsp;
{% endfor %} {% endfor %}
</td> </td>
<td class="column-pr-reviews">
<span style="border:1px solid black; border-radius:4px; padding-left:2px; padding-right:2px;">foo <span class="text-success"></span></span>
<span style="border:1px solid black; border-radius:4px; padding-left:2px; padding-right:2px;">bar <span class="text-danger" ></span></span>
</tr>
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
@ -155,18 +145,14 @@
</div> </div>
</div> </div>
</div>
<footer> <footer>
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<hr/> <hr/>
<p>CSS Skin/boilerplate/whatever you call it : <a href="http://scripteden.com/" rel="nofollow">Script Eden</a>.</p> <p>CSS Skin/boilerplate/whatever you call it : <a href="http://scripteden.com/download/eden-ui-bootstrap-3-skin/" rel="nofollow">Eden UI</a>. Generated with <a href="https://github.com/YunoHost/tartiflette">Tartiflette</a>!</p>
</div> </div>
</div> </div>
</footer> </footer>

View file

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8"> <meta charset="utf-8">
<title>Yunohost Pull Requests Dashboard</title> <title>Yunohost Roadmap Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/bootstrap.css" media="screen"> <link rel="stylesheet" href="css/bootstrap.css" media="screen">
@ -118,18 +118,16 @@
</div> </div>
</div>
<footer> <footer>
<div class="row"> <div class="row">
<div class="col-lg-12"> <div class="col-lg-12">
<hr/> <hr/>
<p>CSS Skin/boilerplate/whatever you call it : <a href="http://scripteden.com/" rel="nofollow">Script Eden</a>.</p> <p>CSS Skin/boilerplate/whatever you call it : <a href="http://scripteden.com/download/eden-ui-bootstrap-3-skin/" rel="nofollow">Eden UI</a>. Generated with <a href="https://github.com/YunoHost/tartiflette">Tartiflette</a>!</p>
</div> </div>
</div> </div>
</footer> </footer>