* 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:
Paul Schneider 2015-09-16 01:07:04 +02:00
commit 9eff4b0749
55 changed files with 18399 additions and 90 deletions

View file

@ -1,8 +1,8 @@
body {
background: black;
background-image: url('/images/Banner.png');
background-repeat: no-repeat;
background-color: black;
color: #D0FFD0;
font-family: 'Arial', cursive;
padding: 0em;
@ -24,6 +24,7 @@ main {
padding: .5em;
background-color: rgba(64,64,64,0.6);
border-radius:10px;
clear: both;
}
fieldset {
@ -66,16 +67,19 @@ footer {
#appmenu {
line-height: 1em;
margin: .5em;
padding: .5em;
border-radius:10px;
color: #ff8;
background-color: rgba(32,16,16,.6);
float: right;
}
#appmenu img { max-height:2em; max-width:2em; }
.menuitem {
}
.hint {
display: inline;
font-style: italic;
@ -88,10 +92,12 @@ content: ")";
}
header {
border-radius:10px;
background-color:rgba(16,16,0,0.8);
display: block;
float:left;
margin: .5em;
padding: .5em;
}
h1 img { vertical-align: text-top; }
@ -113,14 +119,14 @@ label {
font-size: medium;
}
.message {
.message, #message {
font-size: large;
background-color: rgba(0,64,0,0.1);
}
.dirty {
background-color: rgba(128,128,0,0.3);
}
.error {
.error, #error {
color: #f88;
font-size: large;
background-color: rgba(128,0,0,0.3);
@ -181,8 +187,6 @@ usertitleref {
background-color:rgba(0,0,32,0.8);
cursor: pointer;
font-family: 'Arial', cursive;
font-size: 140%;
display:block;
padding: .2em;
}
@ -217,10 +221,8 @@ a.actionlink img { top:4px; }
border-radius:25px;
font-size: smaller;
}
.menuitem {
display: block;
}
.onhover {
display:none;
position: absolute;
@ -235,6 +237,7 @@ a.actionlink img { top:4px; }
.input-validation-error { border: solid 1px red; }
.field-validation-error { color: red; }
.c2 { font-size: small; font-style: italic; }
.c3 { font-size: x-small; font-style: italic; }