aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-08-04 04:10:46 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-08-04 04:10:46 +0800
commit81982d01c05b37b80bfb08f1f65a742555acbe0f (patch)
tree0220c6d61fd1c0b9a448ee226eecf98c717fac05 /ui/app/css
parent15bcbb4941efc66630e9abf1ff27370e759f753d (diff)
parent4115c25d8f2e186a575de7904a91b3717da5e800 (diff)
downloadtangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.tar
tangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.tar.gz
tangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.tar.bz2
tangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.tar.lz
tangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.tar.xz
tangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.tar.zst
tangerine-wallet-browser-81982d01c05b37b80bfb08f1f65a742555acbe0f.zip
Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUI
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css53
-rw-r--r--ui/app/css/lib.css5
2 files changed, 52 insertions, 6 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 808aafb4c..05bdb33af 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -19,17 +19,54 @@ html, body {
font-weight: 300;
line-height: 1.4em;
background: #F7F7F7;
+ width: 100%;
+ height: 100%;
+ margin: 0;
+ padding: 0;
+}
+
+html {
+ min-height: 500px;
+}
+
+.app-root {
+ overflow: hidden;
+ position: relative
+}
+
+.app-primary {
+ display: flex;
}
input:focus, textarea:focus {
outline: none;
}
+.full-size {
+ height: 100%;
+ width: 100%;
+}
+
+.full-width {
+ width: 100%;
+}
+
+.full-height {
+ height: 100%;
+}
+
+.full-flex-height {
+ display: flex;
+ flex: 1 1 auto;
+ flex-direction: column;
+}
+
#app-content {
overflow-x: hidden;
min-width: 357px;
- width: 360px;
- height: 500px;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
}
button, input[type="submit"] {
@@ -130,10 +167,6 @@ h2.page-subtitle {
margin: 12px;
}
-.app-primary {
-
-}
-
.app-footer {
padding-bottom: 10px;
align-items: center;
@@ -403,8 +436,16 @@ input.large-input {
/* account detail screen */
.account-detail-section {
+ display: flex;
+ flex-wrap: wrap;
+ overflow-y: auto;
+ flex-direction: inherit;
+}
+.grow-tenx {
+ flex-grow: 10;
}
+
.name-label{
}
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index 910a24ee2..98570859a 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -232,6 +232,10 @@ hr.horizontal-line {
align-items: center;
}
+.tabSection {
+ min-width: 350px;
+}
+
.menu-icon {
display: inline-block;
height: 9px;
@@ -266,3 +270,4 @@ hr.horizontal-line {
margin-top: 20px;
color: red;
}
+