diff options
| author | Roger Braun <rbraun@Bobble.local> | 2017-11-16 12:58:33 +0100 | 
|---|---|---|
| committer | Roger Braun <rbraun@Bobble.local> | 2017-11-16 12:58:33 +0100 | 
| commit | 43499848d06348b24620f470d187847db5931bc7 (patch) | |
| tree | e796ccfa5bf8fcc88f97cc32e3a28ff0a93b6d89 /lib | |
| parent | 189513e4ffd50e7247f25ea87f91ffa42f5a253c (diff) | |
| download | pleroma-43499848d06348b24620f470d187847db5931bc7.tar.gz pleroma-43499848d06348b24620f470d187847db5931bc7.zip | |
Small css fix.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pleroma/web/templates/layout/app.html.eex | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index ebb574ad6..2a8dede80 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -8,6 +8,7 @@          background-color: #282c37;          font-family: sans-serif;          color:white; +        text-align: center;        }        .container { @@ -35,7 +36,7 @@        }        input { -        box-sizing: padding-box; +        box-sizing: border-box;          width: 100%;          padding: 10px;          margin-top: 20px; @@ -51,6 +52,7 @@        }        button { +        box-sizing: border-box;          width: 100%;          color: white;          background-color: #419bdd; | 
