diff interface/css/check_sections.css @ 1:ef6d0c6a13d7

(1)Add 'sort_by' time entry in main page. (check_sections.php) Modify check_sections_details page to have level3 option. (2)Modify map to have default dataset loaded.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 21 Jan 2015 10:49:44 +0100
parents b12c99b7c3f0
children
line wrap: on
line diff
--- a/interface/css/check_sections.css	Mon Jan 19 17:13:49 2015 +0100
+++ b/interface/css/check_sections.css	Wed Jan 21 10:49:44 2015 +0100
@@ -45,7 +45,7 @@
 table{
 	margin-bottom:20px;
 }
-td.level1, td.level2, td.period{
+td.level1, td.level2, td.level3, td.period{
 	width:70px;
 }
 div.entry{
@@ -63,6 +63,9 @@
 div.level2 .cell{
 	padding:5px 0px;
 }
+div.level3 .cell{
+	padding:10px 0px;
+}
 div.entry .sequence{
 	display:inline-block;
 	width:36px;
@@ -104,6 +107,11 @@
 div.level2 .name{
 	text-indent:40px;
 }
+div.level3{
+}
+div.level3 .name{
+	text-indent:80px;
+}
 div.overlapper{
 	background:#F5A9A9;
 }