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

Revision 1704, 1.8 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias na visualização do módulo fm com tema azul

Line 
1
2.menubox{
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: 12px;
10    cursor: pointer;
11    position: absolute;
12    width: 160px;
13    text-align: left;
14}
15.action_info_th {
16        font-family: Verdana, Arial, Helvetica, sans-serif;
17        font-size: 11px;
18        border-width: 0px 0px 0px 0px;
19padding: 1px 10px 0px 10px;
20         border-style: inset inset inset inset;
21         border-color: gray gray gray gray;
22         background-color: rgb(250, 209, 99);
23         -moz-border-radius: 6px 6px 6px 6px;
24}
25
26.action_error_th {
27        font-family: Verdana, Arial, Helvetica, sans-serif;
28        font-size: 11px;
29        border-width: 0px 0px 0px 0px;
30        padding: 1px 10px 0px 10px;
31        border-style: inset inset inset inset;
32        border-color: gray gray gray gray;
33        background-color: red;
34        color: white;
35        -moz-border-radius: 6px 6px 6px 6px;
36}
37.l {
38                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
39                background-repeat:no-repeat;
40                background-position:left center;
41                color:#4A79B1;
42                cursor:pointer;
43                font-family:sans-serif;
44                font-size:10px;
45                font-weight:bold;
46                padding:0 2em;
47                text-decoration:none;
48                white-space:nowrap;
49}
50.toolButton{
51        padding:0 3px;
52}
53#fmFileWindow
54{
55        overflow-y: scroll;
56        height: 380px;
57        position:relative;
58        padding:3px;
59}
60
61#fmLocation
62{
63        position:relative;
64        margin-bottom:3px;
65        height:27px;
66
67}
68
69#fmMenu
70{
71        position:relative;
72}
73#fmStatusBar
74{
75        margin-left:4px;
76        margin-bottom:3px;
77        font-size: 10px;
78}
79
80
81.fmButton
82{
83        background-image:url(../images/buttonbackground.png);
84        width:28px;
85        height:28px;
86        background-repeat: no-repeat;
87}
88
Note: See TracBrowser for help on using the repository browser.