comparison rhodecode/public/css/style.css @ 668:dff6d5cb8bba beta

fixed deletion of repository on filesystem, works based on scm type for git and hg. agged 'ago' into age function some css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Nov 2010 15:07:53 +0100
parents 6199b34d349b
children dd532af216d9
comparison
equal deleted inserted replaced
667:56a8434a88cc 668:dff6d5cb8bba
257 } 257 }
258 258
259 #header #header-inner #logo h1 { 259 #header #header-inner #logo h1 {
260 color:#FFF; 260 color:#FFF;
261 font-size:14px; 261 font-size:14px;
262 text-transform:uppercase;
263 margin:13px 0 0 13px; 262 margin:13px 0 0 13px;
264 padding:0; 263 padding:0;
265 } 264 }
266 265
267 #header #header-inner #logo a { 266 #header #header-inner #logo a {
417 margin:0; 416 margin:0;
418 padding:12px 9px 7px 24px; 417 padding:12px 9px 7px 24px;
419 } 418 }
420 419
421 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover { 420 #header #header-inner #quick li ul li a.repos,#header #header-inner #quick li ul li a.repos:hover {
422 background:url("../images/icons/folder_edit.png") no-repeat scroll 4px 9px #FFF; 421 background:url("../images/icons/database_edit.png") no-repeat scroll 4px 9px #FFF;
423 width:167px; 422 width:167px;
424 margin:0; 423 margin:0;
425 padding:12px 9px 7px 24px; 424 padding:12px 9px 7px 24px;
426 } 425 }
427 426
1391 .trending_language { 1390 .trending_language {
1392 background-color:#003367; 1391 background-color:#003367;
1393 color:#FFF; 1392 color:#FFF;
1394 display:block; 1393 display:block;
1395 min-width:20px; 1394 min-width:20px;
1396 max-width:400px;
1397 text-decoration:none; 1395 text-decoration:none;
1398 height:12px; 1396 height:12px;
1399 margin-bottom:4px; 1397 margin-bottom:4px;
1400 margin-left:5px; 1398 margin-left:5px;
1401 white-space:pre; 1399 white-space:pre;