mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Added info notification.
--HG-- branch : 1.x
This commit is contained in:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
BIN
src/Orchard.Web/Themes/TheAdmin/Styles/images/info.gif
Normal file
BIN
src/Orchard.Web/Themes/TheAdmin/Styles/images/info.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 288 B |
@@ -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;
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user