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

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