* style.css: yastyle
* Web.csproj: Cleanning * FileInfoCollection.cs: cleanning
This commit is contained in:
parent
b45f681ae9
commit
8578da3a2e
4 changed files with 13 additions and 37 deletions
|
|
@ -57,12 +57,6 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#logo {
|
|
||||||
float: left;
|
|
||||||
max-height: 25%;
|
|
||||||
max-width: 25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel,.bshpanel,aside {
|
.panel,.bshpanel,aside {
|
||||||
background-color: rgba(32,16,16,0.8);
|
background-color: rgba(32,16,16,0.8);
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
|
|
@ -92,12 +86,12 @@ content: "(";
|
||||||
.hint::after {
|
.hint::after {
|
||||||
content: ")";
|
content: ")";
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background-color:rgba(16,16,0,0.8);
|
background-color:rgba(16,16,0,0.8);
|
||||||
top:0;
|
display: block;
|
||||||
left:0;
|
float:left;
|
||||||
margin:0em;
|
margin: .5em;
|
||||||
padding:0em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 img { vertical-align: text-top; }
|
h1 img { vertical-align: text-top; }
|
||||||
|
|
@ -257,13 +251,10 @@ a.actionlink img { top:4px; }
|
||||||
.c3-alt { display:none; }
|
.c3-alt { display:none; }
|
||||||
|
|
||||||
|
|
||||||
#appmenu {position: fixed;
|
|
||||||
top:0;
|
|
||||||
right:0;}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 640px) {
|
@media all and (max-width: 640px) {
|
||||||
#appmenu {position:relative;}
|
#appmenu {display:inline;}
|
||||||
.menuitem {
|
.menuitem {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
2015-09-11 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
|
* style.css: yastyle
|
||||||
|
|
||||||
|
* Web.csproj: Cleanning
|
||||||
|
|
||||||
|
* FileInfoCollection.cs: cleanning
|
||||||
|
|
||||||
2015-09-11 Paul Schneider <paul@pschneider.fr>
|
2015-09-11 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
* BlogsController.cs: * refactoring
|
* BlogsController.cs: * refactoring
|
||||||
|
|
|
||||||
|
|
@ -1,22 +0,0 @@
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO;
|
|
||||||
|
|
||||||
namespace Yavsc
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// File info collection.
|
|
||||||
/// </summary>
|
|
||||||
public class FileInfoCollection : List<FileInfo>
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// Initializes a new instance of the <see cref="Yavsc.FileInfoCollection"/> class.
|
|
||||||
/// </summary>
|
|
||||||
/// <param name="collection">Collection.</param>
|
|
||||||
public FileInfoCollection (System.IO.FileInfo[] collection)
|
|
||||||
{
|
|
||||||
this.AddRange (collection);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -156,7 +156,6 @@
|
||||||
<Compile Include="Controllers\FileSystemController.cs" />
|
<Compile Include="Controllers\FileSystemController.cs" />
|
||||||
<Compile Include="CatExts\WebCatalogExtensions.cs" />
|
<Compile Include="CatExts\WebCatalogExtensions.cs" />
|
||||||
<Compile Include="Helpers\YavscHelpers.cs" />
|
<Compile Include="Helpers\YavscHelpers.cs" />
|
||||||
<Compile Include="FileInfoCollection.cs" />
|
|
||||||
<Compile Include="Controllers\AdminController.cs" />
|
<Compile Include="Controllers\AdminController.cs" />
|
||||||
<Compile Include="Helpers\T.cs" />
|
<Compile Include="Helpers\T.cs" />
|
||||||
<Compile Include="templates\Estim.cs">
|
<Compile Include="templates\Estim.cs">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue