Changeset - 6d0474c7e645
[Not reviewed]
default
0 6 0
Marcin Kuzminski - 15 years ago 2010-10-11 00:52:13
marcin@python-works.com
more templates updates
6 files changed with 18 insertions and 39 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/diff.css
Show inline comments
 
@@ -8,13 +8,12 @@ div.diffblock {
 
    /* new */
 
    line-height: 125%;
 
}
 
div.diffblock .code-header{
 
	border-bottom: 1px solid #CCCCCC;
 
	background: #EEEEEE;
 
	color:blue;
 
	padding:10px 0 10px 0;
 
}
 
div.diffblock .code-header div{
 
	margin-left:25px;
 
	font-weight: bold;
 
}
rhodecode/public/css/pygments.css
Show inline comments
 
@@ -8,13 +8,12 @@ div.codeblock {
 
    /* new */
 
    line-height: 125%;
 
}
 
div.codeblock .code-header{
 
	border-bottom: 1px solid #CCCCCC;
 
	background: #EEEEEE;
 
	color:blue;
 
	padding:10px 0 10px 0;
 
}
 
div.codeblock .code-header .revision{
 
	margin-left:25px;
 
	font-weight: bold;
 
}
rhodecode/public/css/style.css
Show inline comments
 
@@ -56,12 +56,13 @@ body {
 
	padding: 0;
 
	height: 100%;
 
	background: #d1d1d1 url("../images/background.png") repeat;
 
	font-family: Lucida Grande, Verdana, Lucida Sans Regular,
 
		Lucida Sans Unicode, Arial, sans-serif;
 
	font-size: 12px;
 
	color: #000000;
 
}
 
 
/*
 
	images
 
*/
 
img {
 
@@ -73,19 +74,20 @@ img.icon {
 
}
 
 
/*
 
	anchors
 
*/
 
a {
 
	color: #0066CC;
 
	color: #003367;
 
	text-decoration: none;
 
	cursor: pointer;
 
	font-weight: bold;
 
}
 
 
a:hover {
 
	color: #000000;
 
	color: #316293;
 
	text-decoration: underline;
 
}
 
 
/*
 
	headings
 
*/
 
@@ -455,13 +457,13 @@ div.options a:hover {
 
	height: 1%;
 
	width: 182px;
 
	height: auto;
 
	display: block;
 
	float: left;
 
	background: #FFFFFF;
 
	color: #0066CC;
 
	color: #003367;
 
	font-weight: normal;
 
}
 
 
#header #header-inner #quick li ul li a.childs {
 
	margin: 0;
 
	padding: 7px 9px 7px 24px;
 
@@ -889,13 +891,13 @@ div.options a:hover {
 
*/
 
#content div.box div.title {
 
	margin: 0 0 20px 0;
 
	padding: 0;
 
	clear: both;
 
	overflow: hidden;
 
	background: #336699 url("../images/title.png") repeat-x;
 
	background: #336699 url("../images/header_inner.png") repeat-x;
 
}
 
 
#content div.box div.title h5 {
 
	margin: 0;
 
	padding: 11px 0 11px 10px;
 
	float: left;
 
@@ -920,22 +922,23 @@ div.options a:hover {
 
#content div.box div.title ul.links li a {
 
	margin: 0;
 
	padding: 13px 16px 12px 16px;
 
	height: 1%;
 
	display: block;
 
	float: left;
 
	background: url("../images/title_link.png") no-repeat top left;
 
	border-left: 1px solid #316293;
 
	color: #ffffff;
 
	font-size: 11px;
 
	font-weight: bold;
 
	text-decoration: none;
 
}
 
 
#content div.box div.title ul.links li a:hover {
 
	color: #bfe3ff;
 
    background: url("../../images/title_tab_selected.png") no-repeat bottom
 
        center;
 
    color: #bfe3ff;	
 
}
 
 
#content div.box div.title ul.links li.ui-tabs-selected a {
 
	background: url("../../../resources/images/title_tab_selected.png")
 
		no-repeat bottom center;
 
	color: #bfe3ff;
 
@@ -1057,13 +1060,15 @@ div.options a:hover {
 
#content div.box div.message {
 
	margin: 0 0 0px 0;
 
	padding: 10px 0 10px 0;
 
	clear: both;
 
	overflow: hidden;
 
}
 
 
#content div.box div.message a{
 
    font-weight: normal !important;
 
}
 
