aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-05-04 17:26:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-05-04 21:26:51 +0300
commit0f487dc150ef6aa42ac4bd00edff9a02718798fe (patch)
treed97c44d845b0c3ac06abcac72613b5ed5fb8ad1a /www
parent907ba04425800ca5404c0b7c778dffe8fed38f2f (diff)
Add repository location to package version details and repository details pages
Diffstat (limited to 'www')
-rw-r--r--www/package-details-body.css6
-rw-r--r--www/package-version-details-body.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/package-details-body.css b/www/package-details-body.css
index 1d5b6f7..a518a05 100644
--- a/www/package-details-body.css
+++ b/www/package-details-body.css
@@ -66,7 +66,7 @@ h1, h2
margin-top: 1.5em;
margin-bottom: 1.5em;
}
-#package th {width: 6.4em;}
+#package th {width: 7.6em;}
/*
* Search form (based on form-table)
@@ -100,11 +100,11 @@ table.version
}
table.version:nth-child(even) {background-color: rgba(0, 0, 0, 0.07);}
-table.version th {width: 6.4em;}
+table.version th {width: 7.6em;}
table.version tr.version td .value,
table.version tr.priority td .value,
-table.version tr.location td .value,
+table.version tr.repository td .value,
table.version tr.depends td .value,
table.version tr.requires td .value
{
diff --git a/www/package-version-details-body.css b/www/package-version-details-body.css
index 2b16668..df7889e 100644
--- a/www/package-version-details-body.css
+++ b/www/package-version-details-body.css
@@ -92,11 +92,11 @@ h1, h2, h3
border: 1px outset rgba(230,230,230,.24);
*/
}
-#version th {width: 6.4em;}
+#version th {width: 7.6em;}
#version tr.version td .value,
#version tr.priority td .value,
-#version tr.location td .value
+#version tr.repository td .value
{
/* <code> style. */
font-family: monospace;
@@ -117,7 +117,7 @@ h1, h2, h3
margin-top: 1.2em;
margin-bottom: 1em;
}
-#package th {width: 6.4em;}
+#package th {width: 7.6em;}
/*
* Dependencies and requirements tables.