Changeset - c5efdafee8fe
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 13 years ago 2013-03-19 14:26:36
marcin@python-works.com
small UI changes for dropdowns on upper menu
and summary boxes
3 files changed with 8 insertions and 8 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/contextbar.css
Show inline comments
 
@@ -118,7 +118,7 @@ ul.horizontal-list li a {
 

	
 
#breadcrumbs span {
 
    font-weight: bold;
 
    font-size: 2em;
 
    font-size: 1.8em;
 
}
 

	
 
#context-top {
 
@@ -314,7 +314,7 @@ ul#context-actions {
 
    content: ' \25BE';
 
}
 
#context-pages a.childs {
 
    padding-right: 20px;
 
    padding-right: 30px;
 
}
 
#context-pages a.childs:after {
 
    position: absolute;
rhodecode/public/css/style.css
Show inline comments
 
@@ -1738,10 +1738,10 @@ div.form div.fields div.field div.button
 
}
 

	
 
#summary-menu-stats a span {
 
    background-color: #FFF;
 
    border: 1px inset #f0f0f0;
 
    border-radius: 7px;
 
    padding: 1px;
 
    background-color: #DEDEDE;
 
    color: 888 !important;
 
    border-radius: 4px;
 
    padding: 2px 4px;
 
    font-size: 10px;
 
}
 

	
rhodecode/templates/summary/summary.html
Show inline comments
 
@@ -167,13 +167,13 @@
 
            <li>
 
               <a class="followers" title="${_('Followers')}" href="${h.url('repo_followers_home',repo_name=c.repo_name)}">
 
                ${_('Followers')}
 
                <span id="current_followers_count">${c.repository_followers}</span>
 
                <span style="float:right" id="current_followers_count">${c.repository_followers}</span>
 
              </a>
 
            </li>
 
            <li>
 
              <a class="forks" title="${_('Forks')}" href="${h.url('repo_forks_home',repo_name=c.repo_name)}">
 
                ${_('Forks')}
 
                <span>${c.repository_forks}</span>
 
                <span style="float:right">${c.repository_forks}</span>
 
              </a>
 
            </li>
 
            <li>
0 comments (0 inline, 0 general)