[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

View File

@ -309,19 +309,27 @@ table.results .btn-link.btn-sm {
#showChart { #showChart {
margin-top:30px; margin-top:30px;
} }
#showChart .btn {
white-space: normal;
}
#Chart { #Chart {
padding-right:30px; 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 */ /* Formulaire de vote */
#vote-form td ul, #vote-form td label { #vote-form td ul, #vote-form td label {
margin:0; margin:0;
font-size:12px; font-size:12px;
} }
#vote-form td label {
padding: 1px 3px;
}
#vote-form td { #vote-form td {
border-top:2px solid white; border-top:2px solid white;
@ -537,3 +545,8 @@ table.results > tbody > tr:hover > td .glyphicon {
#password-form .btn-cancel { #password-form .btn-cancel {
float: right; float: right;
} }
/* Buttons */
.btn {
white-space: normal;
}