comparison 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
comparison
equal deleted inserted replaced
19:e8e3704eb97f 20:8f4b1a8914c3
159 159
160 .selected { 160 .selected {
161 background-color: yellow; 161 background-color: yellow;
162 } 162 }
163 163
164 /* Status */
165
166 .statusPanel {
167 margin: auto;
168 text-align: center;
169 width: 80%;
170 }
171
172 .status {
173 font-style: italic;
174 }
175
164 /* Microblog */ 176 /* Microblog */
165 177
166 .microblogPanel { 178 .microblogPanel {
167 margin: auto; 179 margin: auto;
168 width: 90%; 180 width: 90%;