Changeset - 471ac5256400
[Not reviewed]
codereview
0 1 0
Marcin Kuzminski - 13 years ago 2012-06-10 16:39:52
marcin@python-works.com
css fixes for inline forms
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4151,6 +4151,7 @@ form.comment-inline-form {
 
    background: #f8f8f8;
 
    padding: 4px;
 
    border-bottom: 1px solid #ddd;
 
    height: 20px;
 
}
 
 
.inline-comments .comment .meta img {
 
@@ -4159,9 +4160,13 @@ form.comment-inline-form {
 
 
.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 {
0 comments (0 inline, 0 general)