Opened 17 years ago
Closed 17 years ago
#708 closed Enhancement (fixed)
Web "util.inc" and CSS styles improvements
Reported by: | Simek | Owned by: | davea |
---|---|---|---|
Priority: | Major | Milestone: | Undetermined |
Component: | Web - Project | Version: | |
Keywords: | patch | Cc: |
Description
html\inc\util.inc
############################
- added missing \"
- transferred some HTML style code connected with Friends in "Your Account" page to CSS style
- deleted "bgcolor=\"#ffffff\"" in body - body background color is defined in CSS file
html\user\white.css
html\user\style2.css
############################
- added "vertical-align: middle" attribute to "fieldname" and "fieldvalue" class
- added new classes "img.userimg" and "td.friend" connected with Friends on "Your Account" page
- typo fixed
TODO by someone else:
############################
- write in PHP function to set height of "friend_link" table when user has image or no (now it's 150px for all)
Attachments (2)
Change History (3)
Changed 17 years ago by
Attachment: | util.inc.patch added |
---|
Changed 17 years ago by
Attachment: | styles.patch added |
---|
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [15753]) - web: stylesheet fixes