Commit 6c06d187 authored by Dan Pascu's avatar Dan Pascu

Fixed CSS comments

parent 9383443c
...@@ -176,7 +176,7 @@ body ...@@ -176,7 +176,7 @@ body
{ {
visibility: hidden; visibility: hidden;
font-weight: bold; font-weight: bold;
//position: absolute; /*position: absolute;*/
margin-top: 0px; margin-top: 0px;
padding-left: 4px; padding-left: 4px;
padding-top: 0px; padding-top: 0px;
...@@ -191,7 +191,7 @@ body ...@@ -191,7 +191,7 @@ body
.message:not(.focus) .x-message.ltr .x-time, .message:not(.focus) .x-message.ltr .x-time,
.message .x-message.ltr:not(.focus) .x-time .message .x-message.ltr:not(.focus) .x-time
{ {
//right: 1px; /*right: 1px;*/
padding-right: 5px; padding-right: 5px;
float: right; float: right;
margin-right: -8px; margin-right: -8px;
...@@ -201,7 +201,7 @@ body ...@@ -201,7 +201,7 @@ body
.message.focus .x-message.ltr .x-time, .message.focus .x-message.ltr .x-time,
.message .x-message.focus.ltr .x-time .message .x-message.focus.ltr .x-time
{ {
//right: 1px; /*right: 1px;*/
padding-right: 9px; padding-right: 9px;
float: right; float: right;
margin-right: -8px; margin-right: -8px;
...@@ -210,11 +210,11 @@ body ...@@ -210,11 +210,11 @@ body
.message .x-message.rtl .x-time .message .x-message.rtl .x-time
{ {
//left: 2px; /*left: 2px;*/
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
float: left; float: left;
//margin-right: -8px; /*margin-right: -8px;*/
margin-left: -4px; margin-left: -4px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment