[FIX] style fix in admin news and css

This commit is contained in:
iAmShorty 2014-03-25 23:53:52 +01:00
parent 6a8784e4d9
commit b46479190f
3 changed files with 30 additions and 28 deletions

View File

@ -12,7 +12,7 @@ p {
} }
#page-wrapper { #page-wrapper {
background-color: #222222; background-color: #999999;
} }
select, select,

View File

@ -33,7 +33,7 @@ p {
position: inherit; position: inherit;
margin: 0 0 0 250px; margin: 0 0 0 250px;
padding: 0 30px; padding: 0 30px;
min-height: 1300px; min-height: 900px;
border-left: 1px solid #e7e7e7; border-left: 1px solid #e7e7e7;
font-size: 12px; font-size: 12px;
} }

View File

@ -35,6 +35,7 @@
</div> </div>
</form> </form>
</div> </div>
<div class="row"> <div class="row">
{nocache} {nocache}
{section name=news loop=$NEWS} {section name=news loop=$NEWS}
@ -57,5 +58,6 @@
</div> </div>
</div> </div>
</div> </div>
</div>
{/section} {/section}
{/nocache} {/nocache}