-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathapp.css
144 lines (134 loc) · 3.85 KB
/
app.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/*
* list of all icons
*/
.add {background-image: url(images/add16.png) !important;}
.app {background-image: url(images/app16.png) !important;}
.back {background-image: url(images/back16.png) !important;}
.del {background-image: url(images/del16.png) !important;}
.dir {background-image: url(images/folder.png) !important;}
.dirup {background-image: url(images/dirup16.png) !important;}
.doc {background-image: url(images/doc16.png) !important;}
.edit {background-image: url(images/edit16.png) !important;}
.export {background-image: url(images/export16.png) !important;}
.logo {background-image: url(images/logo.png) !important;}
.logout {background-image: url(images/logout16.png) !important;}
.module {background-image: url(images/module16.png) !important;}
.print {background-image: url(images/print16.png) !important;}
.refresh {background-image: url(images/refresh16.png) !important;}
.report {background-image: url(images/report16.png) !important;}
.save {background-image: url(images/save16.png) !important;}
.system {background-image: url(images/system16.png) !important;}
.upload {background-image: url(images/upload16.png) !important;}
.trash {background-image: url(images/trash16.png) !important;}
.ref {background-image: url(images/ref16.png) !important;}
.trans {background-image: url(images/trans16.png) !important;}
.search {background-image: url(images/search16.png) !important;}
.zoomin {background-image: url(images/zoomin16.png) !important;}
.zoomout {background-image: url(images/zoomout16.png) !important;}
.next {background-image: url(images/next16.png) !important;}
.prev {background-image: url(images/prev16.png) !important;}
.up {background-image: url(images/up16.png) !important;}
.down {background-image: url(images/down16.png) !important;}
.sharedfoldertree {background-image: url(images/folder_shared.png) !important;}
.sharedfolder
{
background-image: url(images/folder_shared.png) !important;
background-position :0;
background-repeat :no-repeat;
padding :0px 0px 0px 20px;
margin :0px
}
.sharedfile
{
background-image: url(images/file_shared.png) !important;
background-position :0;
background-repeat :no-repeat;
padding :0px 0px 0px 20px;
margin :0px
}
.treeicon
{
background-image: url(images/folder.png) !important;
background-repeat: no-repeat;
}
.x-grid-tree-node-expanded .treeicon {
background-image: url(images/open_folder.png) !important;
}
.dir {
background-image :url(images/dir16.png);
background-position :0;
background-repeat :no-repeat;
padding :0px 0px 0px 20px;
margin :0px
}
.doc {
background-image :url(images/doc16.png);
background-position :0;
background-repeat :no-repeat;
padding :0px 0px 0px 20px;
margin :0px
}
.panel-bg {
background-image : url(images/bg.jpg);
background-position : 0;
background-repeat : repeat;
}
.footer {
position : fixed;
width : 100%;
bottom : 4px;
text-align : center;
text-shadow : black 0.1em 0.1em 0.2em;
font-weight : bold;
}
.maintoolbarbg {
background-image : url("images/logo.png") !important;
background-repeat : no-repeat;
background-position : left top;
background-size : 80px;
}
/* Ext.msg */
.msg .x-box-mc {
font-size :14px;
}
#msg-div {
position :absolute;
left :35%;
top :10px;
width :300px;
z-index :20000;
}
#msg-div .msg-info {
border-radius : 8px;
-moz-border-radius : 8px;
border : 2px solid #ccc;
background : #F6F6F6;
margin-top : 2px;
padding : 10px 15px;
color : #555;
}
#msg-div .msg-info h3 {
margin : 0 0 8px;
font-weight : bold;
font-size : 15px;
}
#msg-div .msg-info p {
margin : 0;
}
#msg-div .msg-error {
border-radius : 8px;
-moz-border-radius : 8px;
border : 2px solid #FFC1C1;
background : #FFE9E9;
margin-top : 2px;
padding : 10px 15px;
color : #555;
}
#msg-div .msg-error h3 {
margin : 0 0 8px;
font-weight : bold;
font-size : 15px;
}
#msg-div .msg-error p {
margin : 0;
}