changeset 15:aca0fce3824b

style for tool-box checkboxes.
author casties
date Fri, 08 Mar 2013 16:17:58 +0100
parents 69d221c3e010
children 54f135c1ed65
files css/mpiwg.css
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/css/mpiwg.css	Mon Mar 04 19:22:27 2013 +0100
+++ b/css/mpiwg.css	Fri Mar 08 16:17:58 2013 +0100
@@ -502,6 +502,23 @@
     font-size: 14px;
 }
 
+div.tool.block div.checkbox {
+	margin-top: 20px;
+}
+
+div.tool.block div.checkbox input.checkbox {
+	/* checkbox uses border-box. don't ask */
+	width: 24px;
+	height: 24px;
+	margin: 0;
+	/* TODO: this should be an image */
+	background-color: white;
+}
+
+div.tool.block div.checkbox h3 {
+	display: inline;
+}
+
 /*
  * sources and websites
  */