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

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

Ticket #597 - Melhorias no módulo gerenciador de arquivos com ajax

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}
63#fmFileWindow
64{
65        overflow-y: scroll;
66        height: 380px;
67        position:relative;
68        padding:3px;
69}
70
71#fmLocation
72{
73        position:relative;
74        margin-bottom:3px;
75        height:27px;
76
77}
78
79#fmMenu
80{
81        position:relative;
82}
83#fmStatusBar
84{
85        margin-left:4px;
86        margin-bottom:3px;
87        font-size: 10px;
88}
89
90
91.fmButton
92{
93        background-image:url(../images/buttonbackground.png);
94        width:28px;
95        height:28px;
96        background-repeat: no-repeat;
97}
98
Note: See TracBrowser for help on using the repository browser.