Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Updated desktop icons, and deleted 'off-white' skin, making 'serious'…
Browse files Browse the repository at this point in the history
… become off-white
  • Loading branch information
Thomas Hansen committed Jan 13, 2018
1 parent 0bb34dd commit f83b1ad
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 25 deletions.
2 changes: 1 addition & 1 deletion configuration/default-user-settings.hl
Expand Up @@ -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
Expand Down
35 changes: 17 additions & 18 deletions 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
4 changes: 2 additions & 2 deletions launch.hl
Expand Up @@ -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

/*
Expand Down
4 changes: 0 additions & 4 deletions media/main.css
Expand Up @@ -87,10 +87,6 @@
display: table-cell;
}

.strip > label:first-child {
min-width: 120px;
}

.sephia-inbox td:nth-child(1) {
width: 200px;
}
Expand Down

0 comments on commit f83b1ad

Please sign in to comment.