Subversion Repositories SmartDukaan

Rev

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

Rev 2730 Rev 3090
Line 12... Line 12...
12
	width:100%;
12
	width:100%;
13
    height:10%;
13
    height:10%;
14
    background-color: #EEF
14
    background-color: #EEF
15
}
15
}
16
 
16
 
-
 
17
#topbar-left{
-
 
18
	width:85%;
-
 
19
    height:10%;
-
 
20
    background-color: #EEF
-
 
21
}
-
 
22
 
-
 
23
#topbar-right{
-
 
24
	float:right;
-
 
25
    width:15%;
-
 
26
    height:10%;
-
 
27
    background-color: #EEF
-
 
28
}
-
 
29
 
17
#middle{
30
#middle{
18
    width:100%;
31
    width:100%;
19
    height:80%;
32
    height:80%;
20
    background-color: #EFF
33
    background-color: #EFF
21
}
34
}
Line 55... Line 68...
55
 
68
 
56
/*___ orderTopLeft ___*/
69
/*___ orderTopLeft ___*/
57
#orderTopLeft{
70
#orderTopLeft{
58
    float:left;
71
    float:left;
59
    width:24%;
72
    width:24%;
60
    height:40%;
73
    height:35%;
61
}
74
}
62
 
75
 
63
/*___ orderTopMiddle ___*/
76
/*___ orderTopMiddle ___*/
64
#orderTopMiddle{
77
#orderTopMiddle{
65
    float:left;
78
    float:left;
66
    width:38%;
79
    width:38%;
67
    height:40%;
80
    height:35%;
68
}
81
}
69
 
82
 
70
/*___ orderTopRight ___*/
83
/*___ orderTopRight ___*/
71
#orderTopRight{
84
#orderTopRight{
72
    float:left;
85
    float:left;
73
    width:38%;
86
    width:38%;
74
    height:40%;
87
    height:35%;
75
}
88
}
76
 
89
 
77
/*___ orderBottom ___*/
90
/*___ orderMiddle ___*/
78
#orderBottom{
91
#orderMiddle{
79
    float:left;
92
    float:left;
80
    width:100%;
93
    width:100%;
81
    height:60%;
94
    height:35%;
82
}
95
}
83
 
96
 
84
/*___ orderBottomLeft ___*/
97
/*___ orderMiddleLeft ___*/
85
#orderBottomLeft{
98
#orderMiddleLeft{
86
    float:left;
99
    float:left;
87
    width:33%;
100
    width:33%;
88
}
101
}
89
 
102
 
90
/*___ orderBottomMiddle ___*/
103
/*___ orderMiddleMiddle ___*/
91
#orderBottomMiddle{
104
#orderMiddleMiddle{
92
    float:left;
105
    float:left;
93
    width:33%;
106
    width:33%;
94
}
107
}
95
 
108
 
96
/*___ orderBottomRight ___*/
109
/*___ orderMiddleRight ___*/
97
#orderBottomRight{
110
#orderMiddleRight{
98
    float:left;
111
    float:left;
99
    width:34%;
112
    width:34%;
100
}
113
}
101
 
114
 
-
 
115
/*___ orderMiddle ___*/
-
 
116
#orderBottom{
-
 
117
    float:left;
-
 
118
    width:100%;
-
 
119
    height:30%;
-
 
120
}
-
 
121
 
102
/*___ footer ___*/
122
/*___ footer ___*/
103
#footer{
123
#footer{
104
    width:100%;
124
    width:100%;
105
    height:10%;
125
    height:10%;
106
    background-color: #EEF
126
    background-color: #EEF
107
}
127
}
108
 
128
 
109
#orderId {
-
 
110
    width:50px;
-
 
111
}
-
 
112
 
-
 
113
#user-orders tr.selected {
129
#user-orders tr.selected {
114
	font-weight: bold;
130
	font-weight: bold;
115
}
131
}
116
 
132
 
117
span.error{
133
span.error{
118
	color: red;
134
	color: red;
119
}
-
 
120
135
}
-
 
136
 
-
 
137
#user-tickets tr.selected {
-
 
138
    font-weight: bold;
-
 
139
}
-
 
140
 
-
 
141
#user-activity tr.selected {
-
 
142
    font-weight: bold;
-
 
143
}
-
 
144
 
-
 
145
.width10{
-
 
146
    width:175px;
-
 
147
}
-
 
148
 
-
 
149
#bottom-infopane-upper {
-
 
150
	height: 200px;
-
 
151
}
-
 
152
 
-
 
153
td {
-
 
154
	white-space: nowrap;
-
 
155
	overflow: hidden;
-
 
156
    text-overflow: ellipsis;
-
 
157
    -o-text-overflow: ellipsis;
-
 
158
    -ms-text-overflow: ellipsis;
-
 
159
}
-
 
160