Browse Source

odd rows and json input on left

visualizer2
edoardoo 9 years ago
parent
commit
4642366e08
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      public/style/style.less

+ 5
- 1
public/style/style.less View File

@ -28,7 +28,7 @@ audio{
}
.bottomRight{
position: fixed;
right: 0;
left: 0;
bottom: 0;
z-index: 9999;
background: #666;
@ -111,11 +111,15 @@ audio{
table, tr{
width: 100%;
td{
width: 100%/3;
text-align: center;
}
}
tr:nth-child(even){
background-color: #dedede;
}
}
&.open:extend(.transition){
right: 0;


Loading…
Cancel
Save