diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-12-19 22:09:00 +0000 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-02-08 19:03:45 +0000 |
commit | 73b0a3db61d3bfe28d48149233215190190d7c5b (patch) | |
tree | 79c59f56bd2ece5717ef730ff2e724a78b8f538a /htdocs/css | |
parent | 123afd2e5f4607965494632da9739079d36a45b0 (diff) | |
download | patchwork-73b0a3db61d3bfe28d48149233215190190d7c5b.tar patchwork-73b0a3db61d3bfe28d48149233215190190d7c5b.tar.gz |
ui: Redesign the projects page
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs/css')
-rw-r--r-- | htdocs/css/style.css | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 3e9a49d..13d4031 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -158,26 +158,8 @@ input#reorder-change { font-weight:normal; } -/* project list view */ -.project-set { -} - -.project-set .project { - display: inline-block; - vertical-align: top; - background: #fcfcfc; - border: thin solid #f0f0f0; - box-shadow: 5px 5px 5px #c0c0c0; - margin: 2em 0.2em; - padding: 1em; - width: 20em; - min-height: 5em; -} - -.project h2.project-title { - font-weight: bold; - font-size: 110%; - margin: 0.2em 0; +.thumbnail { + min-height: 150px; } /* patch view */ |