projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
189513e
)
Small css fix.
author
Roger Braun
<rbraun@Bobble.local>
Thu, 16 Nov 2017 11:58:33 +0000
(12:58 +0100)
committer
Roger Braun
<rbraun@Bobble.local>
Thu, 16 Nov 2017 11:58:33 +0000
(12:58 +0100)
lib/pleroma/web/templates/layout/app.html.eex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/templates/layout/app.html.eex
b/lib/pleroma/web/templates/layout/app.html.eex
index ebb574ad656d9d19947aeb952de1f5a5fc916f84..2a8dede80b61ca82fcc9e12d461d5e40f42bf67b 100644
(file)
--- 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;