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
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/styles/blue-theme.css')
-rw-r--r--frontends/php/styles/blue-theme.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/frontends/php/styles/blue-theme.css b/frontends/php/styles/blue-theme.css
index 3f93745bb49..cf65cbaba4a 100644
--- a/frontends/php/styles/blue-theme.css
+++ b/frontends/php/styles/blue-theme.css
@@ -693,8 +693,10 @@ output {
position: relative;
border-bottom: 1px solid #ebeef0;
line-height: 18px;
- vertical-align: top;
- max-width: 300px; }
+ vertical-align: top; }
+ .list-table tbody th.latest-value,
+ .list-table td.latest-value {
+ max-width: 300px; }
.list-table tbody th {
text-align: left; }
.list-table .vertical_rotation_inner {
@@ -1412,6 +1414,8 @@ select {
background-color: #fff; }
.checkbox-radio + label span:active {
border-color: #acbbc2; }
+ .checkbox-radio + label.label-pos-left span {
+ margin-left: 4px; }
.checkbox-radio:focus + label span {
border-color: #02659f; }
.checkbox-radio:checked:focus + label span {