comparison rhodecode/public/css/style.css @ 3542:fc79b3d5beb7 beta

small new UI fixes
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Mar 2013 18:16:23 +0100
parents 6e8027c2f49c
children c0a157ab9a15
comparison
equal deleted inserted replaced
3541:8fae93880c30 3542:fc79b3d5beb7
458 458
459 #header #header-inner #quick .repo_switcher_type { 459 #header #header-inner #quick .repo_switcher_type {
460 position: absolute; 460 position: absolute;
461 left: 0; 461 left: 0;
462 top: 9px; 462 top: 9px;
463 margin: 0px 2px 0px 2px;
463 } 464 }
464 465
465 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover { 466 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
466 background-image: url("../images/icons/book.png"); 467 background-image: url("../images/icons/book.png");
467 } 468 }
480 background-position: 20px 9px; 481 background-position: 20px 9px;
481 } 482 }
482 483
483 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover { 484 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
484 background-image: url("../images/icons/giticon.png"); 485 background-image: url("../images/icons/giticon.png");
486 padding-left: 42px;
487 background-position: 20px 9px;
485 } 488 }
486 489
487 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover { 490 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
488 background-image: url("../images/icons/database_edit.png"); 491 background-image: url("../images/icons/database_edit.png");
489 } 492 }
1706 1709
1707 #content #summary-menu-stats li:first-child { 1710 #content #summary-menu-stats li:first-child {
1708 border-top: none; 1711 border-top: none;
1709 } 1712 }
1710 1713
1711 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')} 1714 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
1712 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')} 1715 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')}
1713 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')} 1716 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')}
1714 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')} 1717 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')}
1715 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')} 1718 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
1716 1719
1717 #summary-menu-stats a { 1720 #summary-menu-stats a {
1718 display: block; 1721 display: block;
1719 padding: 12px 30px; 1722 padding: 12px 30px;
1720 background-repeat: no-repeat; 1723 background-repeat: no-repeat;
1978 color: #fff; 1981 color: #fff;
1979 padding: 5px 0px 5px 14px; 1982 padding: 5px 0px 5px 14px;
1980 } 1983 }
1981 1984
1982 #quick_login .password_forgoten { 1985 #quick_login .password_forgoten {
1983 padding-right: 10px; 1986 padding-right: 0px;
1984 padding-top: 0px; 1987 padding-top: 0px;
1985 text-align: left; 1988 text-align: left;
1986 } 1989 }
1987 1990
1988 #quick_login .password_forgoten a { 1991 #quick_login .password_forgoten a {
1989 font-size: 10px; 1992 font-size: 10px;
1990 color: #fff; 1993 color: #fff;
1994 padding: 0px !important;
1995 line-height: 20px !important;
1991 } 1996 }
1992 1997
1993 #quick_login .register { 1998 #quick_login .register {
1994 padding-right: 10px; 1999 padding-right: 10px;
1995 padding-top: 5px; 2000 padding-top: 5px;
1997 } 2002 }
1998 2003
1999 #quick_login .register a { 2004 #quick_login .register a {
2000 font-size: 10px; 2005 font-size: 10px;
2001 color: #fff; 2006 color: #fff;
2007 padding: 0px !important;
2008 line-height: 20px !important;
2002 } 2009 }
2003 2010
2004 #quick_login .submit { 2011 #quick_login .submit {
2005 margin: -20px 0 0 0px; 2012 margin: -20px 0 0 0px;
2006 position: absolute; 2013 position: absolute;
2020 } 2027 }
2021 #quick_login .big_gravatar { 2028 #quick_login .big_gravatar {
2022 padding: 4px 0px 0px 6px; 2029 padding: 4px 0px 0px 6px;
2023 } 2030 }
2024 #quick_login .notifications { 2031 #quick_login .notifications {
2025 padding: 4px 0px 0px 6px; 2032 padding: 2px 0px 0px 6px;
2026 color: #FFFFFF; 2033 color: #FFFFFF;
2027 font-weight: bold; 2034 font-weight: bold;
2035 line-height: 10px !important;
2028 } 2036 }
2029 #quick_login .notifications a, 2037 #quick_login .notifications a,
2030 #quick_login .unread a { 2038 #quick_login .unread a {
2031 color: #FFFFFF; 2039 color: #FFFFFF;
2032 display: block; 2040 display: block;
2033 padding: 2px; 2041 padding: 0px !important;
2034 } 2042 }
2035 #quick_login .notifications a:hover, 2043 #quick_login .notifications a:hover,
2036 #quick_login .unread a:hover { 2044 #quick_login .unread a:hover {
2037 background-color: inherit !important; 2045 background-color: inherit !important;
2038 } 2046 }
3688 3696
3689 #content div.graph { 3697 #content div.graph {
3690 padding: 0 10px 10px; 3698 padding: 0 10px 10px;
3691 } 3699 }
3692 3700
3693 #content div.box div.title ul.links li a:hover, #content div.box div.title ul.links li.ui-tabs-selected a { 3701 #content div.box div.title ul.links li a:hover,
3694 color: #bfe3ff; 3702 #content div.box div.title ul.links li.ui-tabs-selected a {
3703
3704 background: #6388ad; /* Old browsers */
3705 background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
3706 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
3707 background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
3708 background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
3709 background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */
3710 background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */
3711 /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/
3695 } 3712 }
3696 3713
3697 #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal { 3714 #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal {
3698 margin: 10px 24px 10px 44px; 3715 margin: 10px 24px 10px 44px;
3699 } 3716 }