diff --git a/css/main.css b/css/main.css index bedc96ff4..8c6913c2e 100644 --- a/css/main.css +++ b/css/main.css @@ -86,12 +86,13 @@ body { color: #111; }*/ -.home .panel { +.addresses .panel { font-size: 0.9rem; } .transactions .panel { background: #ECECEC; + border: 1px solid #eee; } .transactions .panel.pending { @@ -99,7 +100,25 @@ body { padding: 1rem; } -.home .panel:hover { +.pending .txheader { + margin-bottom: 10px; + padding-bottom: 10px; + border-bottom: 1px solid #eee; +} + +.pending .txbottom { + margin-top: 10px; + padding-top: 10px; + border-top: 1px solid #eee; + font-size: 12px; +} + +.pending table { + width: 100%; + border: none; +} + +.addresses .panel:hover { background: #efefef; } @@ -185,6 +204,15 @@ small.has-error { color: #f04124; } +@media (max-width: 641px) { + .hide_menu { + display: none; + } + .show_menu { + display: block; + } +} + hr { margin: 2.25rem 0;} button.primary { background-color: #111; } diff --git a/index.html b/index.html index fa072b5fe..4eeaf7df6 100644 --- a/index.html +++ b/index.html @@ -27,11 +27,11 @@ -
+