source: branches/1.2/contactcenter/styles/cc_api.css @ 2

Revision 2, 1.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1  /***************************************************************************\
2  * eGroupWare - Contacts Center                                              *
3  * http://www.egroupware.org                                                 *
4  * Written by:                                                               *
5  *  - Raphael Derosso Pereira <raphaelpereira@users.sourceforge.net>         *
6  *  sponsored by Thyamad - http://www.thyamad.com                            *
7  * ------------------------------------------------------------------------- *
8  *  This program is free software; you can redistribute it and/or modify it  *
9  *  under the terms of the GNU General Public License as published by the    *
10  *  Free Software Foundation; either version 2 of the License, or (at your   *
11  *  option) any later version.                                               *
12  \***************************************************************************/
13
14.hidden
15{
16        position: absolute;
17        visibility: hidden;
18}
19
20.loading
21{
22        padding: 1px;
23        width: 130px;
24        height: 36px;
25        border: 2px outset #999;
26        text-align: center;
27        font-weight: bold;
28        font-size: 10pt;
29        font-style: italic;
30        font-family: Verdana;
31}
Note: See TracBrowser for help on using the repository browser.