branding/css/spacewalk-theme.less | 10 ++++++++++ 1 file changed, 10 insertions(+)
New commits: commit 710fc3e241932960e32c0c51fe2572b8ed95affe Author: Tomas Kasparek tkasparek@redhat.com Date: Tue Dec 3 14:30:14 2013 +0100
bootstrap tuning: style ssm overview table
diff --git a/branding/css/spacewalk-theme.less b/branding/css/spacewalk-theme.less index 5321d44..f52f16b 100644 --- a/branding/css/spacewalk-theme.less +++ b/branding/css/spacewalk-theme.less @@ -716,3 +716,13 @@ ul.nav.nav-tabs:last-child { } } } + +.ssm-overview { + td, th { + vertical-align: top; + } + th { + padding-left: 5px; + padding-right: 10px; + } +}
spacewalk-commits@lists.fedorahosted.org