diff --git a/data/app.css b/data/app.css index 1880a50..67691f3 100644 --- a/data/app.css +++ b/data/app.css @@ -5,12 +5,6 @@ color: @text_view_bg; } -/* .header .chip { */ -/* padding: 4px 12px; */ -/* border-radius: 4px; */ -/* border: 1px solid black; */ -/* } */ - .attachment, .attachment button, flowboxchild { padding:0px; margin:0px; @@ -22,17 +16,6 @@ margin: 8px; } -/* .ttl-header-button { */ -/* margin: 0px; */ -/* border-radius: 0px; */ -/* border-top: none; */ -/* border-bottom: none; */ -/* } */ -/* .ttl-header-button .title, .ttl-header-button .subtitle { */ -/* padding-left: 0px; */ -/* padding-right: 0px; */ -/* } */ - .ttl-flat-button { padding: 0px; margin: 0px; @@ -45,10 +28,6 @@ margin-bottom: -8px; } -/* .ttl-large-body { */ -/* font-size: 110%; */ -/* } */ - .ttl-code { font-family: monospace; padding: 12px; @@ -56,14 +35,19 @@ border-radius: 6px; } +.ttl-view .content row { + padding: 0px; +} + .ttl-view .small .content row { border-left: none; border-right: none; - border-radius:0px; + border-radius: 0px; } -.ttl-view .content row { - padding: 0px; +/* Hides the top border from the first row of the first listbox */ +.ttl-view .small :first-child list row:first-child { + border-top: 0px; } .ttl-view .large:first-child {