comparison public/libervia.css @ 48:153de5d461a4

added Social Contract \o. (in French only so far) - new infoDialog, to show widget, it's used here to show an external webpage - some CSS tuning
author Goffi <goffi@goffi.org>
date Thu, 26 May 2011 18:44:31 +0200
parents 7cabe3c1a5f2
children 4419ef07bb2b
comparison
equal deleted inserted replaced
47:7cabe3c1a5f2 48:153de5d461a4
131 background-color: #C3D9FF; 131 background-color: #C3D9FF;
132 padding: 3px; 132 padding: 3px;
133 margin: 2px; 133 margin: 2px;
134 font-weight: bold; 134 font-weight: bold;
135 cursor: default; 135 cursor: default;
136 text-align: center;
136 } 137 }
137 138
138 .gwt-DialogBox .Registration { 139 .gwt-DialogBox .Registration {
139 padding: 10px; 140 padding: 10px;
140 } 141 }
148 149
149 .contactsChooser { 150 .contactsChooser {
150 text-align: center; 151 text-align: center;
151 } 152 }
152 153
154 .infoDialogBody {
155 width: 100%;
156 height: 100%
157 }
153 /* Contact List */ 158 /* Contact List */
154 159
155 .contactTitle { 160 .contactTitle {
156 font-style: italic; 161 font-style: italic;
157 border-bottom: 1px solid gray; 162 border-bottom: 1px solid gray;
404 * (messages entered in unibox will be sent to this widget) 409 * (messages entered in unibox will be sent to this widget)
405 */ 410 */
406 border: 3px dashed red; 411 border: 3px dashed red;
407 } 412 }
408 413
414 .infoFrame {
415 position: relative;
416 width: 100%;
417 height: 100%;
418 }