From 69e4619781e97d008134ff33a2583ce703b4abef Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Thu, 14 Jan 2016 12:19:05 -0300 Subject: [PATCH] Add more info on article page --- src/app/components/noosfero-articles/article/article.html | 16 +++++++++++++++- src/app/components/noosfero-articles/article/article.scss | 15 +++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 src/app/components/noosfero-articles/article/article.scss diff --git a/src/app/components/noosfero-articles/article/article.html b/src/app/components/noosfero-articles/article/article.html index 24b1b45..ab4d1d7 100644 --- a/src/app/components/noosfero-articles/article/article.html +++ b/src/app/components/noosfero-articles/article/article.html @@ -2,6 +2,20 @@

-
+
+
+ + + + + + + + + +
+
+ +
diff --git a/src/app/components/noosfero-articles/article/article.scss b/src/app/components/noosfero-articles/article/article.scss new file mode 100644 index 0000000..e747702 --- /dev/null +++ b/src/app/components/noosfero-articles/article/article.scss @@ -0,0 +1,15 @@ +.page-info { + .author { + a { + color: #b4bcc2; + } + } +} + +.page-header { + margin-bottom: 5px; +} + +.sub-header { + margin-bottom: 20px; +} -- libgit2 0.21.2