Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions CQRSGui/Content/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ p, ul
line-height: 1.6em;
}

/* HEADINGS
/* HEADINGS
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
Expand Down Expand Up @@ -70,17 +70,17 @@ h5, h6
font-size: 1em;
}

/* this rule styles <h2> tags that are the
/* this rule styles <h2> tags that are the
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS
/* PRIMARY LAYOUT ELEMENTS
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the
/* you can specify a greater or lesser percentage for the
page width. Or, you can specify an exact pixel width. */
.page
{
Expand Down Expand Up @@ -127,7 +127,7 @@ page width. Or, you can specify an exact pixel width. */
font-size: .9em;
}

/* TAB MENU
/* TAB MENU
----------------------------------------------------------*/
ul#menu
{
Expand Down Expand Up @@ -181,35 +181,35 @@ ul#menu li.selected a
color: #000;
}

/* FORM LAYOUT ELEMENTS
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/

fieldset
fieldset
{
margin: 1em 0;
padding: 1em;
border: 1px solid #CCC;
}

fieldset p
fieldset p
{
margin: 2px 12px 10px 10px;
}

legend
legend
{
font-size: 1.1em;
font-weight: 600;
padding: 2px 4px 8px 4px;
}

input[type="text"]
input[type="text"]
{
width: 200px;
border: 1px solid #CCC;
}

input[type="password"]
input[type="password"]
{
width: 200px;
border: 1px solid #CCC;
Expand All @@ -218,27 +218,27 @@ input[type="password"]
/* TABLE
----------------------------------------------------------*/

table
table
{
border: solid 1px #e8eef4;
border-collapse: collapse;
}

table td
table td
{
padding: 5px;
padding: 5px;
border: solid 1px #e8eef4;
}

table th
{
padding: 6px 5px;
text-align: left;
background-color: #e8eef4;
border: solid 1px #e8eef4;
background-color: #e8eef4;
border: solid 1px #e8eef4;
}

/* MISC
/* MISC
----------------------------------------------------------*/
.clear
{
Expand Down
2 changes: 1 addition & 1 deletion CQRSGui/Global.asax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace CQRSGui
{
// Note: For instructions on enabling IIS6 or IIS7 classic mode,
// Note: For instructions on enabling IIS6 or IIS7 classic mode,
// visit http://go.microsoft.com/?LinkId=9394801

public class MvcApplication : System.Web.HttpApplication
Expand Down
10 changes: 5 additions & 5 deletions CQRSGui/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CQRSGui")]
Expand All @@ -14,8 +14,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

Expand All @@ -25,11 +25,11 @@
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading