source: sandbox/filemanager/templates/default/main.css @ 1627

Revision 1627, 963 bytes checked in by amuller, 15 years ago (diff)

Ticket #597 - Implementações novas, com arquivos restritos, quota, ckeditor

Line 
1
2.menu_box{
3    color: black;
4    background: #ffffff;
5    border-style: solid;
6    border-width: 1px;
7    border-color: #000;
8    font-family: Arial;
9    font-size: 13px;
10    cursor: pointer;
11    position: absolute;
12    width: 150px;
13}
14.action_info_th {
15        font-family: Verdana, Arial, Helvetica, sans-serif;
16        font-size: 11px;
17        border-width: 0px 0px 0px 0px;
18padding: 1px 10px 0px 10px;
19         border-style: inset inset inset inset;
20         border-color: gray gray gray gray;
21         background-color: rgb(250, 209, 99);
22         -moz-border-radius: 6px 6px 6px 6px;
23}
24
25.action_error_th {
26        font-family: Verdana, Arial, Helvetica, sans-serif;
27        font-size: 11px;
28        border-width: 0px 0px 0px 0px;
29        padding: 1px 10px 0px 10px;
30        border-style: inset inset inset inset;
31        border-color: gray gray gray gray;
32        background-color: red;
33        color: white;
34        -moz-border-radius: 6px 6px 6px 6px;
35}
Note: See TracBrowser for help on using the repository browser.