Files @ d561eb3787f5
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/versioning/script/__init__.py - annotation

Mads Kiilerich
header: don't use fixed position

A fixed div at the top prevents anchors and pageup/pagedown from working
correctly ... and it is not like the top menu items are used all the time -
next/previous page links would be more relevant to show in a fixed position.

made the upper menu as a dropdown to old fixed mode by clicking upper
semi transparent bar
1
2
3
4
5
6
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from rhodecode.lib.dbmigrate.migrate.versioning.script.base import BaseScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.py import PythonScript
from rhodecode.lib.dbmigrate.migrate.versioning.script.sql import SqlScript