Resource icon

Admin Extras 1.0.1b

No permission to download

simbolo

Well-known member
simbolo submitted a new resource:

Admin Extras (version 1.0.0) - Adds and EXTRA.css and extra.js file to the admin.

This add-on adds an additional EXTRA.css template and an extra.js file to the admin side of the site only.

Install like any other add-on; Upload the files to the correct directories and import the xml.

There's one additional option which allows you to increment the cache buster on the files.

Thanks goes out to Naatan and his resource Template Syntax as this Listener is based on that one.

Read more about this resource...
 
Also of note, I made this so I could expand the Template Syntax editor.
HTML:
/* Remove Centering */
.pageWidth{ margin: inherit; width: 100%; }
/* Make Width Full */
#contentContainer{ width:88%;}
#content{ width: inherit; }
form#templateEditor{ width: 100%; }
.CodeMirror {
    width: 100%;
}
It's not perfect as it doesn't resize with the screen but it's good enough for me.
 
Top Bottom