diff --git a/web/App_Themes/style.css b/web/App_Themes/style.css index 7fef66a1..f49e6be4 100644 --- a/web/App_Themes/style.css +++ b/web/App_Themes/style.css @@ -57,12 +57,6 @@ footer { } -#logo { - float: left; - max-height: 25%; - max-width: 25%; - } - .panel,.bshpanel,aside { background-color: rgba(32,16,16,0.8); border-radius:5px; @@ -92,12 +86,12 @@ content: "("; .hint::after { content: ")"; } + header { background-color:rgba(16,16,0,0.8); - top:0; - left:0; - margin:0em; - padding:0em; + display: block; + float:left; + margin: .5em; } h1 img { vertical-align: text-top; } @@ -257,13 +251,10 @@ a.actionlink img { top:4px; } .c3-alt { display:none; } - #appmenu {position: fixed; - top:0; - right:0;} } @media all and (max-width: 640px) { -#appmenu {position:relative;} +#appmenu {display:inline;} .menuitem { display: inline; } diff --git a/web/ChangeLog b/web/ChangeLog index 146be73a..718c194e 100644 --- a/web/ChangeLog +++ b/web/ChangeLog @@ -1,3 +1,11 @@ +2015-09-11 Paul Schneider + + * style.css: yastyle + + * Web.csproj: Cleanning + + * FileInfoCollection.cs: cleanning + 2015-09-11 Paul Schneider * BlogsController.cs: * refactoring diff --git a/web/FileInfoCollection.cs b/web/FileInfoCollection.cs deleted file mode 100644 index f8d738c2..00000000 --- a/web/FileInfoCollection.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; - -namespace Yavsc -{ - /// - /// File info collection. - /// - public class FileInfoCollection : List - { - /// - /// Initializes a new instance of the class. - /// - /// Collection. - public FileInfoCollection (System.IO.FileInfo[] collection) - { - this.AddRange (collection); - } - } -} - diff --git a/web/Web.csproj b/web/Web.csproj index 4646907a..f0b3f937 100644 --- a/web/Web.csproj +++ b/web/Web.csproj @@ -156,7 +156,6 @@ -