aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css4
-rw-r--r--ui/app/css/lib.css6
2 files changed, 6 insertions, 4 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index de694f873..3f52b6ed4 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -411,10 +411,6 @@ input.large-input {
}
/* tx confirm */
-.unconftx-section {
- margin: 0 20px;
-}
-
.unconftx-section input[type=password] {
height: 22px;
padding: 2px;
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index a7da11e77..22b26d4f1 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -220,3 +220,9 @@ hr.horizontal-line {
.invisible {
visibility: hidden;
}
+
+.one-line-concat {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}