diff --git a/css/master.css b/css/master.css new file mode 100644 index 0000000..39aa356 --- /dev/null +++ b/css/master.css @@ -0,0 +1,66 @@ +body { + background-image: url("../images/background.png"); +} + +textarea { + background-color:#fafafa !important; +} + +.createProposal { + +} + +.proposalBlock { + padding: 7%; + background-color: #ffffff; + box-shadow: 0px 17px 24px 0px rgba(0, 0, 0, 0.16); +} + +.removeMargin { + margin: 0; +} + +.validationError { + background-color:#ffe6e6; +} + +.walletCommands { + +} + +#header { + margin-top:2em; +} + +/*#createProposalHeader { + margin-top:1em; +}*/ + +#createProposalForm { + margin-top:1em; +} + +#payment_amount { + display: inline-block; + width: 20%; +} + +#walletCommandsHeader { + margin-top:2em; +} + +#walletCommandsPrepare { + margin-top:2em; +} + +#walletCommandsTx { + margin-top:2em; +} + +#walletCommandsProgress { + margin-top:2em; +} + +#walletCommandsSubmit { + margin-top:2em; +} diff --git a/images/background.png b/images/background.png new file mode 100644 index 0000000..51ba7fc Binary files /dev/null and b/images/background.png differ diff --git a/images/dash_logo.png b/images/dash_logo.png new file mode 100644 index 0000000..269a6ed Binary files /dev/null and b/images/dash_logo.png differ diff --git a/index.html b/index.html index 8421144..80dff52 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Dash Governance Tools + @@ -585,172 +586,188 @@ - - -
+
+ -