Added the 'right_align' class

This commit is contained in:
Alejandro Gallardo Escobar 2015-09-07 12:06:30 +02:00
parent bf287dd98b
commit e446399edb
1 changed files with 4 additions and 0 deletions

View File

@ -2858,6 +2858,10 @@ table#policy_modules td * {
text-align: left;
}
.right_align {
text-align: right;
}
.status_tactical{
width: 100%;
margin-left: auto;