#3236 closed Defect (fixed)
admin theme still needs work
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.1b |
| Component: | UI/UX | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
- unused css
- underscores
- some updates in elgg default theme didn't make it to admin
Change History (15)
comment:1 Changed 2 years ago by cash
comment:2 Changed 2 years ago by ewinslow
Cash mentioned moving this to a separate viewtype?
comment:3 Changed 2 years ago by brettp
(In [svn:9022]) Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, LICENSE.txt, and INSTALL.txt as markdown files for plugins. Added page handler to parse and serve them. Added links in plugin admin. Refs #3236. Problems with displaying parsed markdown because of missing parts of the admin theme's CSS.
comment:4 Changed 2 years ago by cash
(In [svn:9044]) Refs #3236 cleaned up the widget css in admin area
comment:5 Changed 2 years ago by cash
(In [svn:9045]) Refs #3236 removed elgg-states-* from admin css since it was overaggressive
comment:6 Changed 2 years ago by cash
(In [svn:9047]) Refs #3236 updated the button css so that disable plugin button looks like a button
comment:7 Changed 2 years ago by cash
(In [svn:9110]) Refs #3236 added some margin to the bottom of the admin footer
comment:8 Changed 2 years ago by cash
There are about 120 lines that still need to be updated (section: ADMIN MISC). Example:
.plugin_settings {
font-weight: normal;
}
comment:9 Changed 23 months ago by cash
The admin theme also needs section headers in a few places
buttons have too much margin
comment:10 Changed 21 months ago by brettp
- Milestone changed from Elgg 1.8.0 to Elgg 1.8.1b
It's functional but not perfect, so I'm pushing out to 1.8.1b. No one should be modifying the admin theme, so we can make minor without worrying too much.
comment:11 Changed 20 months ago by cash
I'm leaving buttons/input review for ticket #3809
comment:12 Changed 20 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Fixes #3236 finishes admin theme - open new tickets for new issues
Changeset: f35af8ff5df99baf4beece44fb92cc3dcdc3cd15
comment:13 Changed 20 months ago by cash
Refs #3236 using .float-alt for plugin activate button
Changeset: c6b831196f6d6e144c0a4a7d3a4289a133e5b4ce
comment:14 Changed 19 months ago by Cash Costello
Fixes #3236 finishes admin theme - open new tickets for new issues
Changeset: f35af8ff5df99baf4beece44fb92cc3dcdc3cd15
comment:15 Changed 19 months ago by cash
Refs #3236 using .float-alt for plugin activate button
Changeset: c6b831196f6d6e144c0a4a7d3a4289a133e5b4ce

(In [svn:8832]) Refs #3236 removed some unused css from admin theme and did some reorganizing