Opened 7 years ago
Closed 7 years ago
#1483845 closed Feature Patches (fixed)
increase abookcountbar width
| Reported by: | maharaja | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-beta2 |
| Component: | User Interface | Version: | 0.1-rc1 |
| Severity: | minor | Keywords: | addressbook |
| Cc: |
Description
for 200-300 addressbook entries, the proposed width of 200px for the addressbook countbar (#abookcountbar) is not enough.
i changed the width to 220px and achieve good results though this might still be too small for several thousands entries.
file: ./skins/default/addresses.css
#abookcountbar
{
position: absolute;
top: 60px;
left: 490px;
width: 220px;
height: 20px;
text-align: left;
}
Change History (5)
comment:1 Changed 7 years ago by maharaja
- Type changed from Bugs to Patches
comment:2 Changed 7 years ago by maharaja
- Milestone set to 0.1-beta2
comment:3 Changed 7 years ago by maharaja
- Keywords addressbook added
comment:4 Changed 7 years ago by thomasb
- Owner set to thomasb
- Status changed from new to assigned
comment:5 Changed 7 years ago by thomasb
- Resolution set to fixed
- Status changed from assigned to closed
Applied in Trunk
Note: See
TracTickets for help on using
tickets.

i think this is pretty easy to resolve... adding it for milestone 0.1-beta2.