diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -1853,20 +1853,24 @@ h3.files_location { .cs_files .changes { float: right; + color:#003367; + } .cs_files .changes .added { background-color: #BBFFBB; float: left; text-align: center; - font-size: 90%; + font-size: 9px; + padding: 2px 0px 2px 0px; } .cs_files .changes .deleted { background-color: #FF8888; float: left; text-align: center; - font-size: 90%; + font-size: 9px; + padding: 2px 0px 2px 0px; } .cs_files .cs_added { @@ -3270,7 +3274,10 @@ div.rst-block pre { .comments .comments-number{ padding:0px 0px 10px 0px; font-weight: bold; -} + color: #666; + font-size: 16px; +} +/** comment form **/ .comment-form .clearfix{ background: #EEE; @@ -3332,3 +3339,59 @@ form.comment-form { position: absolute; right:40px; } + + + +/** comment inline form **/ + +.comment-inline-form .clearfix{ + background: #EEE; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; + padding: 5px; +} + +div.comment-inline-form { + margin-top: 5px; + padding:2px 6px 8px 6px; +} + +.comment-inline-form strong { + display: block; + margin-bottom: 15px; +} + +.comment-inline-form textarea { + width: 100%; + height: 100px; + font-family: 'Monaco', 'Courier', 'Courier New', monospace; +} + +form.comment-inline-form { + margin-top: 10px; + margin-left: 10px; +} + +.comment-inline-form-submit { + margin-top: 5px; + margin-left: 525px; +} + +.file-comments { + display: none; +} + +.comment-inline-form .comment { + margin-left: 10px; +} + +.comment-inline-form .comment-help{ + padding: 0px 0px 2px 0px; + color: #666666; + font-size: 10px; +} + +.comment-inline-form .comment-button{ + padding-top:5px; +} \ No newline at end of file