80d65cd81298
web: style tweaks
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 13 Jun 2010 13:39:58 -0400 |
parents | 22341c03b3c9 |
children | bcdc35f68d5d |
branches/tags | (none) |
files | review/static/style.css review/static/style.less |
Changes
--- 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;
--- 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);