Updated Branches: refs/heads/ui-restyle 3689ff740 -> bbd88fda0
Put table row border on <tr> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bbd88fda Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bbd88fda Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bbd88fda Branch: refs/heads/ui-restyle Commit: bbd88fda0c884b97737546303f03066775262577 Parents: 3689ff7 Author: Brian Federle <brian.fede...@citrix.com> Authored: Wed Oct 2 13:16:16 2013 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Wed Oct 2 13:16:16 2013 -0700 ---------------------------------------------------------------------- ui/stylesheets/csui/_list.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bbd88fda/ui/stylesheets/csui/_list.scss ---------------------------------------------------------------------- diff --git a/ui/stylesheets/csui/_list.scss b/ui/stylesheets/csui/_list.scss index 4756dcc..0751828 100644 --- a/ui/stylesheets/csui/_list.scss +++ b/ui/stylesheets/csui/_list.scss @@ -35,9 +35,14 @@ @include linear-gradient(#ffffff, #e2e2e2); } + tr { + &:not(.empty) { + border-bottom: 1px solid #ccc; + } + } + tr td { padding: 5px; - border: 1px solid #ccc; font-size: 11px; max-width: 100px;