diff --git a/VERSION b/VERSION index 20646bbb..6dc983c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.8.2-stable+timestamp.2014.02.23.22.17.01 +Version 2.8.2-stable+timestamp.2014.02.23.22.41.19 diff --git a/applications/examples/static/css/examples.css b/applications/examples/static/css/examples.css index d81a9c9e..bfde2ac1 100644 --- a/applications/examples/static/css/examples.css +++ b/applications/examples/static/css/examples.css @@ -13,4 +13,8 @@ body { } .btn-180 { width: 180px; -} \ No newline at end of file +} +.page-header { + border-bottom: 0; +} + \ No newline at end of file diff --git a/gluon/tools.py b/gluon/tools.py index d062e671..355d3678 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -1402,8 +1402,7 @@ class Auth(object): def rename(icon): return icon+' '+icon.replace('icon','glyphicon') self.bar = UL(LI(Anr(I(_class=rename('icon '+items[0]['icon'])), ' ' + items[0]['name'], - _href=items[0]['href'])),_class='dropdown-menu', - _id='w2p-auth-bar',_role="menu") + _href=items[0]['href'])),_class='dropdown-menu') del items[0] for item in items: self.bar.insert(-1, LI(Anr(I(_class=rename('icon '+item['icon'])), @@ -1414,7 +1413,7 @@ class Auth(object): self.bar = LI(Anr(prefix, user_identifier, _href='#'), self.bar,_class='dropdown') else: - self.bar = LI(Anr(T('Login'),B(_class="caret"), + self.bar = LI(Anr(T('Login'), _href='#',_class="dropdown-toggle", data={'toggle':'dropdown'}), self.bar, _class='dropdown')