[geeklog-cvs] geeklog: newpro: RTL fix for system messages

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 23 17:51:24 EDT 2012


changeset 8556:810c7e4b9dec
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/810c7e4b9dec
user: Rouslan Placella <rouslan at placella.com>
date: Fri Mar 23 20:45:49 2012 +0000
description:
newpro: RTL fix for system messages

diffstat:

 public_html/layout/newpro/css/compatible.css |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 96adf2aba373 -r 810c7e4b9dec public_html/layout/newpro/css/compatible.css
--- a/public_html/layout/newpro/css/compatible.css	Fri Mar 23 20:36:28 2012 +0000
+++ b/public_html/layout/newpro/css/compatible.css	Fri Mar 23 20:45:49 2012 +0000
@@ -286,16 +286,17 @@
 }
 .sysmessage {
   position: relative;
-  margin: 1em 1em 1em 4em;
+  margin: 1em;
+  margin-{left}: 4em;
 }
 .sysmessage img {
   position: absolute;
-  left: -3.1em;
+  {left}: -3.1em;
   top: -0.3em;
   border:none;
-  float:left;
+  float:{left};
   padding-bottom:3px;
-  padding-right:5px;
+  padding-{right}:5px;
 }
 /* Stats **********************************************************************/
 .stats-list-count {



More information about the geeklog-cvs mailing list