Skip to content

Commit

Permalink
Dev EOL Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Mar 14, 2013
1 parent 7e2c1ea commit ae2b0e9
Show file tree
Hide file tree
Showing 121 changed files with 17,465 additions and 17,465 deletions.
144 changes: 72 additions & 72 deletions application/extensions/bootstrap/assets/css/markdown.editor.css
@@ -1,72 +1,72 @@
.well {
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
}
.well blockquote {
border-color:#dddddd;
border-color:rgba(0,0,0,0.15);
}
.well-large { padding:24px; }
.well-small { padding:9px; }
.wmd-panel { width:100%; }
.wmd-input {
height:300px;
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}
.wmd-preview {
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
width:100%;
margin-top:10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}
.wmd-preview blockquote {
border-color:#dddddd;
border-color:rgba(0,0,0,0.15);
}
.wmd-panel .btn-toolbar {
margin-bottom:10px;
padding:0;
width:100%;
}
.icon-link, .icon-blockquote, .icon-code, .icon-bullet-list, .icon-list, .icon-header, .icon-hr-line, .icon-undo { background-image:url(../img/markdown-editor-icons.png); }
.icon-link { background-position:0 0; }
.icon-blockquote { background-position:-24px 0; }
.icon-code { background-position:-48px 0; }
.icon-bullet-list { background-position:-72px 0; }
.icon-list { background-position:-96px 0; }
.icon-header { background-position:-120px 0; }
.icon-hr-line { background-position:-144px 0; }
.icon-undo { background-position:-168px 0; }
.wmd-prompt-background { background-color:Black; }
.wmd-prompt-dialog {
border:1px solid #999999;
background-color:#f5f5f5;
}
.wmd-prompt-dialog > div {
font-size:0.8em;
font-family:arial, helvetica, sans-serif;
}
.wmd-prompt-dialog > form > input[type="text"] {
border:1px solid #999999;
color:black;
}
.wmd-prompt-dialog > form > input[type="button"] {
border:1px solid #888888;
font-family:trebuchet MS, helvetica, sans-serif;
font-size:0.8em;
font-weight:bold;
}
.well {
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
}
.well blockquote {
border-color:#dddddd;
border-color:rgba(0,0,0,0.15);
}
.well-large { padding:24px; }
.well-small { padding:9px; }
.wmd-panel { width:100%; }
.wmd-input {
height:300px;
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}
.wmd-preview {
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
width:100%;
margin-top:10px;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}
.wmd-preview blockquote {
border-color:#dddddd;
border-color:rgba(0,0,0,0.15);
}
.wmd-panel .btn-toolbar {
margin-bottom:10px;
padding:0;
width:100%;
}
.icon-link, .icon-blockquote, .icon-code, .icon-bullet-list, .icon-list, .icon-header, .icon-hr-line, .icon-undo { background-image:url(../img/markdown-editor-icons.png); }
.icon-link { background-position:0 0; }
.icon-blockquote { background-position:-24px 0; }
.icon-code { background-position:-48px 0; }
.icon-bullet-list { background-position:-72px 0; }
.icon-list { background-position:-96px 0; }
.icon-header { background-position:-120px 0; }
.icon-hr-line { background-position:-144px 0; }
.icon-undo { background-position:-168px 0; }
.wmd-prompt-background { background-color:Black; }
.wmd-prompt-dialog {
border:1px solid #999999;
background-color:#f5f5f5;
}
.wmd-prompt-dialog > div {
font-size:0.8em;
font-family:arial, helvetica, sans-serif;
}
.wmd-prompt-dialog > form > input[type="text"] {
border:1px solid #999999;
color:black;
}
.wmd-prompt-dialog > form > input[type="button"] {
border:1px solid #888888;
font-family:trebuchet MS, helvetica, sans-serif;
font-size:0.8em;
font-weight:bold;
}
@@ -1,8 +1,8 @@
/*! X-editable - v1.3.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2012 Vitaliy Potapov; Licensed MIT */

/*! X-editable - v1.3.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2012 Vitaliy Potapov; Licensed MIT */

/**
Form with single input element, two buttons and two states: normal/loading.
Applied as jQuery method to DIV tag (not to form tag!). This is because form can be in loading state when spinner shown.
Expand Down Expand Up @@ -530,7 +530,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.

//error class attached to editable-error-block
$.fn.editableform.errorBlockClass = 'editable-error';
}(window.jQuery));
}(window.jQuery));
/**
* EditableForm utilites
*/
Expand Down Expand Up @@ -659,7 +659,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
return $('<div>').text(str).html();
}
};
}(window.jQuery));
}(window.jQuery));
/**
Attaches stand-alone container with editable-form to HTML element. Element is used only for positioning, value is not stored anywhere.<br>
This method applied internally in <code>$().editable()</code>. You should subscribe on it's events (save / cancel) to get profit of it.<br>
Expand Down Expand Up @@ -1041,7 +1041,7 @@ Applied as jQuery method.
};

}(window.jQuery));


/**
Makes editable any HTML element on the page. Applied as jQuery method.
Expand Down Expand Up @@ -1612,7 +1612,7 @@ Makes editable any HTML element on the page. Applied as jQuery method.
};

}(window.jQuery));


/**
AbstractInput - base class for all editable inputs.
It defines interface to be implemented by any input type.
Expand Down Expand Up @@ -1796,7 +1796,7 @@ To create your own input you can inherit from this class.
$.extend($.fn.editabletypes, {abstractinput: AbstractInput});

}(window.jQuery));


/**
List - abstract class for inputs that have source option loaded from js array or via ajax
Expand Down Expand Up @@ -2078,7 +2078,7 @@ List - abstract class for inputs that have source option loaded from js array or

$.fn.editabletypes.list = List;

}(window.jQuery));
}(window.jQuery));
/**
Text input
Expand Down Expand Up @@ -2131,7 +2131,7 @@ $(function(){
$.fn.editabletypes.text = Text;

}(window.jQuery));


/**
Textarea input
Expand Down Expand Up @@ -2224,7 +2224,7 @@ $(function(){
$.fn.editabletypes.textarea = Textarea;

}(window.jQuery));


/**
Select (dropdown)
Expand Down Expand Up @@ -2298,7 +2298,7 @@ $(function(){

$.fn.editabletypes.select = Select;

}(window.jQuery));
}(window.jQuery));
/**
List of checkboxes.
Internally value stored as javascript array of values.
Expand Down Expand Up @@ -2448,7 +2448,7 @@ $(function(){
$.fn.editabletypes.checklist = Checklist;

}(window.jQuery));


/**
HTML5 input types.
Following types are supported:
Expand Down Expand Up @@ -2636,7 +2636,7 @@ Range (inherit from number)
inputclass: 'input-medium'
});
$.fn.editabletypes.range = Range;
}(window.jQuery));
}(window.jQuery));
/*
Editableform based on Twitter Bootstrap
*/
Expand All @@ -2657,7 +2657,7 @@ Editableform based on Twitter Bootstrap
$.fn.editableform.errorGroupClass = 'error';
$.fn.editableform.errorBlockClass = null;

}(window.jQuery));
}(window.jQuery));
/**
* Editable Inline
* ---------------------
Expand Down Expand Up @@ -2717,7 +2717,7 @@ Editableform based on Twitter Bootstrap
});


}(window.jQuery));
}(window.jQuery));
/**
Bootstrap-datepicker.
Description and examples: http://vitalets.github.com/bootstrap-datepicker.
Expand Down Expand Up @@ -2892,7 +2892,7 @@ $(function(){
$.fn.editabletypes.date = Date;

}(window.jQuery));


/* =========================================================
* bootstrap-datepicker.js
* http://www.eyecon.ro/bootstrap-datepicker
Expand Down

Large diffs are not rendered by default.

0 comments on commit ae2b0e9

Please sign in to comment.