parent
ba4894239c
commit
15567e7d7b
|
@ -11,7 +11,7 @@
|
||||||
<input type="text" name="bid[name]" id="bid_name" class="hwork_input" maxlength="<%= Bid::NAME_LENGTH_LIMIT%>" onkeyup="regex_bid_name();" value="<%= bid.name%>" >
|
<input type="text" name="bid[name]" id="bid_name" class="hwork_input" maxlength="<%= Bid::NAME_LENGTH_LIMIT%>" onkeyup="regex_bid_name();" value="<%= bid.name%>" >
|
||||||
<p id="bid_name_span" class="c_red" style="padding-left: 55px;"></p>
|
<p id="bid_name_span" class="c_red" style="padding-left: 55px;"></p>
|
||||||
</li>
|
</li>
|
||||||
<li class="ml45">
|
<li class="ml45 mb10">
|
||||||
<label class="fl" > <%= l(:field_quote)%> :</label>
|
<label class="fl" > <%= l(:field_quote)%> :</label>
|
||||||
<!--<textarea name="bid[description]" placeholder="最多3000个汉字(或6000个英文字符)" class="hwork_text fl"></textarea>-->
|
<!--<textarea name="bid[description]" placeholder="最多3000个汉字(或6000个英文字符)" class="hwork_text fl"></textarea>-->
|
||||||
<% if edit_mode %>
|
<% if edit_mode %>
|
||||||
|
|
|
@ -4922,7 +4922,7 @@ KEditor.prototype = {
|
||||||
editDiv = K('.edit', container),
|
editDiv = K('.edit', container),
|
||||||
statusbar = self.statusbar = K('.statusbar', container);
|
statusbar = self.statusbar = K('.statusbar', container);
|
||||||
container.removeClass('container')
|
container.removeClass('container')
|
||||||
.addClass('ke-container ke-container-' + self.themeType).css('width', width);
|
.addClass('ke-container ml56 ke-container-' + self.themeType).css('width', width);
|
||||||
if (fullscreenMode) {
|
if (fullscreenMode) {
|
||||||
container.css({
|
container.css({
|
||||||
position : 'absolute',
|
position : 'absolute',
|
||||||
|
|
|
@ -4917,7 +4917,7 @@ KEditor.prototype = {
|
||||||
editDiv = K('.edit', container),
|
editDiv = K('.edit', container),
|
||||||
statusbar = self.statusbar = K('.statusbar', container);
|
statusbar = self.statusbar = K('.statusbar', container);
|
||||||
container.removeClass('container')
|
container.removeClass('container')
|
||||||
.addClass('ke-container ke-container-' + self.themeType).css('width', width);
|
.addClass('ke-container ml56 ke-container-' + self.themeType).css('width', width);
|
||||||
if (fullscreenMode) {
|
if (fullscreenMode) {
|
||||||
container.css({
|
container.css({
|
||||||
position : 'absolute',
|
position : 'absolute',
|
||||||
|
|
|
@ -316,6 +316,7 @@ a:hover.st_img { border:1px solid #1c9ec7; }
|
||||||
.st_boxlist ul li a span{ color:#1c9ec7;}
|
.st_boxlist ul li a span{ color:#1c9ec7;}
|
||||||
.st_boxlist ul li a:hover span{ color:#ff8e15;}
|
.st_boxlist ul li a:hover span{ color:#ff8e15;}
|
||||||
.ml50{ margin-left:50px;}
|
.ml50{ margin-left:50px;}
|
||||||
|
.ml56{ margin-left:56px !important;}
|
||||||
.ml358{ margin-left:358px;}
|
.ml358{ margin-left:358px;}
|
||||||
.ml258{ margin-left:254px;}
|
.ml258{ margin-left:254px;}
|
||||||
.ml65{ margin-left:65px;}
|
.ml65{ margin-left:65px;}
|
||||||
|
|
Loading…
Reference in New Issue