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 @@
{{> publish}} {{> learnMore}} - {{> trendingAssets}}
{{> footer}} diff --git a/views/partials/publish.handlebars b/views/partials/publish.handlebars index e17816e3..684d7f3c 100644 --- a/views/partials/publish.handlebars +++ b/views/partials/publish.handlebars @@ -1,36 +1,53 @@

Publish

-
-
-

Drag and drop your file here, or choose your file below.

- - -
-
-
-
-
- -
- Spee.ch/ - +
+
+
+

Drag and drop your file here, or choose your file below.

+ + +
+
+
+
+
+ +
+ Spee.ch/ + +
+
+ + + + + + + + + + + + + + + + + +
+ +
+
+

+

+ + +

+

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.

diff --git a/views/partials/topBar.handlebars b/views/partials/topBar.handlebars index bffb3b14..0f424b12 100644 --- a/views/partials/topBar.handlebars +++ b/views/partials/topBar.handlebars @@ -1,6 +1,7 @@

Spee.ch

(beta) + trending source help
Open-source, decentralized image and video hosting.