raster pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=c76b66b31d2f72aec55aef36f08ea43af9868eac

commit c76b66b31d2f72aec55aef36f08ea43af9868eac
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Feb 15 16:47:31 2016 +0900

    e www - news - update css
---
 public_html/lib/tpl/e/css/modifications.css | 84 +++++++++++++++++++++++++++++
 1 file changed, 84 insertions(+)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 5bb8f41..2774a83 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -576,3 +576,87 @@ table {
    margin-top: 10px;
    margin-bottom: 10px;
 }
+
+.news_date {
+   font-size: 50%;
+   font-style: italic;
+   color: #888888;
+}
+
+.news_subtitle {
+   font-size: 80%;
+   font-style: italic;
+   color: #aaaaaa;
+}
+
+.news_preview {
+   font-size: 14px;
+   line-height: 100%;
+   color: #888888;
+   margin: 0;
+   padding: 0;
+}
+
+.anss_del_img {
+   border: 0;
+   border-radius: 4px;
+   background-color: #202020;
+   background-image: url(/images/delete.png);
+   background-repeat: no-repeat;
+   background-position: center;
+   margin-top: 0px;
+   margin-bottom: 0px;
+   margin-right: 0px;
+   margin-left: 0px;
+   width: 40px;
+   height: 40px;
+   float: right;
+}
+
+.anss_del_img:hover {
+   border: 0;
+   border-radius: 4px;
+   background-color: #606060;
+   background-image: url(/images/delete_hov.png) !important;
+   background-repeat: no-repeat;
+   background-position: center;
+   margin-top: 0px;
+   margin-bottom: 0px;
+   margin-right: 0px;
+   margin-left: 0px;
+   width: 40px;
+   height: 40px;
+   float: right;
+}
+
+.anss_edit_img {
+   border: 0;
+   border-radius: 4px;
+   background-color: #202020;
+   background-image: url(/images/edit.png);
+   background-repeat: no-repeat;
+   background-position: center;
+   margin-top: 0px;
+   margin-bottom: 0px;
+   margin-right: 0px;
+   margin-left: 0px;
+   width: 40px;
+   height: 40px;
+   float: right;
+}
+
+.anss_edit_img:hover {
+   border: 0;
+   border-radius: 4px;
+   background-color: #606060;
+   background-image:url(/images/edit_hov.png) !important;
+   background-repeat: no-repeat;
+   background-position: center;
+   margin-top: 0px;
+   margin-bottom: 0px;
+   margin-right: 0px;
+   margin-left: 0px;
+   width: 40px;
+   height: 40px;
+   float: right;
+}

-- 


Reply via email to