aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuildTools <unconfigured@null.spigotmc.org>2016-12-06 20:11:35 +0100
committerBuildTools <unconfigured@null.spigotmc.org>2016-12-06 20:11:35 +0100
commita4fad200782966a4b850c5635c864915c18a8bd1 (patch)
tree490c6ecbf36890a01f541db7d70467436bd3ef28
parent9edbbfc1057235194249112f032e450c938c2e68 (diff)
centered week selector text verticaly
-rw-r--r--public/stylesheets/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index c3fe06c..869ae89 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -153,9 +153,10 @@ body.searched #search-space-filler {
}
#week-selector .current {
+ display: flex;
flex-grow: 1;
- text-align: center;
- padding: 5px;
+ align-items: center;
+ justify-content: center;
}
#week-selector button {