Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorValdis Murzins <valdis.murzins@zabbix.com>2018-06-11 18:21:28 +0300
committerValdis Murzins <valdis.murzins@zabbix.com>2018-06-11 18:21:28 +0300
commit76f4648fcdcb687f013c688a36fb67fcb4eb9724 (patch)
tree677aa0f089148a30e658fde3ceb44bc1f585a979 /sass
parentab08bd178871785a42c6f99ebf5031f9a945e895 (diff)
..F....... [ZBXNEXT-4447] fixed styles after merge
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 061bf483655..9b8a5f01b56 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -791,12 +791,13 @@ output {
}
td {
+ padding-top: 0px;
+ padding-bottom: 0px;
border-bottom: none;
box-shadow: inset 0 -1px 0 0 rgba($font-color, 0.1);
color: $font-color;
height: 22px;
line-height: 1;
- padding: 0 5px;
vertical-align: middle;
[class*='icon-'] {