Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/public/libervia.css Thu May 26 17:17:48 2011 +0200 +++ b/public/libervia.css Thu May 26 18:44:31 2011 +0200 @@ -133,6 +133,7 @@ margin: 2px; font-weight: bold; cursor: default; + text-align: center; } .gwt-DialogBox .Registration { @@ -150,6 +151,10 @@ text-align: center; } +.infoDialogBody { + width: 100%; + height: 100% +} /* Contact List */ .contactTitle { @@ -406,3 +411,8 @@ border: 3px dashed red; } +.infoFrame { + position: relative; + width: 100%; + height: 100%; +}