|
@@ -15,6 +15,7 @@
|
|
|
## limitations under the License.
|
|
## limitations under the License.
|
|
|
<%!
|
|
<%!
|
|
|
from desktop.views import commonheader, commonfooter, _ko
|
|
from desktop.views import commonheader, commonfooter, _ko
|
|
|
|
|
+ from desktop import conf
|
|
|
from django.utils.translation import ugettext as _
|
|
from django.utils.translation import ugettext as _
|
|
|
%>
|
|
%>
|
|
|
|
|
|
|
@@ -66,7 +67,11 @@ ${ docBrowser.docBrowser() }
|
|
|
height: auto;
|
|
height: auto;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
|
+ % if conf.CUSTOM.BANNER_TOP_HTML.get():
|
|
|
|
|
+ top: 112px;
|
|
|
|
|
+ % else:
|
|
|
top: 82px;
|
|
top: 82px;
|
|
|
|
|
+ % endif
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
|
background-color: #FFF;
|
|
background-color: #FFF;
|
|
|
}
|
|
}
|