From 1deeddeedb2bb5e6b1b07f6950727eba5696324d Mon Sep 17 00:00:00 2001 From: alekseybobkov Date: Mon, 22 Feb 2016 21:55:36 -0800 Subject: [PATCH] Minor update in the UI --- modules/system/assets/ui/less/list.less | 1 + modules/system/assets/ui/storm.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/system/assets/ui/less/list.less b/modules/system/assets/ui/less/list.less index cf21e5ce7..10ef3f210 100644 --- a/modules/system/assets/ui/less/list.less +++ b/modules/system/assets/ui/less/list.less @@ -89,6 +89,7 @@ table.table.data { padding: 11px 15px; color: @color-list-text; border-color: @color-list-grid; + font-size: 14px; a:not(.btn) { color: @color-list-text; diff --git a/modules/system/assets/ui/storm.css b/modules/system/assets/ui/storm.css index 9df1fda36..66d6dc58d 100644 --- a/modules/system/assets/ui/storm.css +++ b/modules/system/assets/ui/storm.css @@ -2356,7 +2356,7 @@ table.table.data thead td.active > span:after,table.table.data thead th.active > table.table.data thead tr th:first-child{padding-left:10px} table.table.data thead tr th:last-child a{padding-right:25px} table.table.data tbody tr:nth-child(even) td,table.table.data tbody tr:nth-child(even) th{background-color:#ecf0f1} -table.table.data tbody td,table.table.data tbody th{padding:11px 15px;color:#666666;border-color:#e4e7e8} +table.table.data tbody td,table.table.data tbody th{padding:11px 15px;color:#666666;border-color:#e4e7e8;font-size:14px} table.table.data tbody td a:not(.btn),table.table.data tbody th a:not(.btn){color:#666666} table.table.data tbody td a:not(.btn):hover,table.table.data tbody th a:not(.btn):hover{text-decoration:none} table.table.data tbody td div.progress,table.table.data tbody th div.progress{position:relative;overflow:visible;height:auto;margin-bottom:0;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}