From 4a1926a9016cdc06a653c03b565ea450dc4a708f Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Mon, 2 Mar 2020 23:11:45 -0500 Subject: [PATCH] Code minor adjustments. Code minor adjustments to be compliant with the coding convention. --- .../entityProperties/html/tabs/tabs.css | 70 +++++++++---------- 1 file changed, 34 insertions(+), 36 deletions(-) diff --git a/scripts/system/create/entityProperties/html/tabs/tabs.css b/scripts/system/create/entityProperties/html/tabs/tabs.css index 010d6400a3..90cf201211 100644 --- a/scripts/system/create/entityProperties/html/tabs/tabs.css +++ b/scripts/system/create/entityProperties/html/tabs/tabs.css @@ -8,46 +8,44 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html */ -div.tabsContainer{ - float: left; - width:32px; - padding: 0px; - } - -.tabsContainer button { - //display: block; - //color: black; - padding: 4px; - //width:100%; - text-align: center; - cursor: pointer; - transition: 0.4s; - font-size: 14px; - background-color: #404040; - border-color: #404040; - border-width: 1px 0px 1px 1px; - border-radius: 5px 0px 0px 5px; - outline:none; - } +div.tabsContainer { + float: left; + width:32px; + padding: 0px; +} +.tabsContainer button { + //display: block; + //color: black; + padding: 4px; + //width:100%; + text-align: center; + cursor: pointer; + transition: 0.4s; + font-size: 14px; + background-color: #404040; + border-color: #404040; + border-width: 1px 0px 1px 1px; + border-radius: 5px 0px 0px 5px; + outline:none; +} .tabsContainer button:hover { - background-color: #575757; - } - + background-color: #575757; +} .tabsContainer button.active { - background-color: #2E2E2E; - } + background-color: #2E2E2E; +} -div.labelTabHeader{ - font-size: 20px; - font-weight: 700; - height: 40px; - color:#ffffff; - } +div.labelTabHeader { + font-size: 20px; + font-weight: 700; + height: 40px; + color:#ffffff; +} -div.tab-section-header{ - width:100%; - padding: 5px; - } \ No newline at end of file +div.tab-section-header { + width:100%; + padding: 5px; +} \ No newline at end of file