diff --git a/css/article-page.css b/css/article-page.css index cee51dc..7858700 100644 --- a/css/article-page.css +++ b/css/article-page.css @@ -28,13 +28,37 @@ line-height: 21px; } +#content #article-parent{ + margin: 0px 0px 10px 0; + font-style: normal; + text-align: left; +} + #content #article-parent a.button.with-text{ + height: 18px; + padding: 5px; background-color: #3E67B1; color: #FFF; + border-radius: 4px; + border: 1px solid #3E67B1; + font-size: 12px; + line-height: 18px; + text-transform: none; } #content #article-parent a.button.with-text:hover{ background-color: #5E82C6; + border-color: #5E82C6; +} + +#content #article-parent a.button.with-text::before{ + content: "\f053"; + font-family: FontAwesome; + padding-right: 4px; + padding-left: 2px; + color: #ffffff; + border-radius: 4px; + text-align: center; } /* Need a dev solution - blog internal pages*/ @@ -123,6 +147,7 @@ /*** Tags ***/ #content .main-block #article-tags{ + display: none; /* wait to fix label */ width: 100%; color: #5E82C6; border-bottom: 1px solid #D3D6DE; diff --git a/css/main-content.css b/css/main-content.css index 293b4be..13ac46e 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -107,6 +107,10 @@ text-transform: none; } +#content #article-actions a.button.with-text span{ + padding: 0; +} + .action-profile-members #content .button-bar a.button.with-text{ height: auto; border: 1px solid #D3D6DE; -- libgit2 0.21.2