summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorAndré Glüpker <git@wgmd.de>2021-02-16 17:50:50 +0100
committerAndré Glüpker <git@wgmd.de>2021-02-16 17:50:50 +0100
commit35cbe04e67ca59a657bc685f0764a7737115333d (patch)
treef0d5d6d4a8d89cdc5713184248b081d95338f02f /static/style.css
parent7ef47bbe538d23e49f1a89e663e5a91a7b50aa1b (diff)
downloadsteam-35cbe04e67ca59a657bc685f0764a7737115333d.tar.gz
steam-35cbe04e67ca59a657bc685f0764a7737115333d.tar.bz2
steam-35cbe04e67ca59a657bc685f0764a7737115333d.zip
Show age of accounts on premadefinder
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 9544769..a4837ee 100644
--- a/static/style.css
+++ b/static/style.css
@@ -85,6 +85,15 @@ div.player {
padding: 0;
/* border: 1px solid black; */
}
+div.miniplayer {
+ display: inline-block;
+ width: 200px;
+ min-height: 50px;
+ text-align: center;
+ margin: 2px 5px 2px 5px;
+ padding: 0;
+ /* border: 1px solid black; */
+}
/* Intern box of playerbox */
div.interna {
display: inline-block;