summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-28 19:53:55 +0200
committerSean Finney <seanius@debian.org>2008-06-28 19:53:55 +0200
commit645a117e4a8d0bbe164b5624eaf40b6f66da9b9c (patch)
tree3b22e4d2353d9a49d386a6b8dced0ec13f0e6236 /static
parentd67ca274e64504e15e555ca044252ff8c7cf37ed (diff)
downloadpatch-tracker-645a117e4a8d0bbe164b5624eaf40b6f66da9b9c.tar.gz
mostly aesthetic changes and initial "breadcrumbs"
Diffstat (limited to 'static')
-rw-r--r--static/css/patches.css55
-rw-r--r--static/img/swirlpatch.pngbin0 -> 13134 bytes
2 files changed, 38 insertions, 17 deletions
diff --git a/static/css/patches.css b/static/css/patches.css
index 39cc8bc..56e29ca 100644
--- a/static/css/patches.css
+++ b/static/css/patches.css
@@ -1,33 +1,30 @@
-th {
- background-color: #ddd;
-}
-
-table.summary {
+body {
border: 1px solid;
+ padding: 20px;
}
-table.summary th {
- text-align: left;
-}
-
-table.patchlisting {
- border-spacing: 0px;
+h1 {
+ margin: 30px;
+ text-decoration: underline;
}
-table.patchlisting td, table.patchlisting th {
- border: 1px solid;
+h2 {
+ margin: 20px;
}
-table.packagelisting {
+table {
border-spacing: 0px;
}
-table.packagelisting td, table.packagelisting th {
+th {
+ padding: 3px;
border: 1px solid;
+ background-color: #ddd;
}
-td, th {
- padding: 10px;
+td {
+ padding: 3px;
+ border: 1px solid;
}
div.patch, div.quicklinks, div.framed {
@@ -37,3 +34,27 @@ div.patch, div.quicklinks, div.framed {
border: 1px solid black;
}
+div.pageheader {
+ font-size: large;
+ margin-left: 5px;
+ margin-right: 5px;
+ padding: 5px;
+ padding-top: 0px;
+ background-color: #eee;
+ border: 1px solid black;
+ height: 80px;
+}
+
+div.pageheader img {
+ float: right;
+ height: 75px;
+ margin: 5px;
+}
+
+div.breadcrumb {
+ font-size: medium;
+}
+
+div.diffsummary, div.debdiff, div.nondebdiff, div.debseries {
+ margin-left: 40px;
+}
diff --git a/static/img/swirlpatch.png b/static/img/swirlpatch.png
new file mode 100644
index 0000000..220ff9d
--- /dev/null
+++ b/static/img/swirlpatch.png
Binary files differ