Bug #4048
pithos UI: Fix storage_logo position
Status: | Closed | Start date: | 06/20/2013 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | Christos KK Loverdos | % Done: | 100% |
|
Category: | Pithos | Spent time: | - | |
Target version: | 0.14.0 |
Description
Storage_logo position needs extra style to appear in the correct position.
The lines below should be added to an included pithos css file (such as pithos.css)
.pithos-topPanel .gwt-Image {
position: relative;
bottom: -19px;
max-height: 64px;
max-width: 100%;
}
Associated revisions
Add CSS fragment
Refs #4048
Merge branch 'issue_4048' into release-0.14
Refs #4048
History
#1 Updated by Christos KK Loverdos almost 10 years ago
- Status changed from New to Assigned
#2 Updated by Christos KK Loverdos almost 10 years ago
- % Done changed from 0 to 90
Updated pithos.css as instructed.
#3 Updated by Christos KK Loverdos over 9 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100