aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/static/style.css
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-03-01 10:05:11 +0100
committerjloup <jeanloup.jamet@gmail.com>2018-03-01 10:05:11 +0100
commit6b3f0ad04550060fd25b87b68c3f9bc1602f3226 (patch)
tree32a926d55f5f9dacafe87e1b4f9d9ae96e86aeab /cmd/web/static/style.css
parentb2e9bce00231489ef507927eceb9207285cd2fe4 (diff)
downloadFront-6b3f0ad04550060fd25b87b68c3f9bc1602f3226.tar.gz
Front-6b3f0ad04550060fd25b87b68c3f9bc1602f3226.tar.zst
Front-6b3f0ad04550060fd25b87b68c3f9bc1602f3226.zip
Use <img> for currency display.
Diffstat (limited to 'cmd/web/static/style.css')
-rw-r--r--cmd/web/static/style.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/cmd/web/static/style.css b/cmd/web/static/style.css
index 1e09fcb..589c0b0 100644
--- a/cmd/web/static/style.css
+++ b/cmd/web/static/style.css
@@ -99,6 +99,21 @@ h1 {
99 padding-top: 100px; 99 padding-top: 100px;
100} 100}
101 101
102.currency-logo {
103 display: inline-block;
104 margin-left: 5px;
105 margin-right: 5px;
106}
107
108.portfolio .currency-logo {
109 height: 24px;
110 width: 24px;
111}
112
113.balances > div {
114 margin-bottom: 5px;
115}
116
102.box { 117.box {
103 position: relative; 118 position: relative;
104 background-color: rgb(250, 250, 250); 119 background-color: rgb(250, 250, 250);
@@ -108,4 +123,4 @@ h1 {
108 margin-top: 10px; 123 margin-top: 10px;
109 padding-top: 10px; 124 padding-top: 10px;
110 padding-bottom: 10px; 125 padding-bottom: 10px;
111} \ No newline at end of file 126}