summaryrefslogtreecommitdiff
path: root/design/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'design/style.css')
-rw-r--r--design/style.css39
1 files changed, 37 insertions, 2 deletions
diff --git a/design/style.css b/design/style.css
index 4959921..56aec67 100644
--- a/design/style.css
+++ b/design/style.css
@@ -223,6 +223,13 @@ th {
text-align: center;
}
+.invisible_td {
+ border: none;
+ background: transparent;
+ padding: 0px;
+ padding-top: 8px;
+}
+
code {
font-size: 1.2em;
}
@@ -280,17 +287,45 @@ hr {
/* Study lists */
+.study_note_td {
+ font-size: 0.8em;
+ background: white;
+ text-align: right;
+ padding: 2px;
+ padding-right: 16px;
+ padding-left: 16px;
+ padding-bottom: 4px;
+}
+
.review_item{
text-align: center;
}
-.review_item div {
+.review_item .box, .review_item .box2, .review_item .boxn {
width: 400px;
margin: auto;
- height: 300px;
border: 1px solid #eeeeee;
background: #ffffff;
}
+.review_item .box {
+ height: 300px;
+}
+
+.review_item .box2 {
+ height: 220px;
+}
+
+.review_item .boxn {
+ border-top: 0px;
+ height: 74px;
+ font-size: 0.8em;
+ padding-top: 6px;
+}
+
+.review_item .boxn em {
+ color: grey;
+}
+
.review_item_prop span {
display: inline-block;
padding-right: 8px;