aboutsummaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2015-12-20 17:20:29 +0000
committerStephen Finucane <stephen.finucane@intel.com>2016-02-08 19:03:48 +0000
commit67d10450e5b1f0810f05b1b445e87a1ccbe641ff (patch)
treed1015fc4a986b1578d9b0cbab68a5e548c46122b /htdocs
parentcfdbb041038b6b1e9a640390d8d68666e123142e (diff)
downloadpatchwork-67d10450e5b1f0810f05b1b445e87a1ccbe641ff.tar
patchwork-67d10450e5b1f0810f05b1b445e87a1ccbe641ff.tar.gz
ui: Split the tiles in columns and increase the mininum size
Let's try to make that page looks better when the natural size of the tiles are different (because the contents have varying sizes). Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Acked-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/css/style.css b/htdocs/css/style.css
index 13d4031..05d9db9 100644
--- a/htdocs/css/style.css
+++ b/htdocs/css/style.css
@@ -159,7 +159,7 @@ input#reorder-change {
}
.thumbnail {
- min-height: 150px;
+ min-height: 200px;
}
/* patch view */