# HG changeset patch # User Steve Losh # Date 1276450798 14400 # Node ID 80d65cd81298caef9ffd15e306ca9df6777e1939 # Parent 22341c03b3c9bdb493513b48457d8ea950a95122 web: style tweaks diff -r 22341c03b3c9 -r 80d65cd81298 review/static/style.css --- a/review/static/style.css Sun Jun 13 13:15:06 2010 -0400 +++ b/review/static/style.css Sun Jun 13 13:39:58 2010 -0400 @@ -191,6 +191,8 @@ } #index .content table tr td { border: none; + line-height: 26px; + padding: 1px 5px 0; } #index .content table tr td a.changeset-link { display: block; @@ -199,6 +201,9 @@ overflow: hidden; text-overflow: ellipsis; } +#index .content table tr td.node { + padding-left: 0px; +} #index .content table tr td.node .rev { font-weight: bold; } @@ -213,6 +218,7 @@ } #index .content table tr td.stats { text-align: right; + padding-right: 0px; } #index .content table tr td.stats .badge { cursor: pointer; @@ -220,7 +226,7 @@ font-weight: bold; display: inline-block; line-height: 1; - padding: 4px 5px; + padding: 3px 5px 4px; margin-left: 4px; -webkit-border-radius: 3px; -moz-border-radius: 3px; diff -r 22341c03b3c9 -r 80d65cd81298 review/static/style.less --- a/review/static/style.less Sun Jun 13 13:15:06 2010 -0400 +++ b/review/static/style.less Sun Jun 13 13:39:58 2010 -0400 @@ -228,6 +228,8 @@ td { border: none; + line-height: 26px; + padding: 1px 5px 0; a.changeset-link { display: block; @@ -237,6 +239,8 @@ text-overflow: ellipsis; } &.node { + padding-left: 0px; + .rev { font-weight: bold; } @@ -252,6 +256,7 @@ } &.stats { text-align: right; + padding-right: 0px; .badge { cursor: pointer; @@ -259,7 +264,7 @@ font-weight: bold; display: inline-block; line-height: 1; - padding: 4px 5px; + padding: 3px 5px 4px; margin-left: 4px; .border-radius(3px);