##// END OF EJS Templates
small new UI fixes
marcink -
r3542:fc79b3d5 beta
parent child Browse files
Show More
@@ -294,6 +294,12 b' ul#context-actions {'
294 294 line-height: 35px;
295 295 }
296 296
297 #header #header-inner #quick a.thin,
298 #context-pages a.thin,
299 #context-pages .admin_menu a.thin {
300 line-height: 28px !important;
301 }
302
297 303 #header #header-inner #quick a#quick_login_link {
298 304 padding-left: 0px;
299 305 }
@@ -358,6 +364,4 b' ul#context-actions {'
358 364
359 365 #revision-changer .revision {
360 366 text-transform: uppercase;
361 }
362
363
367 } No newline at end of file
@@ -460,6 +460,7 b' div:hover > a.permalink {'
460 460 position: absolute;
461 461 left: 0;
462 462 top: 9px;
463 margin: 0px 2px 0px 2px;
463 464 }
464 465
465 466 #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover {
@@ -482,6 +483,8 b' div:hover > a.permalink {'
482 483
483 484 #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover {
484 485 background-image: url("../images/icons/giticon.png");
486 padding-left: 42px;
487 background-position: 20px 9px;
485 488 }
486 489
487 490 #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover {
@@ -1980,7 +1983,7 b' a.metatag[tag="license"]:hover {'
1980 1983 }
1981 1984
1982 1985 #quick_login .password_forgoten {
1983 padding-right: 10px;
1986 padding-right: 0px;
1984 1987 padding-top: 0px;
1985 1988 text-align: left;
1986 1989 }
@@ -1988,6 +1991,8 b' a.metatag[tag="license"]:hover {'
1988 1991 #quick_login .password_forgoten a {
1989 1992 font-size: 10px;
1990 1993 color: #fff;
1994 padding: 0px !important;
1995 line-height: 20px !important;
1991 1996 }
1992 1997
1993 1998 #quick_login .register {
@@ -1999,6 +2004,8 b' a.metatag[tag="license"]:hover {'
1999 2004 #quick_login .register a {
2000 2005 font-size: 10px;
2001 2006 color: #fff;
2007 padding: 0px !important;
2008 line-height: 20px !important;
2002 2009 }
2003 2010
2004 2011 #quick_login .submit {
@@ -2022,15 +2029,16 b' a.metatag[tag="license"]:hover {'
2022 2029 padding: 4px 0px 0px 6px;
2023 2030 }
2024 2031 #quick_login .notifications {
2025 padding: 4px 0px 0px 6px;
2032 padding: 2px 0px 0px 6px;
2026 2033 color: #FFFFFF;
2027 2034 font-weight: bold;
2035 line-height: 10px !important;
2028 2036 }
2029 2037 #quick_login .notifications a,
2030 2038 #quick_login .unread a {
2031 2039 color: #FFFFFF;
2032 2040 display: block;
2033 padding: 2px;
2041 padding: 0px !important;
2034 2042 }
2035 2043 #quick_login .notifications a:hover,
2036 2044 #quick_login .unread a:hover {
@@ -3690,8 +3698,17 b' div#legend_data, div#legend_container, d'
3690 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 {
3694 color: #bfe3ff;
3701 #content div.box div.title ul.links li a:hover,
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 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 {
@@ -255,12 +255,12 b''
255 255 <div class="full_name">${c.rhodecode_user.full_name_or_username}</div>
256 256 <div class="email">${c.rhodecode_user.email}</div>
257 257 <div class="big_gravatar"><img alt="gravatar" src="${h.gravatar_url(c.rhodecode_user.email,48)}" /></div>
258 <div class="notifications"><a href="${h.url('notifications')}">${_('Notifications')}</a></div>
259 <div class="unread"><a href="${h.url('notifications')}">${_('Unread')}: ${c.unread_notifications}</a></div>
258 ##<div class="notifications"><a href="${h.url('notifications')}">${_('Notifications')}</a></div>
259 <div class="unread"><a href="${h.url('notifications')}">${_('Unread notifications')}: ${c.unread_notifications}</a></div>
260 260 </div>
261 261 <div class="links_right">
262 262 <ol class="links">
263 <li>${h.link_to(_(u'Home'),h.url('home'))}</li>
263 ##<li>${h.link_to(_(u'Home'),h.url('home'))}</li>
264 264 <li>${h.link_to(_(u'Journal'),h.url('journal'))}</li>
265 265 <li>${h.link_to(_(u'My account'),h.url('admin_settings_my_account'))}</li>
266 266 <li class="logout">${h.link_to(_(u'Log Out'),h.url('logout_home'))}</li>
@@ -11,6 +11,6 b''
11 11 %elif not repo['dbrepo']['private'] and c.visual.show_public_icon:
12 12 <img src="${h.url('/images/icons/lock_open.png')}" alt="${_('Public repository')}" class="repo_switcher_type" />
13 13 %endif
14 ${h.link_to(repo['name'],h.url('summary_home',repo_name=repo['name']),class_="repo_name %s" % repo['dbrepo']['repo_type'])}
14 ${h.link_to(repo['name'],h.url('summary_home',repo_name=repo['name']),class_="repo_name thin %s" % repo['dbrepo']['repo_type'])}
15 15 </li>
16 16 %endfor
General Comments 0
You need to be logged in to leave comments. Login now