##// END OF EJS Templates
config change little style fix for form buttons...
marcink -
r471:ac559565 celery
parent child Browse files
Show More
@@ -56,7 +56,7 b' beaker.cache.super_short_term.expire=10'
56 ### BEAKER SESSION ####
56 ### BEAKER SESSION ####
57 ####################################
57 ####################################
58 ## Type of storage used for the session, current types are
58 ## Type of storage used for the session, current types are
59 ## “dbm”, “file”, “memcached”, “database”, and “memory”.
59 ## "dbm", "file", "memcached", "database", and "memory".
60 ## The storage uses the Container API
60 ## The storage uses the Container API
61 ##that is also used by the cache system.
61 ##that is also used by the cache system.
62 beaker.session.type = file
62 beaker.session.type = file
@@ -173,7 +173,7 b' class DbManage(object):'
173 new_user.password = get_crypt_password(password)
173 new_user.password = get_crypt_password(password)
174 new_user.name = 'Hg'
174 new_user.name = 'Hg'
175 new_user.lastname = 'Admin'
175 new_user.lastname = 'Admin'
176 new_user.email = 'admin@localhost'
176 new_user.email = 'admin@localhost.com'
177 new_user.admin = admin
177 new_user.admin = admin
178 new_user.active = True
178 new_user.active = True
179
179
@@ -2877,7 +2877,7 b' div.form div.fields div.buttons input'
2877 #register div.form div.fields div.buttons
2877 #register div.form div.fields div.buttons
2878 {
2878 {
2879 margin: 0;
2879 margin: 0;
2880 padding: 10px 0 0 97px;
2880 padding: 10px 0 0 114px;
2881 clear: both;
2881 clear: both;
2882 overflow: hidden;
2882 overflow: hidden;
2883 border-top: 1px solid #DDDDDD;
2883 border-top: 1px solid #DDDDDD;
General Comments 0
You need to be logged in to leave comments. Login now