source: branches/2.2/filemanager/templates/default/main.css @ 3439

Revision 3439, 3.2 KB checked in by amuller, 13 years ago (diff)

Ticket #1371 - Correção do Drag and Drop de arqs.

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.icon {
26        float:left;
27        padding: 40px;
28        width: 100px;
29        display:table-cell;
30}
31.iconCaption{
32        display:table-caption;
33        font-family:sans-serif;
34        font-size:10px;
35        overflow:hidden;
36        width:100%;
37
38}
39.action_info_th {
40        font-family: Verdana, Arial, Helvetica, sans-serif;
41        font-size: 11px;
42        border-width: 0px 0px 0px 0px;
43padding: 1px 10px 0px 10px;
44         border-style: inset inset inset inset;
45         border-color: gray gray gray gray;
46         background-color: rgb(250, 209, 99);
47         -moz-border-radius: 6px 6px 6px 6px;
48}
49.fileLink{
50        cursor: pointer;
51}
52
53.action_error_th {
54        font-family: Verdana, Arial, Helvetica, sans-serif;
55        font-size: 11px;
56        border-width: 0px 0px 0px 0px;
57        padding: 1px 10px 0px 10px;
58        border-style: inset inset inset inset;
59        border-color: gray gray gray gray;
60        background-color: red;
61        color: white;
62        -moz-border-radius: 6px 6px 6px 6px;
63}
64.l {
65                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folder.png);
66                background-repeat:no-repeat;
67                background-position:left center;
68                color:#4A79B1;
69                cursor:pointer;
70                font-family:sans-serif;
71                font-size:10px;
72                font-weight:bold;
73                padding:0 2em;
74                text-decoration:none;
75                white-space:nowrap;
76}
77.sl {
78                background-image: url(../../../phpgwapi/templates/default/images/foldertree_folderopen.png);
79                background-repeat:no-repeat;
80                background-position:left center;
81                color:#FC6103;
82                cursor:pointer;
83                font-family:sans-serif;
84                font-size:10px;
85                font-weight:bold;
86                padding:0 2em;
87                text-decoration:none;
88                white-space:nowrap;
89}
90
91.toolButton{
92        color: #444;
93        padding:0 3px;
94        font-size: 13px;
95        font-weight: bold;
96        cursor: pointer;
97
98}
99#fmFileWindow
100{
101        overflow: auto;
102        height: 380px;
103        position:relative;
104        padding:3px;
105}
106
107#fmLocation
108{
109        position:relative;
110        margin-bottom:3px;
111        height:27px;
112
113}
114
115#fmMenu
116{
117        position:relative;
118}
119#fmStatusBar
120{
121        margin-left:4px;
122        margin-bottom:3px;
123        font-size: 10px;
124}
125
126
127.fmButton
128{
129        background-image:url(../images/buttonbackground.png);
130        width:28px;
131        height:28px;
132        background-repeat: no-repeat;
133}
134
135.dragSign{
136        background-color:#f5f5f5;
137        border: 1px solid black;
138        font-color: green;
139}
140
141.message_header {
142        background-color:#ABC6E1;
143        -moz-user-select: none;
144}
145.tr_msg_read {
146        color: #3f3f3f;
147        background-color: #ffffff;
148        -moz-user-select: none;
149}
150
151.tr_msg_read2 {
152        color: #3f3f3f;
153        background-color: #f4f8fb;
154        -moz-user-select: none;
155}
156
157.inputComment {
158        border: 0px !important;
159        color: #3f3f3f !important;
160        background: transparent !important;
161}
162
163.exportButton{
164        background-image:url('../../templates/default/images/button_export.png');
165        background-repeat: repeat-none;
166        width:13px;
167        height:12px;
168        cursor: pointer;
169        cursor: hand;
170}
171
Note: See TracBrowser for help on using the repository browser.