mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
@@ -33,7 +33,7 @@
|
||||
<body class="PNB">
|
||||
<div id="mainContainer" class="PNB">
|
||||
{% include 'common/menubar.html.twig' %}
|
||||
<div class="PNB" id="mainContent" style="top:30px; min-width:900px; overflow-x:auto; overflow-y:auto;">
|
||||
<div class="PNB" id="mainContent">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -93,6 +93,13 @@ body {
|
||||
min-height: 500px;
|
||||
}
|
||||
|
||||
#mainContent {
|
||||
top: 40px;
|
||||
min-width:900px;
|
||||
overflow-x:auto;
|
||||
overflow-y:auto;
|
||||
}
|
||||
|
||||
.PNB {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -2747,6 +2754,17 @@ DIV.thesaurus U.w {
|
||||
|
||||
/******* MAINMENU ************************************************************/
|
||||
|
||||
#mainMenu {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#mainMenu li, #mainMenu li span {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
|
||||
#mainMenu, .publi_group {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
Reference in New Issue
Block a user