From 4642366e08cafdc778ffaafbdc3216eeb73c412b Mon Sep 17 00:00:00 2001 From: edoardoo Date: Sun, 9 Aug 2015 19:04:59 +0200 Subject: [PATCH] odd rows and json input on left --- public/style/style.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/style/style.less b/public/style/style.less index f998da3..656ceb0 100644 --- a/public/style/style.less +++ b/public/style/style.less @@ -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;