minor changes in the appearance
This commit is contained in:
@@ -47,11 +47,9 @@
|
||||
$( "#edit_event textarea" ).prop( "disabled", true );
|
||||
$( "#edit_event select" ).prop( "disabled", true );
|
||||
</TMPL_IF>
|
||||
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -521,7 +519,7 @@
|
||||
<td class="label"><TMPL_VAR .loc.label_content_format></td>
|
||||
<td>
|
||||
<TMPL_IF .allow.update_event_field_content_format>
|
||||
<select name="content_format" style="width:100%;" value="<TMPL_VAR content_format>">
|
||||
<select name="content_format" value="<TMPL_VAR content_format>">
|
||||
<option value="creole"<TMPL_IF content_format_creole> selected="selected"</TMPL_IF>><TMPL_VAR .loc.label_content_format_creole></option>
|
||||
<option value="markdown"<TMPL_IF content_format_markdown> selected="selected"</TMPL_IF>><TMPL_VAR .loc.label_content_format_markdown></option>
|
||||
</select>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<tr>
|
||||
<td></td>
|
||||
<td class="buttons">
|
||||
<button onclick="cancel_edit_project('new');return false;"><TMPL_VAR .loc.button_cancel></button>
|
||||
<button class="cancel" onclick="cancel_edit_project('new');return false;"><TMPL_VAR .loc.button_cancel></button>
|
||||
<button type=submit name="action" value="save"><TMPL_VAR .loc.button_create></button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -7,14 +7,6 @@
|
||||
color:#555;
|
||||
}
|
||||
|
||||
#content div.user{
|
||||
border:1px solid gray;
|
||||
border-radius:1em;
|
||||
margin:1em;
|
||||
width:30em;
|
||||
float:left;
|
||||
}
|
||||
|
||||
#content .disabled{
|
||||
color:#999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user