mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Merge
--HG-- branch : 1.x
This commit is contained in:
@@ -1,79 +0,0 @@
|
||||
body{
|
||||
background:#fcfcfc;
|
||||
}
|
||||
#branding
|
||||
{
|
||||
height:50px;
|
||||
margin:0 0 0 20px;
|
||||
background:transparent url(images/orchardLogo.gif) no-repeat scroll 0 0;
|
||||
}
|
||||
#branding h1 {
|
||||
padding:8px 0 0 38px;
|
||||
}
|
||||
#content {
|
||||
overflow:auto;
|
||||
padding:1.4em;
|
||||
}
|
||||
|
||||
/* Navigation
|
||||
----------------------------------------------------------*/
|
||||
|
||||
#navigation ul li {
|
||||
border:0;
|
||||
margin:0 0 0 4px;
|
||||
}
|
||||
#navigation li h3 a
|
||||
{
|
||||
color:#333;
|
||||
padding:6px 4px 8px 0px;
|
||||
}
|
||||
|
||||
/* Forms
|
||||
----------------------------------------------------------*/
|
||||
|
||||
legend {
|
||||
color:#333;
|
||||
}
|
||||
|
||||
#AdminPassword, .text-box
|
||||
{
|
||||
border:1px solid #DDDEDF;
|
||||
padding:4px;
|
||||
width:98%;
|
||||
}
|
||||
|
||||
.manage
|
||||
{
|
||||
float:right;
|
||||
width:15em;
|
||||
margin:0 0 10px 8px;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.manage a.button {
|
||||
height:inherit;
|
||||
margin-left:0.3em;
|
||||
}
|
||||
|
||||
.manage a.primaryAction {
|
||||
background:#4687AD none repeat scroll 0 0;
|
||||
border:1px solid #8F8F8F;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
fieldset.bulk-actions {
|
||||
width:30em;
|
||||
clear:left;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.button {
|
||||
background:#F5F5F5 none repeat scroll 0 0;
|
||||
display:inline;
|
||||
text-align:right;
|
||||
border:1px solid #999999;
|
||||
color:#2D2F25;
|
||||
cursor:pointer;
|
||||
padding:0 0.8em 0.1em;
|
||||
text-align:center;
|
||||
}
|
@@ -69,7 +69,7 @@
|
||||
}
|
||||
|
||||
@if (Model.Content != null) {
|
||||
<div id="content">
|
||||
<div id="content" class="group">
|
||||
@Zone(Model.Content)
|
||||
</div>
|
||||
}
|
||||
|
@@ -18,6 +18,7 @@
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<UpgradeBackupLocation />
|
||||
<TargetFrameworkProfile />
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -54,11 +55,6 @@
|
||||
<Content Include="TheAdmin\Styles\ie7.css" />
|
||||
<Content Include="TheAdmin\Styles\ie8.css" />
|
||||
<Content Include="TheAdmin\Styles\images\adminNavBackground.gif" />
|
||||
<Content Include="TheAdmin\Styles\images\icon-contribute.png" />
|
||||
<Content Include="TheAdmin\Styles\images\icon-docs.png" />
|
||||
<Content Include="TheAdmin\Styles\images\icon-friends.png" />
|
||||
<Content Include="TheAdmin\Styles\images\icon-gallery.png" />
|
||||
<Content Include="TheAdmin\Styles\images\icon-settings.png" />
|
||||
<Content Include="TheAdmin\Styles\images\info.gif" />
|
||||
<Content Include="TheAdmin\Styles\images\menu-default.png" />
|
||||
<Content Include="TheAdmin\Styles\images\menu-glyph.png" />
|
||||
@@ -105,7 +101,6 @@
|
||||
<Content Include="SafeMode\Theme.png" />
|
||||
<Content Include="SafeMode\Theme.txt" />
|
||||
<Content Include="SafeMode\Views\Layout.cshtml" />
|
||||
<Content Include="TheAdmin\Styles\ie6.css" />
|
||||
<Content Include="TheAdmin\Styles\images\backgroundGradient.gif" />
|
||||
<Content Include="TheAdmin\Styles\images\backgroundHeader.gif" />
|
||||
<Content Include="TheAdmin\Styles\images\orchardLogo.gif" />
|
||||
|
Reference in New Issue
Block a user