diff default/static/styles.css @ 54:a5dc14675d5e

login: login, logged and registration pages
author Goffi <goffi@goffi.org>
date Fri, 27 Oct 2017 18:56:21 +0200
parents 7d5cca978eeb
children f76ec90e0e1e
line wrap: on
line diff
--- a/default/static/styles.css	Fri Oct 27 18:55:25 2017 +0200
+++ b/default/static/styles.css	Fri Oct 27 18:56:21 2017 +0200
@@ -69,8 +69,18 @@
 
 .xmlui_cont_vertical>.xmlui_widget {
     width: 100%;
+    min-height: 1em;
+    min-width: 1px;
 }
 
 label.xmlui_label {
     font-weight: bold;
 }
+
+td a {
+  /* we use <a> for non JS links in table
+   * so we don't want specific color/text-decoration by default
+   */
+  color: inherit;
+  text-decoration: inherit;
+}