From d0e23f3ff61e9fe1f790dac0c6fc0873777d0f86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 May 2019 19:48:01 +0300 Subject: Add some page style improvements --- www/package-details-body.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'www/package-details-body.css') diff --git a/www/package-details-body.css b/www/package-details-body.css index a69a939..1a407a8 100644 --- a/www/package-details-body.css +++ b/www/package-details-body.css @@ -118,6 +118,22 @@ h1, h2 } #package th {width: 7.6em;} +#package tr.tags td a, +#package tr.project td a +{ + background-color: #f1f8ff; + border-radius: 0.2em; + padding: .2em .6em .18em .6em; + margin: 0 0.15em 0 0; +} + +#package tr.tags td a:hover, +#package tr.project td a:hover +{ + text-decoration: none; + background-color: #def; +} + /* * Search form (based on form-table) */ @@ -162,3 +178,7 @@ table.version tr.requires td .value font-family: monospace; font-size: 0.94em; } + +table.version tr.priority td .security {color: #ff0000; font-weight: bold;} +table.version tr.priority td .high {color: #ff0000;} +table.version tr.priority td .medium {color: #fe7c04;} -- cgit v1.1