summaryrefslogtreecommitdiff
path: root/design
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2013-08-10 17:15:22 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2013-08-10 17:15:22 +0200
commit5435a0a45fdfa1bcceeb36f8531826ddc2bb3508 (patch)
tree6254e6f19ca78e394693ef22ea5393dcefc5468d /design
parent2a748125c27c7f7c41a32a1dba14484c66dc351f (diff)
downloadBits-5435a0a45fdfa1bcceeb36f8531826ddc2bb3508.tar.gz
Bits-5435a0a45fdfa1bcceeb36f8531826ddc2bb3508.zip
Added possibility to add notes to studied batch items.
Diffstat (limited to 'design')
-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;