~divmod-dev/divmod.org/uneditable-contact-type-2513

« back to all changes in this revision

Viewing changes to Mantissa/xmantissa/static/mantissa.css

  • Committer: moe
  • Date: 2008-01-17 15:03:33 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:14761
merge people-tags-2446-3.  introduces an API for filtering lists of people, and some UI for doing this with your address book.  author: moe, reviewer: glyph.  closes #2446

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    margin-bottom: 6px;
106
106
}
107
107
 
 
108
.people-table-filter-cell {
 
109
    position: absolute;
 
110
    top: 35px;
 
111
    bottom: 0px;
 
112
    width: 200px;
 
113
}
 
114
 
 
115
.people-table-filter-cell a.people-table-filter:link,
 
116
.people-table-filter-cell a.people-table-filter:visited {
 
117
    color: #0071BB;
 
118
}
 
119
 
 
120
.people-table-filter-cell a.people-table-selected-filter:link,
 
121
.people-table-filter-cell a.people-table-selected-filter:visited {
 
122
    color: #FFFFFF;
 
123
}
 
124
 
108
125
.people-table-list-cell {
109
126
    position: absolute;
110
127
    top: 35px;
111
128
    bottom: 0px;
 
129
    left: 200px;
112
130
    width: 200px;
 
131
    border-left: solid 1px #C4CFDB;
113
132
}
114
133
 
115
134
.people-table-list-cell .mantissa-row-region-node {
127
146
    top: 35px;
128
147
    right: 0px;
129
148
    bottom: 0px;
130
 
    left: 200px;
 
149
    left: 400px;
131
150
    border-left: solid 1px #C4CFDB;
132
151
    overflow: auto;
133
152
    padding: 6px;
140
159
    width: 100%;
141
160
}
142
161
 
143
 
.person-list-selected-person-row {
 
162
.people-table-filter, .people-table-selected-filter {
 
163
    padding: 4px;
 
164
    display: block;
 
165
}
 
166
 
 
167
.person-list-selected-person-row, .people-table-selected-filter {
144
168
    color: #FFFFFF;
145
169
    background-color: #0071BB;
146
170
    background-image: url(/Mantissa/images/people-table-arrow.png);
199
223
    height: 100%;
200
224
}
201
225
 
 
226
.people-table-filter-col-header {
 
227
    width: 200px;
 
228
}
 
229
 
 
230
.people-table-filter-col-header img {
 
231
    float: right;
 
232
    margin-right: 7px;
 
233
}
 
234
 
202
235
.people-table-list-col-header {
203
236
    width: 200px;
204
237
}