Mercurial > libervia-web
diff public/libervia.css @ 20:8f4b1a8914c3
- User status is now updated
- by default, the uniBar target the status
- clicking on user's status unselect the selected widget
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 16 Apr 2011 18:06:02 +0200 |
parents | e8e3704eb97f |
children | 77c2e48efa29 |
line wrap: on
line diff
--- a/public/libervia.css Sat Apr 16 01:46:01 2011 +0200 +++ b/public/libervia.css Sat Apr 16 18:06:02 2011 +0200 @@ -161,6 +161,18 @@ background-color: yellow; } +/* Status */ + +.statusPanel { + margin: auto; + text-align: center; + width: 80%; +} + +.status { + font-style: italic; +} + /* Microblog */ .microblogPanel {