Mercurial > hg > MPIWGWeb
diff css/mpiwg.css @ 15:aca0fce3824b
style for tool-box checkboxes.
author | casties |
---|---|
date | Fri, 08 Mar 2013 16:17:58 +0100 |
parents | 325e7c338815 |
children | faa7c9e936a8 |
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 */