Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
left align main ledger items
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup committed Aug 25, 2016
1 parent 88f10e3 commit 8b955e9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,18 @@ table.sortableTable {
background: @lightGray;
border-radius: @bigBorderRadius;
margin: 30px 0px;
th {
text-align: left;
}
tr {
height: 1em;
}
}

.sort {
text-align: left;
}

tr {
height: 1.7em;

Expand All @@ -497,7 +504,7 @@ table.sortableTable {
td {
color: @mediumGray;
-webkit-font-smoothing: antialiased;
text-align: center;
text-align: left;
width: 8%;

a {
Expand Down Expand Up @@ -728,10 +735,6 @@ table.sortableTable {
}
}

#fundsSelectBox {
margin: 0 auto;
}

#paymentsFooter {
opacity: 0.8;
img {
Expand Down

0 comments on commit 8b955e9

Please sign in to comment.