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">
|
<body class="PNB">
|
||||||
<div id="mainContainer" class="PNB">
|
<div id="mainContainer" class="PNB">
|
||||||
{% include 'common/menubar.html.twig' %}
|
{% 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 %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -93,6 +93,13 @@ body {
|
|||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#mainContent {
|
||||||
|
top: 40px;
|
||||||
|
min-width:900px;
|
||||||
|
overflow-x:auto;
|
||||||
|
overflow-y:auto;
|
||||||
|
}
|
||||||
|
|
||||||
.PNB {
|
.PNB {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -2747,6 +2754,17 @@ DIV.thesaurus U.w {
|
|||||||
|
|
||||||
/******* MAINMENU ************************************************************/
|
/******* MAINMENU ************************************************************/
|
||||||
|
|
||||||
|
#mainMenu {
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
#mainMenu li, #mainMenu li span {
|
||||||
|
height: 40px;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
#mainMenu, .publi_group {
|
#mainMenu, .publi_group {
|
||||||
background-color: #333333;
|
background-color: #333333;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user