[Debtags-commits] [svn] r2139 - web/trunk/cloud
Erich Schubert
erich at alioth.debian.org
Tue Nov 21 15:21:49 CET 2006
Author: erich
Date: Tue Nov 21 15:21:49 2006
New Revision: 2139
Modified:
web/trunk/cloud/index.html
web/trunk/cloud/tags.css
Log:
more layout fixes
Modified: web/trunk/cloud/index.html
==============================================================================
--- web/trunk/cloud/index.html (original)
+++ web/trunk/cloud/index.html Tue Nov 21 15:21:49 2006
@@ -8,6 +8,17 @@
</head>
<body>
<h1>Debian packages cloud</h1>
+ <div class="linkbar">
+ <div class="left">
+ <a href="/ssearch.html">Smart package search</a> -
+ <a href="/todo.html">Go tagging!</a> -
+ <a href="/edit.html">Tag editor</a>
+ </div>
+ <div class="right">
+ <a href="http://lists.alioth.debian.org/mailman/listinfo/debtags-devel">Mailing list</a> -
+ <a href="http://alioth.debian.org/projects/debtags">Alioth project page</a>
+ </div>
+ </div>
<h2>Tags to narrow down your search:</h2>
<div>Click tags to add to the filter</div>
<div id="tagcloud"><em>Data will be loaded via JavaScript, please wait (and make sure you've enabled JavaScript!)</em></div>
@@ -18,7 +29,7 @@
<div id="packages"></div>
<div dojoType="dialog" id="LoadingDialogContent" bgColor="white" bgOpacity="0.5" toggle="fade" toggleDuration="250"><span style="font-size: xx-large; font-weight: bold">Loading ...</span></div>
<div id="footer">
- <div>Please <em>help</em> sorting the <a href="todo.html?view=nyt">packages without tags</a>. For more information (creating new tags etc.) visit the
+ <div>Please <em>help</em> sorting the <a href="/todo.html?view=nyt">packages without tags</a>. For more information (creating new tags etc.) visit the
<a href="http://debtags.alioth.debian.org/">Debtags Homepage</a>.</div>
<div>
[<a href="http://debtags.alioth.debian.org">Debtags</a>]
Modified: web/trunk/cloud/tags.css
==============================================================================
--- web/trunk/cloud/tags.css (original)
+++ web/trunk/cloud/tags.css Tue Nov 21 15:21:49 2006
@@ -3,9 +3,8 @@
color: black;
}
h1 {
- border-bottom: thick solid brown;
color: brown;
- margin-bottom: 1cm;
+ margin-bottom: 2pt;
}
h2 {
color: brown;
@@ -16,6 +15,34 @@
a:visited {
color: rgb(64, 64, 64);
}
+div.linkbar {
+ clear: both;
+ font-family: sans-serif;
+ font-size: small;
+ border-bottom: thin solid brown;
+ margin-bottom: 1em;
+}
+div.linkbar div.left {
+ float: left;
+}
+div.linkbar div.right {
+ float: right;
+}
+div.linkbar a {
+ color: brown;
+ text-decoration: none;
+}
+div.linkbar a:before {
+ content: "[";
+}
+div.linkbar a:after {
+ content: "]";
+}
+div#titlesep {
+ clear: both;
+ border-bottom: thin solid brown;
+ margin-bottom: 1em;
+}
#footer {
border-top: thin solid brown;
color: brown;
More information about the Debtags-commits
mailing list