summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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;