improve plugin backend layout

This commit is contained in:
Sebastian Sdorra
2012-10-27 11:55:45 +02:00
parent 86865da6fe
commit 404b47ca30
4 changed files with 43 additions and 1020 deletions

View File

@@ -0,0 +1,3 @@
h3.ui-accordion-header {
padding-bottom: 0 !important;
}

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,23 @@
</div>
<div class="primary" id="sidebar">
<ul class="xoxo">
<li id="linkcat-3" class="widget-container widget_links">
<h3 class="widget-title">Links</h3>
<ul class="xoxo blogroll">
<li>
<a href="https://bitbucket.org/sdorra/scm-manager/wiki/download" target="_blank">Download</a>
</li>
<li>
<a href="https://bitbucket.org/sdorra/scm-manager/issues?status=new&amp;status=open" target="_blank">Issue Tracker</a>
</li>
<li>
<a href="http://groups.google.com/group/scmmanager" target="_blank">Mailing List</a>
</li>
<li>
<a href="https://bitbucket.org/sdorra/scm-manager/wiki" target="_blank">Wiki</a>
</li>
</ul>
</li>
<li class="widget-container widget_recent_entries">
<h3 class="widget-title">Latest News</h3>
<div id="news"></div>
@@ -11,7 +28,7 @@
$(document).ready(function(){
$('#news').feeds('${contextPath}/news', {
loadingImage: '${contextPath}/template/css/images/load.gif',
maxItems: 5
maxItems: 3
});
});
</script>

View File

@@ -37,9 +37,13 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SCM-Manager Plugin-Backend</title>
<link rel="stylesheet" type="text/css" media="all" href="${contextPath}/template/css/style.css" />
<link rel="stylesheet" type="text/css" media="all" href="http://www.scm-manager.org/wp-content/themes/portfolio-press/style.css" />
<link rel="stylesheet" type="text/css" media="all" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/ui-lightness/jquery-ui.css" />
<link rel="stylesheet" type="text/css" media="all" href="${contextPath}/template/fancybox/jquery.fancybox-1.3.4.css" />
<link rel="stylesheet" type="text/css" media="all" href="${contextPath}/template/css/custom.css" />
<link rel="shortcut icon" href="http://www.scm-manager.org/wp-content/blogs.dir/2/files/2011/12/favicon_16x16px_transparent.png"/>
<link rel='stylesheet' id='portfoliopress_open_sans-css' href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600' type='text/css' media='screen' />
<link rel='stylesheet' id='portfoliopress_rokkitt-css' href='http://fonts.googleapis.com/css?family=Rokkitt:400,700' type='text/css' media='screen' />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script type="text/javascript" src="${contextPath}/template/js/jquery.feed.js"></script>
@@ -70,23 +74,31 @@
<div class="col-width">
<hgroup id="logo">
<h1 id="site-title">
<a href="${contextPath}/page/index.html">SCM-Manager Plugins</a>
<a href="http://www.scm-manager.org/" title="SCM-Manager" rel="home">
<img src="http://www.scm-manager.org/wp-content/blogs.dir/2/files/2012/10/scm-manager_logo_neg2.jpg" alt="SCM-Manager" />
</a>
</h1>
<h2 id="site-description">
The easiest way to share your Git, Mercurial and Subversion repositories over http.
</h2>
</hgroup>
<nav id="navigation">
<h1 class="screen-reader-text">Main menu</h1>
<div class="skip-link screen-reader-text"><a title="Skip to content" href="#content">Skip to content</a></div>
<div class="menu">
<ul>
<li class="current_page_item">
<a title="Home" href="http://www.scm-manager.org/">Home</a>
<ul class="sf-js-enabled">
<li class="page_item">
<a href="http://www.scm-manager.org/" title="Home">Home</a>
</li>
<li class="page_item page-item-36">
<a title="News" href="http://www.scm-manager.org/news/">News</a>
<li class="page_item">
<a href="http://www.scm-manager.org/news/">News</a>
</li>
<li class="current_page_item">
<a href="http://plugins.scm-manager.org/scm-plugin-backend/page/index.html">Plugins</a>
</li>
<li class="page_item">
<a href="http://www.scm-manager.org/screenshots/">Screenshots</a>
</li>
<li class="page_item">
<a href="http://www.scm-manager.org/videos/">Videos</a>
</li>
</ul>
</div>