comparison 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
comparison
equal deleted inserted replaced
53:dfef430a26ef 54:a5dc14675d5e
67 box-sizing: border-box; 67 box-sizing: border-box;
68 } 68 }
69 69
70 .xmlui_cont_vertical>.xmlui_widget { 70 .xmlui_cont_vertical>.xmlui_widget {
71 width: 100%; 71 width: 100%;
72 min-height: 1em;
73 min-width: 1px;
72 } 74 }
73 75
74 label.xmlui_label { 76 label.xmlui_label {
75 font-weight: bold; 77 font-weight: bold;
76 } 78 }
79
80 td a {
81 /* we use <a> for non JS links in table
82 * so we don't want specific color/text-decoration by default
83 */
84 color: inherit;
85 text-decoration: inherit;
86 }