[ticket/102] Add admin CSS file for portal

B3P-102
This commit is contained in:
Marc Alexander
2014-04-08 13:19:08 +02:00
parent c603e32b19
commit 83072b0dce
2 changed files with 12 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
</form>
<!-- ELSE -->
<!-- INCLUDECSS portal/b3p_admin.css -->
<!-- INCLUDE overall_header.html -->
<a name="maincontent"></a>
@@ -48,7 +49,7 @@
<fieldset class="tabulated">
<legend>{L_ACP_PORTAL_MODULES}</legend>
<table cellspacing="1">
<table class="portal-modules-overview">
<tr>
<th style="text-align: center;" colspan="3">{L_MODULE_POS_TOP}</th>
</tr>

View File

@@ -0,0 +1,10 @@
/* Board3 Portal 2.1 Admin Style Sheet
------------------------------------------------------------------------
Copyright 2014 board3 Group ( http://www.board3.de/ )
------------------------------------------------------------------------
*/
.portal-modules-overview {
border-collapse: separate;
border-spacing: 1px;
}