[ticket/365] Remove more inline CSS from prosilver files

B3P-365
This commit is contained in:
Marc Alexander
2014-09-08 17:23:37 +02:00
parent 2227998de5
commit 47e178b564
7 changed files with 22 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
<div class="panel bg1" style="margin-bottom: 0px">
<div class="panel bg1 portal-no-margin">
<div class="inner">
<div class="postbody" style="width: 100%">
<div class="content" style="min-height: 1em;">{$CUSTOM_CODE}</div>
<div class="postbody portal-module-postbody">
<div class="content portal-module-content">{$CUSTOM_CODE}</div>
</div>
</div>
</div>

View File

@@ -1,7 +1,7 @@
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<div class="inner">
<div class="postbody" style="width: 100%">
<div class="content" style="min-height: 1em;">{$CUSTOM_CODE}</div>
<div class="postbody portal-module-postbody">
<div class="content portal-module-content">{$CUSTOM_CODE}</div>
</div>
</div>
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R}

View File

@@ -4,7 +4,7 @@
<!-- BEGIN portallinks -->
<!-- IF $MODULE_ID eq portallinks.MODULE_ID --><li><a href="{portallinks.LINK_URL}" title="{portallinks.LINK_TITLE}" <!-- IF portallinks.NEW_WINDOW -->onclick="window.open('{portallinks.LINK_URL}'); return false;"<!-- ENDIF -->>{portallinks.LINK_TITLE}</a></li><!-- ENDIF -->
<!-- BEGINELSE -->
<span style="float:left;" class="gensmall"><strong>{L_LINKS_NO_LINKS}</strong></span><br />
<span class="portal-title-span gensmall"><strong>{L_LINKS_NO_LINKS}</strong></span><br />
<!-- END portallinks -->
</ul>
</div>

View File

@@ -12,7 +12,7 @@
<!-- ENDIF -->
<!-- BEGINELSE -->
<ul>
<span style="float:left;" class="gensmall"><strong>{L_MENU_NO_LINKS}</strong></span><br />
<span class="portal-title-span gensmall"><strong>{L_MENU_NO_LINKS}</strong></span><br />
</ul>
<!-- END portalmenu -->
</div>

View File

@@ -1,6 +1,6 @@
<!-- IF S_STYLE_OPTIONS -->
{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<select style="width: 150px;" name="demo" id="demo" onchange="document.location.href = this.options[this.selectedIndex].value;">
<select class="portal-stylechanger-select" name="demo" id="demo" onchange="document.location.href = this.options[this.selectedIndex].value;">
{STYLE_SELECT}
</select>
<br />

View File

@@ -1,8 +1,8 @@
{$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
<div class="panel bg1 portal-no-margin">
<div class="inner">
<div class="postbody" style="width: 100%">
<div class="content" style="min-height: 1em;">{PORTAL_WELCOME_MSG}</div>
<div class="postbody portal-module-postbody">
<div class="content portal-module-content">{PORTAL_WELCOME_MSG}</div>
</div>
</div>
</div>