diff --git a/public/assets/css/componentStyle.css b/public/assets/css/componentStyle.css index 61af9e66..2aefbb13 100644 --- a/public/assets/css/componentStyle.css +++ b/public/assets/css/componentStyle.css @@ -29,7 +29,8 @@ #drop-zone { border: 1px dashed lightgrey; padding: 1em; - height: 6em; + height: 13em; + background: #F5F0EF; } #asset-preview-holder { @@ -37,13 +38,22 @@ margin-bottom: 1em; } -.claim-name-input-area { +#claim-name-input-area { border-bottom: 1px blue solid; float: left; margin-bottom: 1em; font-weight: bold; } +.publish-input, #publish-license { + border: 1px solid lightgrey; +} + +.publish-input { + padding: 1%; + width: 90% +} + #claim-name-input { border: 0px; } diff --git a/public/assets/css/generalStyle.css b/public/assets/css/generalStyle.css index 6a3f9dbe..70cfcf0b 100644 --- a/public/assets/css/generalStyle.css +++ b/public/assets/css/generalStyle.css @@ -1,3 +1,6 @@ +body, button, input, textarea, label, select, option { + font-family: serif; +} /* Containters */ .wrapper { margin-left: 20%; diff --git a/views/index.handlebars b/views/index.handlebars index 125deae6..c3723c70 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -3,7 +3,6 @@
Drag and drop your file here, or choose your file below.
- - -Drag and drop your file here, or choose your file below.
+ + ++ | + |
+ | + |
+ | + + | +
+ | + |
+
+ + + +By clicking 'Publish' I attest that I have read and agree to the LBRY terms of service.
-
-
-
-
-
-
-
- - - -By clicking 'Publish' I attest that I have read and agree to the LBRY terms of service.