Merge branch 'devel'
[qcg-portal.git] / qcg / static / qcg / main.css
index 147ed19..6e46b1e 100644 (file)
@@ -92,10 +92,6 @@ textarea {
     overflow: auto;
 }
 
-#filex input[type=checkbox] {
-    margin: 0;
-}
-
 .path.breadcrumb > li + li::before {
     content: "› ";
 }
@@ -193,3 +189,18 @@ textarea {
         z-index: 1;
     }
 }
+
+
+/* better session alerts */
+
+#better-sessions-warn,
+#better-sessions-expire {
+    position: fixed;
+    left: 15px;
+    right: 15px;
+    margin: 0 auto;
+    max-width: 800px;
+    z-index: 1050;
+    top: 10px;
+    text-align: center;
+}