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

Commit

Permalink
Merge pull request #3396 from brave/main-ledger
Browse files Browse the repository at this point in the history
left align main ledger items
  • Loading branch information
bbondy committed Aug 25, 2016
2 parents f0b4e27 + 8b955e9 commit 97f9220
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 97f9220

Please sign in to comment.