Box titles now align to the left.

Might be me, but aligning to the right just looked messed up.

Signed-off-by: tardo <tardo@nagi-fanboi.net>
This commit is contained in:
tardo 2007-09-25 21:06:08 -04:00 committed by Paul Mattal
parent 10f6a7c401
commit 2e1230589d
2 changed files with 4 additions and 2 deletions

View file

@ -440,10 +440,11 @@ textarea.vLargeTextField {
border-left-width: 1px; border-left-width: 1px;
border-left-color: #ffffff; border-left-color: #ffffff;
background-color: #f1f2f4; background-color: #f1f2f4;
text-align: right; text-align: left;
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
padding-right: 10px; padding-right: 10px;
padding-left: 10px;
} }
.pgboxbody, .pgboxbody-comment { .pgboxbody, .pgboxbody-comment {
padding: 10px; padding: 10px;

View file

@ -123,6 +123,7 @@
padding-left: 10; padding-left: 10;
padding-top: 1; padding-top: 1;
padding-bottom: 1; padding-bottom: 1;
text-align: left;
} }
table.boxSoftSmall table.boxSoftSmall
{ {