From 615abc1d8086c1bc7ff807e209d4cf751f9a4cfa Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 Dec 2014 10:23:25 +0000 Subject: [PATCH] Make tab letter spacing better --- app/assets/sass/modules/_tabs.scss | 1 + .../css/{all-ae1aa92e.css => all-43d753ea.css} | 18 +++++++++++------- public/build/css/all.css | 18 +++++++++++------- public/build/rev-manifest.json | 2 +- 4 files changed, 24 insertions(+), 15 deletions(-) rename public/build/css/{all-ae1aa92e.css => all-43d753ea.css} (99%) diff --git a/app/assets/sass/modules/_tabs.scss b/app/assets/sass/modules/_tabs.scss index 6a44e2c5..9f987f1b 100644 --- a/app/assets/sass/modules/_tabs.scss +++ b/app/assets/sass/modules/_tabs.scss @@ -8,6 +8,7 @@ div[role=tabpanel] { padding: 10px 25px; border-radius: 0; font-size: 0.9em; + letter-spacing: 0.01em; } } } diff --git a/public/build/css/all-ae1aa92e.css b/public/build/css/all-43d753ea.css similarity index 99% rename from public/build/css/all-ae1aa92e.css rename to public/build/css/all-43d753ea.css index c6b50f09..6df7f33f 100644 --- a/public/build/css/all-ae1aa92e.css +++ b/public/build/css/all-43d753ea.css @@ -17,7 +17,8 @@ div[role=tabpanel] ul.nav-tabs { display: inline-block; padding: 10px 25px; border-radius: 0; - font-size: 0.9em; } + font-size: 0.9em; + letter-spacing: 0.01em; } div[role=tabpanel] .tab-content { border-left: 1px solid #d5d8d7; border-bottom: 1px solid #d5d8d7; @@ -43,21 +44,23 @@ body.dashboard .wrapper { body.dashboard .wrapper .content { -webkit-transition: margin 0.2s; transition: margin 0.2s; - margin-left: 250px; } } + margin-left: 250px; } + } body.dashboard .wrapper.active .sidebar { margin-left: 0; } @media (min-width: 550px) { body.dashboard .wrapper.active .content { -webkit-transition: margin 0.2s; transition: margin 0.2s; - margin-left: 250px; } } + margin-left: 250px; } + } body.dashboard .navbar { z-index: 999; border-radius: 0px; border: none; - border-bottom: 1px solid #00695b; - background: #009c87; + border-bottom: 1px solid #00695c; + background: #009c89; margin: 0; } body.dashboard .navbar a, body.dashboard .navbar a:active, body.dashboard .navbar a:visited { color: #ffffff; } @@ -70,7 +73,7 @@ body.dashboard .navbar { body.dashboard .navbar .navbar-toggle.collapsed span { background-color: #ffffff; } body.dashboard .navbar .navbar-collapse { - background: #009c87; } + background: #009c89; } body.dashboard .navbar a.navbar-brand { padding: 34px 21px; line-height: 0em; @@ -83,7 +86,8 @@ body.dashboard .navbar { padding-right: 10px; } body.dashboard .navbar a.navbar-brand span:before { font-family: FontAwesome; - content: "\f060"; } } + content: "\f060"; } + } body.dashboard .navbar .nav li a { height: 68px; line-height: 35px; } diff --git a/public/build/css/all.css b/public/build/css/all.css index c6b50f09..6df7f33f 100644 --- a/public/build/css/all.css +++ b/public/build/css/all.css @@ -17,7 +17,8 @@ div[role=tabpanel] ul.nav-tabs { display: inline-block; padding: 10px 25px; border-radius: 0; - font-size: 0.9em; } + font-size: 0.9em; + letter-spacing: 0.01em; } div[role=tabpanel] .tab-content { border-left: 1px solid #d5d8d7; border-bottom: 1px solid #d5d8d7; @@ -43,21 +44,23 @@ body.dashboard .wrapper { body.dashboard .wrapper .content { -webkit-transition: margin 0.2s; transition: margin 0.2s; - margin-left: 250px; } } + margin-left: 250px; } + } body.dashboard .wrapper.active .sidebar { margin-left: 0; } @media (min-width: 550px) { body.dashboard .wrapper.active .content { -webkit-transition: margin 0.2s; transition: margin 0.2s; - margin-left: 250px; } } + margin-left: 250px; } + } body.dashboard .navbar { z-index: 999; border-radius: 0px; border: none; - border-bottom: 1px solid #00695b; - background: #009c87; + border-bottom: 1px solid #00695c; + background: #009c89; margin: 0; } body.dashboard .navbar a, body.dashboard .navbar a:active, body.dashboard .navbar a:visited { color: #ffffff; } @@ -70,7 +73,7 @@ body.dashboard .navbar { body.dashboard .navbar .navbar-toggle.collapsed span { background-color: #ffffff; } body.dashboard .navbar .navbar-collapse { - background: #009c87; } + background: #009c89; } body.dashboard .navbar a.navbar-brand { padding: 34px 21px; line-height: 0em; @@ -83,7 +86,8 @@ body.dashboard .navbar { padding-right: 10px; } body.dashboard .navbar a.navbar-brand span:before { font-family: FontAwesome; - content: "\f060"; } } + content: "\f060"; } + } body.dashboard .navbar .nav li a { height: 68px; line-height: 35px; } diff --git a/public/build/rev-manifest.json b/public/build/rev-manifest.json index 7f8e8f32..9a4e7e5b 100644 --- a/public/build/rev-manifest.json +++ b/public/build/rev-manifest.json @@ -1,4 +1,4 @@ { - "css/all.css": "css/all-ae1aa92e.css", + "css/all.css": "css/all-43d753ea.css", "js/all.js": "js/all-c84ab03b.js" } \ No newline at end of file