update css

This commit is contained in:
rolux 2013-02-12 16:22:18 +05:30
parent 24d4644432
commit be5fd4d82f
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@
padding: 4px; padding: 4px;
border: 2px solid rgb(255, 255, 255); border: 2px solid rgb(255, 255, 255);
border-radius: 16px; border-radius: 16px;
background-color: rgba(0, 0, 0, 0.5);
box-shadow: 0 0 2px rgb(0, 0, 0);
} }
.playButton { .playButton {
left: 0; left: 0;
@ -16,4 +18,7 @@
.editButton { .editButton {
right: 8px; right: 8px;
bottom: 8px; bottom: 8px;
}
.interface {
position: relative;
} }