diff --git a/app/ui/style.css b/app/ui/style.css index 4342567f..332a0c1d 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -7,6 +7,12 @@ margin: 1px; } +paned > separator { + background-repeat: no-repeat; + background-position: center; + background-size: 2px 24px; +} + .control-box { padding: 5px; } @@ -27,6 +33,11 @@ background-color: blue; } +.time-entry { + padding: 0px; + margin: 0px; +} + .group {} .group :first-child {