diff --git a/browser/common.py b/browser/common.py index ca2c94c..7ecf01b 100644 --- a/browser/common.py +++ b/browser/common.py @@ -70,7 +70,7 @@ from loops.versioning.interfaces import IVersionable concept_macros = ViewPageTemplateFile('concept_macros.pt') -conceptMacrosTemplate = concept_macros # "old" name +conceptMacrosTemplate = concept_macros # class NameField(schema.ASCIILine): diff --git a/browser/loops.css b/browser/loops.css index 34a6c35..9bb71e9 100644 --- a/browser/loops.css +++ b/browser/loops.css @@ -186,26 +186,26 @@ fieldset.box td { } .content-2 h1, .content-1 h2, h2 { - font-size: 160%; + font-size: 170%; font-weight: normal; padding-top: 0.5em; } .content-3 h1, .content-2 h2, .content-1 h3, h3 { - font-size: 145%; + font-size: 160%; font-weight: normal; padding-top: 0.4em; } .content-4 h1, .content-3 h2, .content-2 h3, .content-1 h4, h4 { - font-size: 125%; + font-size: 140%; font-weight: normal; padding-top: 0.3em; } -.content-5 h1, .content-4 h2, .content-3 h3, content-2 h4 { - font-size: 110%; - border: none; +.content-5 h1, .content-4 h2, .content-3 h3, content-2 h4, h5 { + font-size: 120%; + /* border: none; */ padding-top: 0.2em; } diff --git a/browser/node.py b/browser/node.py index 119bad5..f36b600 100644 --- a/browser/node.py +++ b/browser/node.py @@ -421,7 +421,8 @@ class NodeView(BaseView): def getActions(self, category='object', target=None): actions = [] - self.registerDojo() + #self.registerDojo() + self.registerDojoFormAll() if category in self.actions: actions.extend(self.actions[category](self, target=target)) if target is None: