diff --git a/pylons_app/public/css/monoblue_custom.css b/pylons_app/public/css/monoblue_custom.css
--- a/pylons_app/public/css/monoblue_custom.css
+++ b/pylons_app/public/css/monoblue_custom.css
@@ -25,6 +25,9 @@ a {
/** common settings **/
+div#main{
+padding:5px;
+}
div#container {
background: #FFFFFF;
position: relative;
@@ -526,4 +529,9 @@ table.code-browser tbody td {
padding-left:20px;
padding-top:5px;
text-align:left;
+}
+
+.current_submenu{
+ border-bottom: 2px solid;
+
}
\ No newline at end of file
diff --git a/pylons_app/templates/admin_log.html b/pylons_app/templates/admin_log.html
--- a/pylons_app/templates/admin_log.html
+++ b/pylons_app/templates/admin_log.html
@@ -17,22 +17,22 @@
%endfor
-
-
- | ${c.users_log.pager('$link_previous ~2~ $link_next',
+
+
+
+ ${c.users_log.pager('$link_previous ~2~ $link_next',
onclick="""YAHOO.util.Connect.asyncRequest('GET','$partial_url',{
success:function(o){YAHOO.util.Dom.get(data_div).innerHTML=o.responseText;
YAHOO.util.Event.addListener(YAHOO.util.Dom.getElementsByClassName('pager_link'),"click",function(){
YAHOO.util.Dom.setStyle(data_div,'opacity','0.3');});
- YAHOO.util.Dom.setStyle(data_div,'opacity','1');}},null); return false;""")} |
-
-
-
+ YAHOO.util.Dom.setStyle(data_div,'opacity','1');}},null); return false;""")}
+
+
%else:
${_('No actions yet')}
%endif
diff --git a/pylons_app/templates/base/base.html b/pylons_app/templates/base/base.html
--- a/pylons_app/templates/base/base.html
+++ b/pylons_app/templates/base/base.html
@@ -19,7 +19,9 @@
${self.page_nav()}
- ${next.main()}
+
+ ${next.main()}
+
diff --git a/pylons_app/templates/repos.html b/pylons_app/templates/repos.html
--- a/pylons_app/templates/repos.html
+++ b/pylons_app/templates/repos.html
@@ -15,8 +15,8 @@
%def>
<%def name="main()">