[Responsive] Buttons not too long
This commit is contained in:
parent
efda4e97b0
commit
4bbbaf19ed
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user