comparison public/libervia.css @ 52:4419ef07bb2b

browser side: adding contact, first draft
author Goffi <goffi@goffi.org>
date Fri, 27 May 2011 01:52:29 +0200
parents 153de5d461a4
children 8f421a12b8f9
comparison
equal deleted inserted replaced
51:9f19e16187ff 52:4419ef07bb2b
138 138
139 .gwt-DialogBox .Registration { 139 .gwt-DialogBox .Registration {
140 padding: 10px; 140 padding: 10px;
141 } 141 }
142 142
143 .gwt-ListBox {
144 width: 100%;
145 }
146
143 /* Custom Dialogs */ 147 /* Custom Dialogs */
144 148
145 .formWarning { /* used when a form is not valid and must be corrected before submission */ 149 .formWarning { /* used when a form is not valid and must be corrected before submission */
146 font-weight: bold; 150 font-weight: bold;
147 color: red; 151 color: red;