diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-07-05 12:08:09 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-07-05 12:08:09 +0200 |
commit | 405256e05e7cf7af476ba733a83043dee88158ba (patch) | |
tree | 331626244495b9aa277522a70f5c7923ad864a2b /server/sonar-web/src/main/less/init | |
parent | 8168dffb0103a5861b836c03e3e0bd00f132eeb1 (diff) | |
download | sonarqube-405256e05e7cf7af476ba733a83043dee88158ba.tar.gz sonarqube-405256e05e7cf7af476ba733a83043dee88158ba.zip |
apply feedback for the quality profiles page
Diffstat (limited to 'server/sonar-web/src/main/less/init')
-rw-r--r-- | server/sonar-web/src/main/less/init/tables.less | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/server/sonar-web/src/main/less/init/tables.less b/server/sonar-web/src/main/less/init/tables.less index c5ec9d3ed9d..d5802264ca9 100644 --- a/server/sonar-web/src/main/less/init/tables.less +++ b/server/sonar-web/src/main/less/init/tables.less @@ -52,14 +52,6 @@ table.data > thead > tr > th { border-bottom: 1px solid @barBorderColor; font-weight: 500; - &:first-child { - padding-left: 0 - } - - &:last-child { - padding-right: 0; - } - & > .small { display: block; line-height: 1.4; @@ -78,14 +70,6 @@ table.data > tbody > tr > td { vertical-align: text-top; line-height: 16px; - &:first-child { - padding-left: 0 - } - - &:last-child { - padding-right: 0; - } - &.text-middle { vertical-align: middle; } |