comparison rhodecode/public/css/style.css @ 2877:d6ac3baaa15a

merged beta into stable
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 28 Sep 2012 23:28:10 +0200
parents d998cc84cf72 4982f5b06e2b
children 1f7b8c73c94a
comparison
equal deleted inserted replaced
2855:79fdfd0afdf8 2877:d6ac3baaa15a
4260 border-radius: 4px; 4260 border-radius: 4px;
4261 padding: 5px; 4261 padding: 5px;
4262 } 4262 }
4263 4263
4264 div.comment-inline-form { 4264 div.comment-inline-form {
4265 margin-top: 5px; 4265 padding:4px 0px 6px 0px;
4266 padding:2px 6px 8px 6px; 4266 }
4267 4267
4268 } 4268
4269 tr.hl-comment{
4270 /*
4271 background-color: #FFFFCC !important;
4272 */
4273 }
4274
4275 /*
4276 tr.hl-comment pre {
4277 border-top: 2px solid #FFEE33;
4278 border-left: 2px solid #FFEE33;
4279 border-right: 2px solid #FFEE33;
4280 }
4281 */
4269 4282
4270 .comment-inline-form strong { 4283 .comment-inline-form strong {
4271 display: block; 4284 display: block;
4272 margin-bottom: 15px; 4285 margin-bottom: 15px;
4273 } 4286 }