Task #45438

Task #45436: General code cleanup

Get rid of DOM class/id mix

Added by Aske Ertmann over 2 years ago. Updated 10 months ago.

Status:Closed Start date:2013-02-13
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:Base Distribution - 1.0 beta 1

Description

Currently we use id and classes for the UI elements and that is a little confusing when writing styles

We should get rid of classes that are also represented with an ID

Generally all elements that are direct children of the body tag should have an ID and the class t3-ui.

Examples:
  • Currently the notifications container only has a class and no ID.
  • The page panel currently has the class t3-inspector
  • The footer panel currently has the class t3-toolbar
  • The toolbar currently also has the class t3-toolbar
  • The inspector currently also has the class t3-inspector

History

#1 Updated by Aske Ertmann over 2 years ago

  • Target version set to 1.0 beta 1

#2 Updated by Sebastian Helzle 10 months ago

  • Status changed from New to Closed

Also available in: Atom PDF