mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
wip: add mapBox to recordEditor
This commit is contained in:
@@ -308,7 +308,7 @@
|
||||
overflow-x: auto;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
#idFrameE {
|
||||
#EDITWINDOW {
|
||||
.ui-datepicker-inline {
|
||||
background-color: $darkerBackgroundColor;
|
||||
background-repeat: repeat-x;
|
||||
@@ -413,13 +413,13 @@ div.thesaurus {
|
||||
}
|
||||
}
|
||||
|
||||
#idFrameE #TH_Ofull, #idFrameTH #TH_Oprop, #idFrameTH #TH_Oclip {
|
||||
#EDITWINDOW #TH_Ofull, #idFrameTH #TH_Oprop, #idFrameTH #TH_Oclip {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#idFrameE {
|
||||
#EDITWINDOW {
|
||||
div.searchZone {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
@@ -260,11 +260,6 @@
|
||||
<img style="position:absolute; margin:auto" id="TH_searching" src="/assets/common/images/icons/ftp-loader-blank.gif" />
|
||||
</div>
|
||||
{% endif %}
|
||||
<div id='TH_Oclipboard'>
|
||||
<div class="PNB10">
|
||||
<textarea id='CLIP_CC' style="width:98%; height:98% !important; height:300px;"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div id='TH_Opreview'>
|
||||
<div class="PNB10"></div>
|
||||
</div>
|
||||
@@ -345,6 +340,11 @@
|
||||
</div>
|
||||
<ul style="top:50px;" class="PNB10 EDIT_presets_list"></ul>
|
||||
</div>
|
||||
<div id='TH_Oclipboard'>
|
||||
<div class="PNB10">
|
||||
<textarea id='CLIP_CC' style="width:98%; height:98% !important; height:300px;"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user