-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompact-crm.css
More file actions
164 lines (126 loc) · 2.59 KB
/
compact-crm.css
File metadata and controls
164 lines (126 loc) · 2.59 KB
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
/*
Make Infor CRM compact with smaller controls and less wasted screen space
Copyright 2016 Customer FX Corporation
customerfx.com
*/
body.inforSoHoXi {
font-size: 12px;
}
#innerBorder {
top: 34px !important;
}
#borderCenter {
background-color: #fff;
}
#PageTitleText {
font-size: 20px;
}
.inforSoHoXi .dijitTextBox .dijitInputInner, .inforSoHoXi .dijitValidationTextBox .dijitValidationContainer .inforSoHoXi .dijitTextBox .dijitValidationContainer {
height: 1.5pc;
}
.lbl {
padding-top: 10px;
}
.textcontrol {
margin: 1px 0px;
}
.inforSoHoXi .dijitComboBox .dijitArrowButtonInner, .inforSoHoXi .dijitSelect .dijitArrowButtonInner {
margin-right: 6px;
margin-top: 5px;
}
.urlcontrol > img {
top: 6px;
right: 6px;
}
.textcontrol .lookup input[type="text"] {
height: 1.5pc;
}
.textcontrol .twocolumntextcontrol .lookup input[type="text"] {
height: 1.5pc;
}
input[type="password"] {
height: 1.5pc;
}
input[type="text"], input[type="password"] {
height: 1.5pc;
}
a .icon_Find_16x16 {
margin-top: 0px;
margin-right: 0px;
}
.ButtonRight, #MainContent_MainWhatsNew_cmdSearch, .dijitDialog input[type="submit"], .timezone > span > input, input[type="submit"], input[type="button"] {
height: 1.8pc;
}
.user > input,
.owner > input,
.lookup > input,
.lookupDependency > input {
height: 1.5pc;
}
.lookup > a {
top: 4px;
right: 6px;
}
.lookup > img, .lookupDependency > img {
right: 23px;
top: 5px;
}
.smCalendarIconTxtBox {
margin: 3px 8px;
}
.inforSoHoXi .dijitButton > .dijitButtonNode {
height: 1.8pc;
line-height: 1.8pc;
}
.group-list .task-pane-item-bwrap {
line-height: .8em;
}
.inforSoHoXi .dijitSelectLabel {
padding: 6px 0;
}
input[type="text"], input[type="password"] {
font-size: 12px;
}
.textcontrol TEXTAREA {
font-size: 12px;
}
.inforSoHoXi .dojoxGridCell {
padding: 6px 6px !important;
}
.task-pane-item .dojoxGrid .dojoxGridCell {
padding: 8px 6px !important;
}
.inforSoHoXi .summaryGrid table.dijitComboButton, .inforSoHoXi div[id$=OpportunityDetailscontents] .dijitComboBox {
height: 1.5pc;
}
.textcontrol > .dijitSelect {
height: 1.5pc;
}
.inforSoHoXi .dijitSelectLabel {
font-size: 12px;
}
.dependency .lookupDependency .icon16x16 {
position: relative;
top: -4px;
right: -5px;
}
.slxbutton {
margin: 0px;
}
.email > img, .person > img {
position: absolute;
top: 5px;
right: 4px;
}
.inforSoHoXi .dijitSelectMenu td.dijitMenuItemLabel, .dijitComboBoxMenu {
font-size: 12px;
}
.activity-dialog-followup {
padding-top: 40px;
}
.twocollbl {
padding-top: 7px;
}
input, textarea {
font-size: 12px !important;
}