From c151bed8cef44bb192cd37ae0d182c5fc6c90599 Mon Sep 17 00:00:00 2001 From: kunw Date: Thu, 16 Jun 2016 18:35:11 +0800 Subject: [PATCH] updates for height of css styles of UI. --- static/resources/css/project.css | 7 +++--- views/admin-options.htm | 2 +- views/project.htm | 42 ++++++++++++++++---------------- views/repository.htm | 2 +- 4 files changed, 26 insertions(+), 27 deletions(-) diff --git a/static/resources/css/project.css b/static/resources/css/project.css index a2d9eb0..eb299ba 100644 --- a/static/resources/css/project.css +++ b/static/resources/css/project.css @@ -1,12 +1,11 @@ .container-custom { position: relative; - height: 680px; + height: 100%; } .extend-height { height: 100%; min-height: 1px; - max-height: 680px; min-width: 1024px; overflow: hidden; } @@ -16,10 +15,10 @@ padding: 15px; margin-top: 20px; background-color: #FFFFFF; - height: 660px; + height: 100%; width: 100%; min-height: 1px; - max-height: 660px; + max-height: 100%; } .search-pane { diff --git a/views/admin-options.htm b/views/admin-options.htm index 0d893a0..b542d2b 100644 --- a/views/admin-options.htm +++ b/views/admin-options.htm @@ -1,7 +1,7 @@
-
+