[Responsive] Buttons not too long

This commit is contained in:
Marjolaine Vé 2018-02-18 17:56:10 +01:00 committed by Thomas Citharel
parent efda4e97b0
commit 4bbbaf19ed
1 changed files with 16 additions and 3 deletions

View File

@ -309,19 +309,27 @@ table.results .btn-link.btn-sm {
#showChart {
margin-top:30px;
}
#showChart .btn {
white-space: normal;
}
#Chart {
padding-right:30px;
}
/* Formulaire de création de sondage */
@media (max-width: 767px) {
#formulaire .col-xs-12 {
padding-left: 0;
margin-bottom: 20px;
}
}
/* Formulaire de vote */
#vote-form td ul, #vote-form td label {
margin:0;
font-size:12px;
}
#vote-form td label {
padding: 1px 3px;
}
#vote-form td {
border-top:2px solid white;
@ -537,3 +545,8 @@ table.results > tbody > tr:hover > td .glyphicon {
#password-form .btn-cancel {
float: right;
}
/* Buttons */
.btn {
white-space: normal;
}