Updated CSS style for checkboxes input to list users in page to add a bill

This commit is contained in:
Phyks 2013-08-13 19:57:59 +02:00
parent 0fcb03ba7c
commit 863751b377
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@ fieldset {
table {
margin: auto;
text-align: center;
max-width: 100%;
}
table td, table th {
@ -30,6 +31,10 @@ h2 {
border-left: none;
}
input[type="checkbox"] {
margin-left: 2em;
}
.center {
text-align: center;
}