From c89341a3b776c31845b2e84c516f7f101e3faafd Mon Sep 17 00:00:00 2001 From: bill bittner Date: Wed, 25 Oct 2017 13:08:29 -0700 Subject: [PATCH] updated error message displays and column widths --- public/assets/css/general.css | 5 +---- public/assets/css/mediaQueries.css | 12 ++++-------- views/about.handlebars | 8 ++++---- views/index.handlebars | 8 +++----- views/login.handlebars | 8 ++++---- views/partials/channelCreationForm.handlebars | 5 +---- views/partials/channelLoginForm.handlebars | 5 +---- views/partials/publishForm-Channel.handlebars | 8 +++----- views/partials/publishForm-Url.handlebars | 4 +--- views/show.handlebars | 4 ++-- 10 files changed, 24 insertions(+), 43 deletions(-) diff --git a/public/assets/css/general.css b/public/assets/css/general.css index 7faecb7b..16edc898 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -319,10 +319,7 @@ align-content-left { } .info-message-placeholder { - display: flex; - height: 2rem; - flex-direction: column; - justify-content: flex-end; + } /* INPUT FIELDS */ diff --git a/public/assets/css/mediaQueries.css b/public/assets/css/mediaQueries.css index 4b601e1a..03ddb34b 100644 --- a/public/assets/css/mediaQueries.css +++ b/public/assets/css/mediaQueries.css @@ -4,6 +4,10 @@ display: none; } + .column--med-10 { + width: 100%; + } + } @media (max-width: 750px ) { @@ -16,10 +20,6 @@ font-size: 1.5rem; } - .column--med-10 { - width: 100%; - } - .column--sml-10 { width: 100%; } @@ -77,10 +77,6 @@ margin: 0px; } - .info-message-placeholder { - height: 2em; - } - .info-message { font-size: small; } diff --git a/views/about.handlebars b/views/about.handlebars index db20bad9..9caaad1c 100644 --- a/views/about.handlebars +++ b/views/about.handlebars @@ -1,14 +1,14 @@
-
-
+
+

Spee.ch is an open-source project. Please contribute to the existing site, or fork it and make your own.

TWITTER

GITHUB

DISCORD CHANNEL

DOCUMENTATION

-
-
+
+

Spee.ch is a media-hosting site that reads and publishes content from the LBRY blockchain.

Spee.ch is a hosting service, but with the added benefit that it stores your content on a decentralized network of computers -- the LBRY network. This means that your images are stored in multiple locations without a single point of failure.

Contribute

diff --git a/views/index.handlebars b/views/index.handlebars index 94c79218..b71e6ace 100644 --- a/views/index.handlebars +++ b/views/index.handlebars @@ -4,9 +4,7 @@
-
- -
+

Drag & drop image or video here to publish

OR

CHOOSE FILE

@@ -21,7 +19,7 @@
-
+
@@ -33,7 +31,7 @@
-
+
{{> publishForm-Channel}} {{> publishForm-Url}} diff --git a/views/login.handlebars b/views/login.handlebars index 7f278ed2..43e89bc5 100644 --- a/views/login.handlebars +++ b/views/login.handlebars @@ -1,10 +1,10 @@
-
-
+
+

Channels allow you to publish and group content under an identity. You can create a channel for yourself, or share one with like-minded friends. You can create 1 channel, or 100, so whether you're documenting a hike around town, or making a public repository for cat gifs (password: '1234'), try creating a channel for it!

-
-
+
+

Log in to an existing channel:

{{>channelLoginForm}}

Create a brand new channel:

diff --git a/views/partials/channelCreationForm.handlebars b/views/partials/channelCreationForm.handlebars index 737ee4d5..f33bef09 100644 --- a/views/partials/channelCreationForm.handlebars +++ b/views/partials/channelCreationForm.handlebars @@ -1,8 +1,5 @@
-
-
-
- +

diff --git a/views/partials/channelLoginForm.handlebars b/views/partials/channelLoginForm.handlebars index baeb7029..722a4582 100644 --- a/views/partials/channelLoginForm.handlebars +++ b/views/partials/channelLoginForm.handlebars @@ -1,8 +1,5 @@ -
-
-
- +

diff --git a/views/partials/publishForm-Channel.handlebars b/views/partials/publishForm-Channel.handlebars index 0d897170..3fe0bdad 100644 --- a/views/partials/publishForm-Channel.handlebars +++ b/views/partials/publishForm-Channel.handlebars @@ -2,10 +2,10 @@
-
+
-
+
@@ -16,9 +16,7 @@
-
-
-
+

diff --git a/views/partials/publishForm-Url.handlebars b/views/partials/publishForm-Url.handlebars index 29fabd2d..cb7184e6 100644 --- a/views/partials/publishForm-Url.handlebars +++ b/views/partials/publishForm-Url.handlebars @@ -1,8 +1,6 @@
-
- -
+
diff --git a/views/show.handlebars b/views/show.handlebars index 3ccfee04..a71cc22f 100644 --- a/views/show.handlebars +++ b/views/show.handlebars @@ -3,12 +3,12 @@ {{fileInfo.title}}
-
+
{{> asset}}
-
+
{{> assetInfo}}