quasi fini

This commit is contained in:
Qwann 2016-07-27 14:00:38 +02:00
parent dbc14a8227
commit d864a7bc16
6 changed files with 77 additions and 35 deletions

View file

@ -106,13 +106,13 @@ form .control-label {
}
.remove-btn {
color: #E6516A ;
font-size: x-large;
color: #E6516A !important;
font-size: large;
}
.drag-btn {
color :#4F504B;
font-size: x-large;
color :#4F504B !important;
font-size: large;
}
.btn-primary,
@ -121,13 +121,13 @@ form .control-label {
.btn-primary.focus {
color: #fff;
background-color: #DE826B;
border-color: #4F504B;
border-color: #AB6452;
}
.btn-primary:active:hover,
.btn-primary:hover {
color: #fff;
background-color: #D89C8D;
border-color: #4F504B;
border-color: #AB6452;
}
label {
@ -558,6 +558,15 @@ h4.block-title {
padding-bottom: 28px;
padding-top: 8px;
}
/*
.table-clicable tbody tr {
cursor: pointer;
}
.table-clicable tbody tr:hover,
.table-clicable tbody tr:active {
background-color: #E8C2B8;
}*/
form#bda_form ul.errorlist li {
padding-left: 0px;
@ -863,8 +872,10 @@ input#search_autocomplete:focus {
.yourlabs-autocomplete li.hilight a {color: #FFF; }
.yourlabs-autocomplete {
border: none;
background: white;
border: solid;
border-width: 0px 1px 1px 1px;
border-color: #B3B3B3;
background: #FAFAFA;
display: block;
}
.yourlabs-autocomplete.outer-container { position: relative; }
@ -878,6 +889,10 @@ input#search_autocomplete:focus {
background: #fff;
}
#main-content > .yourlabs-autocomplete {
display:none;
}
.yourlabs-autocomplete.inner-container {
margin: 0;
padding: 0;
@ -1032,21 +1047,17 @@ pre code {
/* Louis pour etat places*/
.etat-bda td {
border:1px solid #666;
padding:4px;
}
.etat-bda tr:nth-child(even) {background: #CCC}
.greenratio {
background-color: #ADE297;
text-align: center;
}
.orangeratio {
background-color: #EEE285;
text-align: center;
}
.redratio {
background-color: #EE8585;
text-align: center;
}
th[data-sort]{

View file

@ -11,7 +11,7 @@
</a>
<div class="secondary">
<span class="hidden-xxs">&nbsp;&nbsp;|&nbsp; </span>
<span>Se déconnecter&nbsp;<span class="glyphicon glyphicon-log-out"></span></span>
<span><a href="{% url "gestioncof.views.logout" %}">Se déconnecter&nbsp;<span class="glyphicon glyphicon-log-out"></span></a></span>
</div>
<h2 class="member-status">{% if user.first_name %}{{ user.first_name }}{% else %}<tt>{{ user.username }}</tt>{% endif %}, {% if user.profile.is_cof %}<tt class="user-is-cof">au COF{% else %}<tt class="user-is-not-cof">non-COF{% endif %}</tt></h2>
</div><!-- /.container -->

View file

@ -25,5 +25,5 @@
{% if login_clipper or member %}
<input type="hidden" name="user_exists" value="1" />
{% endif %}
<input type="submit" class="btn-submit" value="Enregistrer l'inscription" />
<input type="submit" class="btn btn-primary pull-right" value="Enregistrer l'inscription" />
</form>