* mdd_help.htm:
* mdd_styles.css: * LocalizedText.resx: * all.css: * jquery-ui-1.11.4.js: * tabs.css: * menu.css: * core.css: * base.css: * LocalizedText.fr.resx: * theme.css: * slider.css: * button.css: * dialog.css: * spinner.css: * tooltip.css: * jquery-ui-1.11.4.min.js: * sortable.css: * LocalizedText.Designer.cs: * resizable.css: * accordion.css: * draggable.css: * selectmenu.css: * selectable.css: * datepicker.css: * progressbar.css: * LocalizedText.fr.Designer.cs: * autocomplete.css: * ui-icons_888888_256x240.png: * ui-icons_cd0a0a_256x240.png: * ui-icons_454545_256x240.png: * ui-icons_2e83ff_256x240.png: * ui-icons_222222_256x240.png: * ui-bg_flat_0_aaaaaa_40x100.png: * ui-bg_glass_95_fef1ec_1x400.png: * ui-bg_flat_75_ffffff_40x100.png: * ui-bg_glass_55_fbf9ee_1x400.png: * ui-bg_glass_65_ffffff_1x400.png: * ui-bg_glass_75_dadada_1x400.png: * ui-bg_glass_75_e6e6e6_1x400.png: * ui-bg_highlight-soft_75_cccccc_1x100.png: * BlogsController.cs: implements the access control on file upload to blog entries * style.css: nicer appmenu * BlogsController.cs: Enables the input validation at posting blog entries * MarkdownHelper.cs: enables ExtraMode transformation parameter * App.master: Error and message html divisions must exist in the DOM to display Ajax messages and errors * yavsc.js: * yavsc.circles.js: refactoring * Circles.aspx: removes a DOM element that already exists in the mastyer page : the message box * Edit.aspx: submits files for import as Markdown text * Web.config: Disables the local trace * Web.csproj: jQuery.UI addition * packages.config: adds a ref to jQuery.UI Combined
This commit is contained in:
parent
8578da3a2e
commit
9eff4b0749
55 changed files with 18399 additions and 90 deletions
|
|
@ -1,6 +1,6 @@
|
|||
div.mdd_modal
|
||||
{
|
||||
position:fixed;
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
padding:0;
|
||||
|
|
@ -14,9 +14,8 @@ div.mdd_modal
|
|||
}
|
||||
div.mdd_modal_frame
|
||||
{
|
||||
width:650px;
|
||||
height:400px;
|
||||
background-color:White;
|
||||
background-color:black;
|
||||
color:white;
|
||||
z-index:2000;
|
||||
margin:0 auto;
|
||||
margin-top:60px;
|
||||
|
|
@ -37,7 +36,7 @@ div.mdd_modal_button
|
|||
padding-top:4px;
|
||||
padding-bottom:0px;
|
||||
height:20px;
|
||||
background-color:#808080;
|
||||
background-color:#202020;
|
||||
z-index:1999;
|
||||
border-radius:4px;
|
||||
-moz-border-radius:4px;
|
||||
|
|
@ -47,7 +46,7 @@ div.mdd_modal_button
|
|||
|
||||
div.mdd_modal_button a
|
||||
{
|
||||
color:White;
|
||||
color:Yellow;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
|
@ -93,7 +92,7 @@ div.mdd_syntax pre
|
|||
font-size:10pt;
|
||||
border:solid 1px silver;
|
||||
padding:4px;
|
||||
background-color:#f8f8f8;
|
||||
background-color:#282828;
|
||||
}
|
||||
|
||||
div.mdd_toolbar_wrap
|
||||
|
|
@ -118,6 +117,7 @@ div.mdd_toolbar li
|
|||
margin:0;
|
||||
padding:0;
|
||||
list-style:none;
|
||||
background-color: #888;
|
||||
}
|
||||
|
||||
div.mdd_toolbar a.mdd_button
|
||||
|
|
@ -172,12 +172,12 @@ div.mdd_links
|
|||
div.mdd_links a
|
||||
{
|
||||
text-decoration:none;
|
||||
color:#404040;
|
||||
color:#a0a0a0;
|
||||
font-size:smaller;
|
||||
}
|
||||
div.mdd_links a:hover
|
||||
{
|
||||
color:black;
|
||||
color:white;
|
||||
}
|
||||
|
||||
div.mdd_editor_wrap
|
||||
|
|
@ -197,14 +197,14 @@ div.mdd_resizer_wrap
|
|||
}
|
||||
div.mdd_resizer
|
||||
{
|
||||
background:#f8f8f8;
|
||||
background:#181818;
|
||||
background-image:url("mdd_gripper.png");
|
||||
background-position:center center;
|
||||
background-repeat:no-repeat;
|
||||
padding-left:2px;
|
||||
padding-right:2px;
|
||||
height:9px;
|
||||
border:solid 1px #d0d0d0;
|
||||
border:solid 1px #303030;
|
||||
margin-top:-1px;
|
||||
cursor:n-resize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue