[ticket/102] Add admin CSS file for portal
B3P-102
This commit is contained in:
@@ -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>
|
||||
|
||||
10
adm/style/portal/b3p_admin.css
Normal file
10
adm/style/portal/b3p_admin.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user