Subversion Repositories SmartDukaan

Rev

Rev 10324 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
4687 mandeep.dh 1
.error {
2
	color: red;
3
}
4
 
5
.bordered {
6
	border-width: 1px;
7
}
4754 mandeep.dh 8
 
9
.hidden {
10
	display: none;
11
}
12
 
9448 manish.sha 13
.link {
14
	color : blue;
15
	text-decoration : underline;
16
	cursor : pointer;	
17
}
18
 
4754 mandeep.dh 19
table, th, td {
20
	border: 1px solid black;
21
}
22
 
23
.bold {
24
	font-weight: bold;
25
}
5110 mandeep.dh 26
 
27
.right {
28
	float: right;
29
	text-align: right;
30
}
6322 amar.kumar 31
 
10324 manish.sha 32
.cForm-class{
33
	color : black;
34
}
35
 
36
.cstCostTypeDiv-class{
37
	color : black;
38
}
39
 
40
.extraCstInputs-class{
41
	color : black;
42
}
43
 
44
.cstCostType-class{
45
	color : black;
46
}
47
 
48
.cstBorneByUs-class{
49
	color : black;
50
}
51
 
6322 amar.kumar 52
#search-filters-form {
53
	border: 3px ridge grey;
54
	text-align: center;
55
	line-height: 2;
56
}
6467 amar.kumar 57
 
58
#nonserialized-return-div {
59
	border: double 3px;
60
	width: 40%;
61
	float: right;
62
	padding: 10px;
63
}
64
 
65
#serialized-return-div {
66
	float: left;
67
	border: double 3px;
68
	padding: 10px;
69
	width: 40%;
70
}
71
 
72
#add-nonserialized-return {
73
	float: left;
74
	height: 25px;
75
	width: 25px;
76
}
77
 
78
#add-serialized-return {
79
	height: 25px;
80
	width: 25px;
81
}
82
 
83
#create-purchasereturn-link {
84
	text-align: center;
85
	font-size: 18px;
6695 amar.kumar 86
}
87
 
88
#inventory-uploader {
89
	border: 2px ridge grey;
90
	text-align: center;
91
	line-height: 1.4;
6834 amar.kumar 92
}
93
 
94
#modelName {
95
	width: 300	
7149 amar.kumar 96
}
97
 
98
#generateIndentSheet {
99
    margin-left: 40%;
100
}
7410 amar.kumar 101
 
102
#item-transfer-warehouse-selector {
103
	margin-left: 300px;	
104
}
105
 
106
#transfer-lots-table {
107
	text-align: center;
108
	margin-top: 20px;
109
	margin-left: 20px;
110
	margin-bottom: 10px;
111
}
21617 amit.gupta 112
 
113
 
114
#disablingDiv
115
{
116
    /* Do not display it on entry */
117
    display: none; 
118
 
119
    /* Display it on the layer with index 1001.
120
       Make sure this is the highest z-index value
121
       used by layers on that page */
122
    z-index:1001;
123
 
124
    /* make it cover the whole screen */
125
    position: absolute; 
126
    width: 100%; 
127
    height: 100%;
128
    font-size:16px; 
129
 
130
    /* make it white but fully transparent */
131
    background:url("images/loader.gif") no-repeat fixed left top;
132
    background-color:rgb(236, 236, 236) ; 
133
    opacity:.30; 
7410 amar.kumar 134
}