Mercurial > libervia-web
view public/libervia.css @ 3:154d4caa57f4
server side: proper profile management in signals generic callback
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 13 Feb 2011 16:16:40 +0100 |
parents | 0a7c685faa53 |
children | 7acca1ce1ca4 |
line wrap: on
line source
/* Libervia: a Salut à Toi frontend Copyright (C) 2011 Jérôme Poisson (goffi@goffi.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ .gwt-MenuBar,.gwt-MenuBar-horizontal { background-color: #C3D9FF; border: 1px solid #87B3FF; cursor: default; } .gwt-MenuBar-horizontal .gwt-MenuItem { } .gwt-MenuBar .gwt-MenuItem { padding: 1px 4px 1px 4px; font-size: smaller; cursor: default; } .gwt-MenuBar .gwt-MenuItem-selected { background-color: #E8EEF7; } .gwt-AutoCompleteTextBox { width: 80%; border: 1px solid #87B3FF; margin-top: 20px; } .gwt-DialogBox { border: 2px outset; background-color: white; } .gwt-DialogBox .Caption { background-color: #C3D9FF; padding: 3px; margin: 2px; font-weight: bold; cursor: default; } .gwt-DialogBox .Registration { padding: 10px; } /* Contact List */ .contactTitle { font-style: italic; border-bottom: 1px solid gray; text-align: center; } .group { font-weight: bold; font-size: small; } div.group:hover { text-decoration:underline; } .contact { font-size: small; } .selected { background-color: yellow; }