bump appcache
[lantea.git] / style / lantea.css
index fd7ff623f5e0e04ccd87fa7e2917bf3a2229c03d..c3c1b7270c3ed250bc98b234de280e1766bf1109 100644 (file)
@@ -156,6 +156,17 @@ h1 {
   height: 1.2em;
 }
 
+/* For optical conveniece, display an "x" for closing. */
+.menuDrawer > h2:after {
+  content: '\00D7'; /* multiplication sign */
+  display: inline-block;
+  vertical-align: text-top;
+  float: right;
+  margin-top: 0;
+  margin-right: .2em;
+  font-size: .75em;
+}
+
 /* Custom checkbox design */
 .menuDrawer input[type="checkbox"] {
   display: none;