Added info notification.

--HG--
branch : 1.x
This commit is contained in:
jowall
2011-04-05 12:00:48 -07:00
parent c36811cc10
commit 2e4b6f8d28
5 changed files with 12 additions and 6 deletions

View File

@@ -52,7 +52,7 @@
if ((int)Model.ContentItems.Items.Count == 0) {
<div class="message notifications">@T("There are no content items.")</div>
<div class="message info">@T("There are no content items.")</div>
}
else {
<fieldset class="contentItems bulk-items">

View File

@@ -62,7 +62,7 @@
</fieldset>
if ((int)Model.ContentItems.Items.Count == 0) {
<div class="message notifications">@T("The '{0}' {1} has no content items.", Model.ContainerDisplayName, Model.ContainerContentType)</div>
<div class="message info">@T("The '{0}' {1} has no content items.", Model.ContainerDisplayName, Model.ContainerContentType)</div>
}
else {
<fieldset class="contentItems bulk-items">

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

View File

@@ -159,8 +159,8 @@ hr {border:0; height:1px; color:#e4e5e6; background-color:#e4e5e6;}
min-height:100%;
}
#layout-main {
display:inline;
overflow:auto;
/*display:inline;
overflow:auto;*/
float:right;
margin-left:-240px;
width:100%;
@@ -510,6 +510,11 @@ span.message {
background:#e68585; /* red */
color:#fff;
}
.info {
background: url(images/info.gif) no-repeat 5px 5px #fff;
border:1px solid #e4e8ee; /* blue */
padding-left:26px;
}
.message-Information, .notifications {
background:#e6f1c9; /* green */
border:1px solid #cfe493;
@@ -536,7 +541,7 @@ span.message {
/* Forms
***************************************************************/
form { margin: 0; padding: 0; }
form { margin: 0; padding: 0;}
legend { font-size: 1.231em; font-weight: normal; border:none;}
fieldset { padding:6px 0 0; margin:0 0 1em 0; border: 0px solid #dbdbdb; }
label { font-weight:normal; display:block; padding: 0 0 0.3em 0; }
@@ -599,7 +604,7 @@ input.textMedium {
width:26em;
}
select {
padding:1px;
padding:1px;
}
select:focus, textarea:focus, input.text:focus, input.text-box:focus {
border-color:#666d51;

View File

@@ -52,6 +52,7 @@
<Content Include="TheAdmin\Scripts\admin.js" />
<Content Include="TheAdmin\Styles\ie.css" />
<Content Include="TheAdmin\Styles\images\adminNavBackground.gif" />
<Content Include="TheAdmin\Styles\images\info.gif" />
<Content Include="TheAdmin\Styles\images\menu-default.png" />
<Content Include="TheAdmin\Styles\images\menu-glyph.png" />
<Content Include="TheAdmin\Styles\images\menuClosed.gif" />