comparison pylons_app/public/css/style.css @ 524:63212fea2471

a lot of fixes in templates, added options to each repository showing fork/serach/settings fixed emtpy changeset (again !)
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Sep 2010 22:36:53 +0200
parents d5efb83590ef
children 804a14e086dc
comparison
equal deleted inserted replaced
523:d64a3ab18845 524:63212fea2471
567 margin:0; 567 margin:0;
568 padding:12px 9px 7px 24px; 568 padding:12px 9px 7px 24px;
569 width:167px; 569 width:167px;
570 } 570 }
571 571
572 #header #header-inner #quick li ul li a.branches,#header #header-inner #quick li ul li a.branches:hover 572
573 { 573 #header #header-inner #quick li ul li a.fork,
574 574 #header #header-inner #quick li ul li a.fork:hover
575 {
576
577 background: #FFFFFF url("../images/icons/arrow_divide.png") no-repeat 4px 9px;
578 margin:0;
579 padding:12px 9px 7px 24px;
580 width:167px;
581 }
582
583 #header #header-inner #quick li ul li a.search,
584 #header #header-inner #quick li ul li a.search:hover
585 {
586 background: #FFFFFF url("../images/icons/search_16.png") no-repeat 4px 9px;
587 margin:0;
588 padding:12px 9px 7px 24px;
589 width:167px;
590 }
591
592 #header #header-inner #quick li ul li a.delete,
593 #header #header-inner #quick li ul li a.delete:hover
594 {
595 background: #FFFFFF url("../images/icons/delete.png") no-repeat 4px 9px;
596 margin:0;
597 padding:12px 9px 7px 24px;
598 width:167px;
599 }
600
601 #header #header-inner #quick li ul li a.branches,
602 #header #header-inner #quick li ul li a.branches:hover
603 {
575 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px; 604 background: #FFFFFF url("../images/icons/arrow_branch.png") no-repeat 4px 9px;
576 margin:0; 605 margin:0;
577 padding:12px 9px 7px 24px; 606 padding:12px 9px 7px 24px;
578 width:167px; 607 width:167px;
579 } 608 }
580 609
581 #header #header-inner #quick li ul li a.tags,#header #header-inner #quick li ul li a.tags:hover 610 #header #header-inner #quick li ul li a.tags,
582 { 611 #header #header-inner #quick li ul li a.tags:hover
583 612 {
584 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; 613 background: #FFFFFF url("../images/icons/tag_blue.png") no-repeat 4px 9px;
585 margin:0; 614 margin:0;
586 padding:12px 9px 7px 24px; 615 padding:12px 9px 7px 24px;
587 width:167px; 616 width:167px;
588 } 617 }
3462 } 3491 }
3463 3492
3464 .action_button { 3493 .action_button {
3465 border: 0px; 3494 border: 0px;
3466 display: block; 3495 display: block;
3496 color:#0066CC;
3467 } 3497 }
3468 3498
3469 .action_button:hover { 3499 .action_button:hover {
3470 border: 0px; 3500 border: 0px;
3471 font-style: italic; 3501 text-decoration:underline;
3472 cursor: pointer; 3502 cursor: pointer;
3503 color:#0066CC;
3473 } 3504 }
3474 3505
3475 /* ----------------------------------------------------------- 3506 /* -----------------------------------------------------------
3476 REPO SWITCHER 3507 REPO SWITCHER
3477 ----------------------------------------------------------- */ 3508 ----------------------------------------------------------- */