minimal styling for decrets panel

This commit is contained in:
Frédéric Péters 2011-11-21 13:58:21 +01:00
parent 4e48dd2671
commit dd103abffd
1 changed files with 14 additions and 0 deletions

View File

@ -2332,3 +2332,17 @@ dd#fieldset-questions input,
dd#fieldset-decrets input {
width: auto;
}
#fieldset-decrets ul {
padding: 0;
margin: 0;
}
#fieldset-decrets ul li {
padding: 0;
display: inline;
}
#fieldset-decrets th {
text-align: center;
}