comparison css/check_sections.css @ 18:a15320882b30

modified version list area, make it more neat.
author Calvin Yeh <cyeh@mpiwg-berlin.mpg.de>
date Mon, 25 Sep 2017 14:23:20 +0200
parents 723a162b6627
children
comparison
equal deleted inserted replaced
17:2e6bf16b0be3 18:a15320882b30
40 margin:20px 0; 40 margin:20px 0;
41 } 41 }
42 #bookContainer td{ 42 #bookContainer td{
43 padding:10px; 43 padding:10px;
44 } 44 }
45
46 table.bookInfo,
47 table.bookInfo tr,
48 table.bookInfo th,
49 table.bookInfo td,
50 table#history_table,
51 #history_body tr,
52 #history_body td {
53 border: 1px solid black;
54 border-collapse: collapse;
55 }
56
57 table.bookInfo th,
58 table.bookInfo td,
59 #history_body td {
60 text-align: center;
61 padding: 5px;
62 }
63
45 table{ 64 table{
46 margin-bottom:20px; 65 margin-bottom:20px;
47 } 66 }
48 td.level1, td.level2,td.level3, td.period{ 67 td.level1, td.level2,td.level3, td.period{
49 width:70px; 68 width:70px;
83 margin-left:20px; 102 margin-left:20px;
84 min-height:20px; 103 min-height:20px;
85 } 104 }
86 div.entry .page{ 105 div.entry .page{
87 display:inline-block; 106 display:inline-block;
88 padding:0px; 107 padding:0px;
89 } 108 }
90 div.startPage{ 109 div.startPage{
91 display:inline-block; 110 display:inline-block;
92 text-align:center; 111 text-align:center;
93 width:50px; 112 width:50px;
191 border-top-left-radius: 10px; 210 border-top-left-radius: 10px;
192 border-bottom-left-radius: 10px; 211 border-bottom-left-radius: 10px;
193 vertical-align:middle; 212 vertical-align:middle;
194 } 213 }
195 #configure{ 214 #configure{
196 215
197 } 216 }
198 #configure input[type="checkbox"]{ 217 #configure input[type="checkbox"]{
199 margin-right:5px; 218 margin-right:5px;
200 -ms-transform: scale(1.2); /* IE */ 219 -ms-transform: scale(1.2); /* IE */
201 -moz-transform: scale(1.2); /* FF */ 220 -moz-transform: scale(1.2); /* FF */
215 margin-bottom:10px; 234 margin-bottom:10px;
216 } 235 }
217 #saveBook .editor{ 236 #saveBook .editor{
218 display:block; 237 display:block;
219 margin:4px 0; 238 margin:4px 0;
220 } 239 }
221 #saveBook .save{ 240 #saveBook .save{
222 } 241 }
223 .hovered{ 242 .hovered{
224 background:#ddd !important; 243 background:#ddd !important;
225 } 244 }