raster pushed a commit to branch master.

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

commit f1b6b509d88247a2b2ebde5dd724f8b6fe283944
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Feb 15 17:21:16 2016 +0900

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

diff --git a/public_html/lib/tpl/e/css/modifications.css 
b/public_html/lib/tpl/e/css/modifications.css
index 9fecb81..5c5341a 100644
--- a/public_html/lib/tpl/e/css/modifications.css
+++ b/public_html/lib/tpl/e/css/modifications.css
@@ -601,7 +601,7 @@ table {
    border: 0;
    border-radius: 4px;
    background-color: #202020;
-   background-image: url(images/delete.png);
+   background-image: url("/lib/tpl/e/images/delete.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
@@ -611,56 +611,56 @@ table {
    margin-right: 0px;
    width: 24px;
    height: 24px;
-   float: right;
+   float: none;
 }
 
 .anss_del_img:hover {
    border: 0;
    border-radius: 4px;
    background-color: #606060;
-   background-image: url(images/delete_hov.png) !important;
+   background-image: url("/lib/tpl/e/images/delete_hov.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
-   margin-right: 0px;
+   margin-none: 0px;
    width: 24px;
    height: 24px;
-   float: right;
+   float: none;
 }
 
 .anss_edit_img {
    border: 0;
    border-radius: 4px;
    background-color: #202020;
-   background-image: url(images/edit.png);
+   background-image: url("/lib/tpl/e/images/edit.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
-   margin-right: 0px;
+   margin-none: 0px;
    width: 24px;
    height: 24px;
-   float: right;
+   float: none;
 }
 
 .anss_edit_img:hover {
    border: 0;
    border-radius: 4px;
    background-color: #606060;
-   background-image:url(images/edit_hov.png) !important;
+   background-image:url("/lib/tpl/e/images/edit_hov.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
-   margin-right: 0px;
+   margin-none: 0px;
    width: 24px;
    height: 24px;
-   float: right;
+   float: none;
 }

-- 


Reply via email to