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

Revision 1726, 2.0 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias no módulos gerenciador de arquivos do expresso livre

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