fix layout of popup form for Lobo skin
This commit is contained in:
parent
fccc9a7f50
commit
6c16cc9ced
3 changed files with 12 additions and 1 deletions
|
@ -357,7 +357,7 @@ class CreateObjectPopup(CreateObjectForm):
|
|||
self.registerDojo()
|
||||
cm = self.controller.macros
|
||||
cm.register('css', identifier='popup.css', resourceName='popup.css',
|
||||
media='all', position=4)
|
||||
media='all', priority=90) #, position=4)
|
||||
jsCall = ('dojo.require("dojo.parser");'
|
||||
'dojo.require("dijit.form.FilteringSelect");'
|
||||
'dojo.require("dojox.data.QueryReadStore");')
|
||||
|
|
|
@ -55,6 +55,8 @@
|
|||
layer="loops.browser.skin.Lobo" />
|
||||
<resource name="custom.css" file="lobo/custom.css"
|
||||
layer="loops.browser.skin.Lobo" />
|
||||
<resource name="popup.css" file="lobo/popup.css"
|
||||
layer="loops.browser.skin.Lobo" />
|
||||
<resource name="favicon.png" file="loops_favicon.png"
|
||||
layer="loops.browser.skin.Lobo" />
|
||||
<resource name="logo.png" file="loops_logo.png"
|
||||
|
|
9
browser/skin/lobo/popup.css
Normal file
9
browser/skin/lobo/popup.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
$Id$
|
||||
|
||||
*/
|
||||
|
||||
body {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
Loading…
Add table
Reference in a new issue