Subversion Repositories SmartDukaan

Rev

Rev 3397 | Rev 3409 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3397 Rev 3405
Line 2... Line 2...
2
    font-family:Verdana, Verdana, Geneva, sans-serif;
2
    font-family:Verdana, Verdana, Geneva, sans-serif;
3
    font-size:12px;
3
    font-size:12px;
4
    color:#000;
4
    color:#000;
5
    line-height:18px;
5
    line-height:18px;
6
    margin: 0 auto;
6
    margin: 0 auto;
7
    width:1000px;
7
    width:1100px;
8
    height:700px;
8
    height:1100px;
9
}
9
}
10
 
10
 
11
#topbar{
11
#topbar{
12
	width:100%;
12
	width:100%;
13
    height:10%;
13
    height:7%;
14
    background-color: #EEF
14
    background-color: #EEF
15
}
15
}
16
 
16
 
17
#topbar-left{
17
#topbar-left{
18
	width:88%;
18
	width:90%;
19
    height:10%;
19
    height:10%;
20
    background-color: #EEF
20
    background-color: #EEF
21
}
21
}
22
 
22
 
23
#topbar-right{
23
#topbar-right{
24
	float:right;
24
	float:right;
25
    width:12%;
25
    width:10%;
26
    height:10%;
26
    height:10%;
27
    background-color: #EEF
27
    background-color: #EEF
28
}
28
}
29
 
29
 
30
#middle{
30
#middle{
31
    width:100%;
31
    width:100%;
32
    height:90%;
32
    height:93%;
33
    background-color: #EFF
33
    background-color: #EFF
34
}
34
}
35
 
35
 
36
/*___ Sidebar ___*/
36
/*___ Sidebar ___*/
37
#sidebar{
37
#sidebar{
Line 51... Line 51...
51
 
51
 
52
/*___ top-infopane ___*/
52
/*___ top-infopane ___*/
53
#top-infopane{
53
#top-infopane{
54
    float:left;
54
    float:left;
55
    width:100%;
55
    width:100%;
56
    height:43%;
56
    height:30%;
57
    overflow: auto;
57
    overflow: auto;
58
}
58
}
59
 
59
 
60
/*___ bottom-infopane ___*/
60
/*___ bottom-infopane ___*/
61
#bottom-infopane{
61
#bottom-infopane{
62
    float:left;
62
    float:left;
63
    width:100%;
63
    width:100%;
64
    height:57%;
64
    height:70%;
65
    overflow: auto;
65
    overflow: auto;
66
}
66
}
67
 
67
 
68
/*___ orderTopLeft ___*/
68
/*___ orderTopLeft ___*/
69
#orderTopLeft{
69
#orderTopLeft{
Line 131... Line 131...
131
 
131
 
132
span.error{
132
span.error{
133
	color: red;
133
	color: red;
134
}
134
}
135
 
135
 
136
#user-tickets tr.selected {
-
 
137
    font-weight: bold;
-
 
138
}
-
 
139
 
-
 
140
#user-activity tr.selected {
-
 
141
    font-weight: bold;
-
 
142
}
-
 
143
 
-
 
144
#activity tr.selected {
136
#activity tr.selected {
145
    font-weight: bold;
137
    font-weight: bold;
146
}
138
}
147
 
139
 
148
#tickets tr.selected {
140
#tickets tr.selected {
Line 156... Line 148...
156
.width-activity-type {
148
.width-activity-type {
157
    width:250px;
149
    width:250px;
158
}
150
}
159
 
151
 
160
#bottom-infopane-upper {
152
#bottom-infopane-upper {
161
	height: 235px;
153
	height: 275px;
162
}
154
}
163
 
155
 
164
.table-tr-odd {
156
.table-tr-odd {
165
	background-color: #EAEBFF;
157
	background-color: #EAEBFF;
166
}
158
}