comparison rhodecode/public/css/style.css @ 1737:61eda8bf70d0 beta

new files views - compated space - nicer gui - code garden
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Nov 2011 03:17:17 +0200
parents 07e56179633e
children 4a5b93b3bcdd
comparison
equal deleted inserted replaced
1736:e2d76554d2c6 1737:61eda8bf70d0
640 color: #bfe3ff; 640 color: #bfe3ff;
641 text-decoration: none; 641 text-decoration: none;
642 } 642 }
643 643
644 .quick_repo_menu { 644 .quick_repo_menu {
645 background: #FFF url("../images/vertical-indicator.png") 8px 50% 645 background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important;
646 no-repeat !important;
647 cursor: pointer; 646 cursor: pointer;
648 width: 8px; 647 width: 8px;
648 border: 1px solid transparent;
649 } 649 }
650 650
651 .quick_repo_menu.active { 651 .quick_repo_menu.active {
652 background: #FFF url("../images/horizontal-indicator.png") 4px 50% 652 background: url("../images/horizontal-indicator.png") no-repeat scroll 5px 50% #FFFFFF !important;
653 no-repeat !important; 653 border: 1px solid #003367;
654 cursor: pointer; 654 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
655 cursor: pointer;
655 } 656 }
656 657
657 .quick_repo_menu .menu_items { 658 .quick_repo_menu .menu_items {
658 margin-top: 6px; 659 margin-top: 10px;
660 margin-left:-6px;
659 width: 150px; 661 width: 150px;
660 position: absolute; 662 position: absolute;
661 background-color: #FFF; 663 background-color: #FFF;
662 background: none repeat scroll 0 0 #FFFFFF; 664 background: none repeat scroll 0 0 #FFFFFF;
663 border-color: #003367 #666666 #666666; 665 border-color: #003367 #666666 #666666;
664 border-right: 1px solid #666666; 666 border-right: 1px solid #666666;
665 border-style: solid; 667 border-style: solid;
666 border-width: 1px; 668 border-width: 1px;
667 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 669 box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2);
670 border-top-style: none;
668 } 671 }
669 672
670 .quick_repo_menu .menu_items li { 673 .quick_repo_menu .menu_items li {
671 padding: 0 !important; 674 padding: 0 !important;
672 } 675 }
805 margin: 10px 0; 808 margin: 10px 0;
806 padding: 0; 809 padding: 0;
807 } 810 }
808 811
809 #content div.box dl { 812 #content div.box dl {
810 margin: 10px 24px; 813 margin: 10px 0px;
811 } 814 }
812 815
813 #content div.box dt { 816 #content div.box dt {
814 font-size: 12px; 817 font-size: 12px;
815 margin: 0; 818 margin: 0;
1823 margin: 10px 0 !important; 1826 margin: 10px 0 !important;
1824 } 1827 }
1825 1828
1826 #files_data dl dt { 1829 #files_data dl dt {
1827 float: left; 1830 float: left;
1828 width: 115px; 1831 width: 60px;
1829 margin: 0 !important; 1832 margin: 0 !important;
1830 padding: 5px; 1833 padding: 5px;
1831 } 1834 }
1832 1835
1833 #files_data dl dd { 1836 #files_data dl dd {