mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 09:17:16 +00:00
fixing width different for caves re handbook
This commit is contained in:
@@ -32,9 +32,10 @@
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
# This is used for both cave_edit and handbook_edit, and is overridden 100% for cave_edit
|
||||
.HTMLarea {
|
||||
width:100%; # width:130%;
|
||||
# margin-left: -235px
|
||||
width:1000px # width:130%;
|
||||
margin-left: -235px
|
||||
}
|
||||
|
||||
.popup-overlay.active {
|
||||
@@ -73,7 +74,7 @@
|
||||
<style type=text/css>
|
||||
.CodeMirror {
|
||||
float: left;
|
||||
width: 85%;
|
||||
width: 50%;
|
||||
border: 1px solid black;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user