forked from platypush/platypush
Player style fixes
This commit is contained in:
parent
90f49b0964
commit
07219bef89
1 changed files with 3 additions and 2 deletions
|
@ -6,9 +6,10 @@ body {
|
||||||
|
|
||||||
header {
|
header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: rgba(230,230,230,0.6);
|
background: #f4f5f6;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
margin: -10px 10px 30px -10px;
|
margin: -10px 10px 35px -10px;
|
||||||
|
border-bottom: 1px solid #e1e4e8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|
Loading…
Reference in a new issue