Improvement to adm.css in FUD3 [message #161352] |
Sat, 12 December 2009 07:14 |
fudidudi
Messages: 19 Registered: March 2009
Karma: 0
|
Junior Member |
|
|
Simple css tweaks to improve admin area a bit.
Fixes the menu vertical position bug, improves item readability, and makes better use of screen real estate. If you include this in the public release, please add me to the credits flie thanks.
(see files for download in post below)
[Updated on: Sat, 12 December 2009 16:18] Report message to a moderator
|
|
|
|
|
Re: Improvement to adm.css in FUD3 [message #161358 is a reply to message #161357] |
Sat, 12 December 2009 16:14 |
fudidudi
Messages: 19 Registered: March 2009
Karma: 0
|
Junior Member |
|
|
I managed to integrate jquery datatables into v2.8.x (will look at adding it to v3.0 sometime too) - was very cool, i could sort columns etc. It has ajax functionality so i thought of possibly getting forum threads to be updated to the thread list page without refreshs (or even streaming live to the page in (near) realtime).
[Updated on: Sat, 12 December 2009 16:16] Report message to a moderator
|
|
|
|
|
|
|
|
Re: Improvement to adm.css in FUD3 [message #161436 is a reply to message #161387] |
Fri, 25 December 2009 09:18 |
fudidudi
Messages: 19 Registered: March 2009
Karma: 0
|
Junior Member |
|
|
Here's another tweak on the logo for the ACP. Attached a larger one too with a transparent bg for use elsewhere. Might need to rename to unzip - then put the header.php and favicon.ico files into your adm folder.
Removed a width="100%" attribute from adm/header.php. Not sure why useless attributes are inline, when they could be declared in css (removing all such references ultimately reduces data sent over the wire and translates to even faster page loads). That change also moves the header content to the left - by the logo.
I don't have a lot of time thesedays, but i can look at bits and pieces here and there
[Updated on: Fri, 25 December 2009 11:44] Report message to a moderator
|
|
|
|
|
|
Re: Improvement to adm.css in FUD3 [message #161501 is a reply to message #161352] |
Fri, 01 January 2010 20:04 |
fudidudi
Messages: 19 Registered: March 2009
Karma: 0
|
Junior Member |
|
|
Wow! Frontend looks bobs_your_uncle great with the same colors! Good job! Additionally another little frontend tweak you might like to add, within the ForumBackground element in the css:
-moz-border-radius: 0.75em;
-webkit-border-radius: 0.75em;
border-radius: 0.75em;
Looking smooooth, very easy on the eye.
[Updated on: Fri, 01 January 2010 20:11] Report message to a moderator
|
|
|
|
|