diff --git a/configuration/default-user-settings.hl b/configuration/default-user-settings.hl index d686a17..fc0b3cf 100644 --- a/configuration/default-user-settings.hl +++ b/configuration/default-user-settings.hl @@ -11,7 +11,7 @@ smtp-port:465 smtp-ssl:bool:true markdown:bool:true pgp-subjects:"https://www.nytimes.com, https://www.wsj.com" -skin:off-white +skin:serious pgp-key-password:ThisIs$omeR4ndomPa$$w0rd4U pop3-delete:bool:true inbox-count:10 diff --git a/desktop.hl b/desktop.hl index 5c48d36..8a2d859 100644 --- a/desktop.hl +++ b/desktop.hl @@ -1,18 +1,17 @@ - -/* - * Desktop widget. - */ -container - element:a - class:desktop-app shaded rounded air-inner - title:Sephia Five is a webmail client, with support for among other things PGP encrypted emails - widgets - span - class:desktop-app-name - widgets - literal - element:span - class:icon-envelop desktop-app-icon - span - class:desktop-app-text - innerValue:Emails +/* + * Desktop widget. + */ +container + element:a + class:desktop-app shaded rounded air-inner + title:Sephia Five is a webmail client, with support for among other things PGP encrypted emails + widgets + span + class:desktop-app-name + widgets + literal + element:span + class:icon-envelop desktop-app-icon + span + class:desktop-app-text + innerValue:Sephia diff --git a/launch.hl b/launch.hl index fe25163..0512b29 100644 --- a/launch.hl +++ b/launch.hl @@ -111,9 +111,9 @@ if:x:/@p5.auth.my-settings.get/*/sephia * User has no settings, displaying settings form, and returning early. * * First making sure we include the necessary default CSS skine files. - * By default, Sephia Five uses the "off-white" skin. + * By default, Sephia Five uses the "serious" skin. */ - p5.web.include-css-file:@MICRO/media/skins/off-white.css + p5.web.include-css-file:@MICRO/media/skins/serious.css p5.web.include-css-file:@SEPHIA/media/main.css /* diff --git a/media/main.css b/media/main.css index 75f062b..6a5d3d7 100644 --- a/media/main.css +++ b/media/main.css @@ -87,10 +87,6 @@ display: table-cell; } - .strip > label:first-child { - min-width: 120px; - } - .sephia-inbox td:nth-child(1) { width: 200px; }