From 54b3ef12232a3a4ce72627ccb797c006aa52da14 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 18 Nov 2015 23:31:36 +0200 Subject: [PATCH] chane line width to 1px --- lib/components/JsonSchema/json-schema.css | 20 ++++++++++---------- lib/components/ParamsList/params-list.css | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/components/JsonSchema/json-schema.css b/lib/components/JsonSchema/json-schema.css index df55324e..19f860dd 100644 --- a/lib/components/JsonSchema/json-schema.css +++ b/lib/components/JsonSchema/json-schema.css @@ -9,7 +9,7 @@ h2 { .param-schema { padding-left: 13px; padding-top: 5px; - border-left: 2px solid #7D97CE; + border-left: 1px solid #7D97CE; } .param-wrap { @@ -19,10 +19,10 @@ h2 { .param-schema:before { content: ""; position: absolute; - left: 15px; + left: 14px; top: 10px; bottom: 0; - border-left: 2px solid #7D97CE; + border-left: 1px solid #7D97CE; } .param-name { @@ -62,7 +62,7 @@ h2 { } .param-name { - border-left: 2px solid #7D97CE; + border-left: 1px solid #7D97CE; white-space: nowrap; position: relative; } @@ -81,7 +81,7 @@ h2 { .param-name > span:after { content: ""; position: absolute; - border-top: 2px solid #7D97CE; + border-top: 1px solid #7D97CE; width: 10px; left: 0; top: 10px; @@ -91,8 +91,8 @@ h2 { content: ""; display: block; position: absolute; - left: -2px; - width: 2px; + left: -1px; + width: 1px; background-color: white; height: 10px; } @@ -101,9 +101,9 @@ h2 { content: ""; display: block; position: absolute; - left: -2px; - width: 2px; - top: 18px; + left: -1px; + width: 1px; + top: 11px; background-color: white; bottom: 0; } diff --git a/lib/components/ParamsList/params-list.css b/lib/components/ParamsList/params-list.css index bc22a46b..b6aad721 100644 --- a/lib/components/ParamsList/params-list.css +++ b/lib/components/ParamsList/params-list.css @@ -45,7 +45,7 @@ h2 { } .param-name { - border-left: 2px solid #7D97CE; + border-left: 1px solid #7D97CE; white-space: nowrap; position: relative; } @@ -64,7 +64,7 @@ h2 { .param-name > span:after { content: ""; position: absolute; - border-top: 2px solid #7D97CE; + border-top: 1px solid #7D97CE; width: 10px; left: 0; top: 10px; @@ -86,7 +86,7 @@ h2 { position: absolute; left: -2px; width: 2px; - top: 18px; + top: 11px; background-color: white; bottom: 0; }