#content div.box div.message div.image {
 
	margin: 9px 0 0 5px;
 
	padding: 6px;
 
	float: left;
 
}
 
 
@@ -3021,13 +3026,13 @@ table.code-browser .browser-dir {
 
.box .search div.search_path div.link {
 
	font-weight: bold;
 
	margin-left: 25px;
 
}
 
 
.box .search div.search_path div.link a {
 
	color: #0066CC;
 
	color: #003367;
 
	cursor: pointer;
 
	text-decoration: none;
 
}
 
 
/*
 
	ADMIN - SETTINGS
 
@@ -3082,13 +3087,13 @@ table.code-browser .browser-dir {
 
	visibility: hidden;
 
	position: absolute;
 
	color: #666666;
 
	background-color: #FFFFFF;
 
	font-family: arial, helvetica, verdana, sans-serif;
 
	padding: 8px;
 
	border: 2px solid #556CB5;
 
	border: 2px solid #003367;
 
	font: 100% sans-serif;
 
	width: auto;
 
	opacity: 1.0;
 
}
 
 
.yui-tt-shadow {
 
@@ -3227,20 +3232,18 @@ table.code-browser .browser-dir {
 
	padding-top: 1px;
 
}
 
 
.action_button {
 
	border: 0px;
 
	display: block;
 
	color: #0066CC;
 
}
 
 
.action_button:hover {
 
	border: 0px;
 
	text-decoration: underline;
 
	cursor: pointer;
 
	color: #0066CC;
 
}
 
 
/*
 
    REPO SWITCHER
 
*/
 
#switch_repos {
 
@@ -3438,19 +3441,12 @@ div.gravatar {
 
	position: relative;
 
}
 
 
/*THEME*/
 
 
/*
 
    header
 
*/
 
#header #header-inner {
 
	background: #b0b0b0 url("../../images/header_inner.png") repeat-x;
 
}
 
 
/*
 
    header / quick
 
*/
 
#header #header-inner #quick li a {
 
	background: #336699 url("../../images/quick_l.png") no-repeat top left;
 
}
 
 
@@ -3543,29 +3539,13 @@ div.gravatar {
 
#content #left #menu li ul li {
 
	background: url("../../images/menu_arrow.png") no-repeat 10px 9px;
 
	border-top: 1px solid #4377ab;
 
	border-bottom: 1px solid #326395;
 
}
 
 
/*
 
    content / right / box / title
 
*/
 
#content div.box div.title {
 
	background: #336699 url("../../images/title.png") repeat-x;
 
}
 
 
#content div.box div.title ul.links li a {
 
	background: url("../../images/title_link.png") no-repeat top left;
 
	border-left: 1px solid #316293;
 
}
 
 
#content div.box div.title ul.links li a:hover {
 
	background: url("../../images/title_tab_selected.png") no-repeat bottom
 
		center;
 
	color: #bfe3ff;
 
}
 
 
 
#content div.box div.title ul.links li.ui-tabs-selected a {
 
	background: url("../../images/title_tab_selected.png") no-repeat bottom
 
		center;
 
	color: #bfe3ff;
 
}
rhodecode/public/images/title_tab_selected.png
Show inline comments
 
binary diff not shown
Show images
rhodecode/templates/index.html
Show inline comments
 
@@ -28,13 +28,13 @@
 
	    <!-- box / title -->
 
	    <div class="title">
 
	        <h5>${_('Dashboard')}</h5>
 
	        %if h.HasPermissionAny('hg.admin','hg.create.repository')():
 
	        <ul class="links">
 
	          <li>
 
	            <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'),class_="add_icon")}</span>
 
	            <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'))}</span>
 
	          </li>          
 
	        </ul>  	        
 
	        %endif
 
	    </div>
 
	    <!-- end box / title -->
 
        <div class="table">
rhodecode/templates/settings/repo_settings.html
Show inline comments
 
@@ -6,14 +6,14 @@
 
</%def>
 

	
 
<%def name="breadcrumbs_links()">
 
    ${h.link_to(c.repo_info.repo_name,h.url('summary_home',repo_name=c.repo_info.repo_name))} 
 
    &raquo; 
 
    ${_('Settings')} 
 
    
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('settings')}
 
</%def>
 
<%def name="main()">
 
<div class="box">
 
    <!-- box / title -->
 
@@ -253,9 +253,10 @@
 
                oAC_owner: oAC_owner, 
 
            };
 
        }();
 
            
 
        </script>      
 
</div>
 
</div>
 
</%def> 
 
       
 
   
0 comments (0 inline, 0 general)