raster pushed a commit to branch master.

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

commit e8e4be0ee5be1b1cb6fb9a5af8f9111240381804
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Feb 15 16:53:44 2016 +0900

    www - news css
---
 public_html/lib/tpl/e/css/modifications.css | 30 ++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 9ecf55a..a4b3110 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -590,7 +590,7 @@ table {
 }
 
 .news_preview {
-   font-size: 14px;
+   font-size: 100%;
    line-height: 100%;
    color: #888888;
    margin: 0;
@@ -604,13 +604,14 @@ table {
    background-image: url(/images/delete.png);
    background-repeat: no-repeat;
    background-position: center;
+   padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
-   width: 40px;
-   height: 40px;
-   float: left;
+   width: 24px;
+   height: 24px;
+   float: clear;
 }
 
 .anss_del_img:hover {
@@ -620,13 +621,14 @@ table {
    background-image: url(/images/delete_hov.png) !important;
    background-repeat: no-repeat;
    background-position: center;
+   padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-left: 0px;
-   width: 40px;
-   height: 40px;
-   float: left;
+   width: 24px;
+   height: 24px;
+   float: clear;
 }
 
 .anss_edit_img {
@@ -636,13 +638,14 @@ table {
    background-image: url(/images/edit.png);
    background-repeat: no-repeat;
    background-position: center;
+   padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-left: 0px;
-   width: 40px;
-   height: 40px;
-   float: left;
+   width: 24px;
+   height: 24px;
+   float: clear;
 }
 
 .anss_edit_img:hover {
@@ -652,11 +655,12 @@ table {
    background-image:url(/images/edit_hov.png) !important;
    background-repeat: no-repeat;
    background-position: center;
+   padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-left: 0px;
-   width: 40px;
-   height: 40px;
-   float: left;
+   width: 24px;
+   height: 24px;
+   float: clear;
 }

-- 


Reply via email to