nextcloud / web-installer

💊 The web installer for Nextcloud
https://download.nextcloud.com/server/installer/setup-nextcloud.php
39 stars 24 forks source link

Polish design even more #2

Open jancborchardt opened 8 years ago

jancborchardt commented 8 years ago

There’s 2 things still to polish about the web installer:

cc @LukasReschke @mar1u5 @MorrisJobke

MorrisJobke commented 8 years ago

use Open Sans as font, if possible

As we want to have everything in a single file I would vote against this. I don't know how to integrate this. I still feel bad because the images are integrated as base64 encoded strings 🙈

reduce the wording

Any ideas? And maybe make it a single step "click and download" thing instead of a 3 step process?!?

MariusBluem commented 8 years ago

Any ideas? And maybe make it a single step "click and download" thing instead of a 3 step process?!?

We could put the information from the first site on the 2nd 😉

jancborchardt commented 8 years ago

@MorrisJobke let’s chat about it after you’re back from lunch. :) The font issue is ok I guess. But then we should still use the correct CSS font stack:

font-family: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
MorrisJobke commented 8 years ago

@MorrisJobke let’s chat about it after you’re back from lunch. :) The font issue is ok I guess. But then we should still use the correct CSS font stack:

PR is welcome ;) I'm still not your minion ;)

tifredfr commented 8 years ago

Are not it better to use a symbolic link to the version of NC (nextcloud-latest.zip) ?

tifredfr commented 8 years ago

reduce the wording

Using a storage area for media / CSS (as Owncloud SetupWizard) it may be possible ...

MorrisJobke commented 8 years ago

Are not it better to use a symbolic link to the version of NC (nextcloud-latest.zip) ?

cc @LukasReschke

phsc84 commented 8 years ago

I created a pull request regarding the version of Nextcloud and the wording (see #5). The wording hasn't been reduced, but it has been structured a little bit more.

I don't understand the font issue. For the elements "body", "input", "textarea", "select" and "button" the font-family is already defined as @jancborchardt stated it. So what do you think should be changed?