mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
10f6a7c401
commit
2e1230589d
2 changed files with 4 additions and 2 deletions
|
@ -440,10 +440,11 @@ textarea.vLargeTextField {
|
|||
border-left-width: 1px;
|
||||
border-left-color: #ffffff;
|
||||
background-color: #f1f2f4;
|
||||
text-align: right;
|
||||
text-align: left;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
padding-right: 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.pgboxbody, .pgboxbody-comment {
|
||||
padding: 10px;
|
||||
|
|
|
@ -122,7 +122,8 @@
|
|||
background-color: rgb( 241, 242, 244 );
|
||||
padding-left: 10;
|
||||
padding-top: 1;
|
||||
padding-bottom: 1;
|
||||
padding-bottom: 1;
|
||||
text-align: left;
|
||||
}
|
||||
table.boxSoftSmall
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue