mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-30 07:19:51 +01:00
Make edit fields wider
This commit is contained in:
@@ -59,8 +59,9 @@ at troggle/core/forms.py ass this uses a Django magic form creation thinggy. -->
|
||||
<h2>{{message}}</h2>
|
||||
|
||||
<form action="" method="post">{% csrf_token %}
|
||||
<table>{{ form }}
|
||||
<!-- begin caveAndEntranceFormSet-->{{caveAndEntranceFormSet}}<!--end caveAndEntranceFormSet--></table>
|
||||
{% if tabletype == 'table' %}<table>{% else %}<div>{% endif %}
|
||||
{{ form }}
|
||||
{% if tabletype == 'table' %}</table>{% else %}</div>{% endif %}
|
||||
<p><input style="font-weight: bold; font-size: 200%; font-variant-caps: small-caps; margin-left: 40%;" type="submit" value="Submit" /></p>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.HTMLarea { width:1000px;}
|
||||
.HTMLarea { width:100%;}
|
||||
|
||||
.popup-overlay.active {
|
||||
/*displays pop-up when "active" class is present*/
|
||||
@@ -70,7 +70,7 @@
|
||||
<style type=text/css>
|
||||
.CodeMirror {
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 85%;
|
||||
border: 1px solid black;
|
||||
height: 70%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user