changeset 2438:471ac5256400 codereview

css fixes for inline forms
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Jun 2012 16:39:52 +0200
parents 4ab0e4d478b6
children ad19dfcdb1cc
files rhodecode/public/css/style.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Sun Jun 10 02:26:02 2012 +0200
+++ b/rhodecode/public/css/style.css	Sun Jun 10 16:39:52 2012 +0200
@@ -4151,6 +4151,7 @@
     background: #f8f8f8;
     padding: 4px;
     border-bottom: 1px solid #ddd;
+    height: 20px;
 }
 
 .inline-comments .comment .meta img {
@@ -4159,9 +4160,13 @@
 
 .inline-comments .comment .meta .user {
     font-weight: bold;
+    float:left;
+    padding: 3px;
 }
 
 .inline-comments .comment .meta .date {
+    float:left;
+    padding: 3px;
 }
 
 .inline-comments .comment .text {