From 206b1b12c5d516d424b82c5bf98561c33afe562c Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 4 Mar 2020 18:26:23 -0500 Subject: [PATCH] Additional fixes about the formatting. Additional fixes about the formatting. --- .../create/entityProperties/html/tabs/tabs.css | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/scripts/system/create/entityProperties/html/tabs/tabs.css b/scripts/system/create/entityProperties/html/tabs/tabs.css index 90cf201211..540a4a4e7e 100644 --- a/scripts/system/create/entityProperties/html/tabs/tabs.css +++ b/scripts/system/create/entityProperties/html/tabs/tabs.css @@ -1,5 +1,5 @@ /* -// tab.css.css +// tabs.css // // Created by Alezia Kurdis on 02/27/2020 // for "Project Athena" @@ -10,15 +10,12 @@ div.tabsContainer { float: left; - width:32px; + width: 32px; padding: 0px; } .tabsContainer button { - //display: block; - //color: black; padding: 4px; - //width:100%; text-align: center; cursor: pointer; transition: 0.4s; @@ -27,7 +24,7 @@ div.tabsContainer { border-color: #404040; border-width: 1px 0px 1px 1px; border-radius: 5px 0px 0px 5px; - outline:none; + outline: none; } .tabsContainer button:hover { @@ -42,10 +39,10 @@ div.labelTabHeader { font-size: 20px; font-weight: 700; height: 40px; - color:#ffffff; + color: #ffffff; } div.tab-section-header { - width:100%; + width: 100%; padding: 5px; -} \ No newline at end of file +}