# HG changeset patch # User Marcin Kuzminski # Date 1274826003 -7200 # Node ID 710e7a75bb6b8346cee3bd0ddda67592e4790268 # Parent fdcef6ea3b5545fd59482c087eff02b05ac4fe56 templating update, improved look & feel, version bump diff -r fdcef6ea3b55 -r 710e7a75bb6b pylons_app/__init__.py --- a/pylons_app/__init__.py Wed May 26 00:05:30 2010 +0200 +++ b/pylons_app/__init__.py Wed May 26 00:20:03 2010 +0200 @@ -2,7 +2,7 @@ Hg app, a web based mercurial repository managment based on pylons """ -VERSION = (0, 7, 4, 'beta') +VERSION = (0, 7, 5, 'beta') __version__ = '.'.join((str(each) for each in VERSION[:4])) diff -r fdcef6ea3b55 -r 710e7a75bb6b pylons_app/public/css/monoblue_custom.css --- a/pylons_app/public/css/monoblue_custom.css Wed May 26 00:05:30 2010 +0200 +++ b/pylons_app/public/css/monoblue_custom.css Wed May 26 00:20:03 2010 +0200 @@ -173,13 +173,13 @@ } ul.page-nav li { - margin: 0 2px 0 0; + margin: 0 4px 0 0; float: left; height: 24px; font-size: 1.1em; line-height: 24px; text-align: center; - background: #DDD; + background: #556CB5; } ul.page-nav li.current { @@ -187,21 +187,24 @@ padding-right: 5px; padding-left: 5px; } - +ul.page-nav li.current a { + color: #556CB5; +} ul.page-nav li a { height: 24px; - color: #666; + color: #FFF; padding-right: 5px; padding-left: 5px; display: block; text-decoration: none; + font-weight: bold; } ul.page-nav li.logout a { - color: red; + color: #FDAC9D; } ul.page-nav li a:hover { - color: #333; background: #FFF; + color: #556CB5; } ul.submenu { @@ -523,21 +526,12 @@ } #changeset_content .container .left .message{ - + font-style: italic; + color: #556CB5; } - - - - - - - - .cs_files{ - border: 1px solid #CCCCCC; width: 60%; - } .cs_files .cs_added{ diff -r fdcef6ea3b55 -r 710e7a75bb6b pylons_app/templates/base/base.html --- a/pylons_app/templates/base/base.html Wed May 26 00:05:30 2010 +0200 +++ b/pylons_app/templates/base/base.html Wed May 26 00:20:03 2010 +0200 @@ -65,6 +65,7 @@ else{ YAHOO.util.Dom.setStyle('switch_repos','display',''); YAHOO.util.Dom.setStyle('repo_switcher','background','#FFFFFF'); + YAHOO.util.Dom.setStyle('repo_switcher','color','#556CB5'); YAHOO.util.Dom.addClass('repo_switcher','selected'); } }); @@ -75,7 +76,7 @@ window.location = url; }) }); - +