From 47e178b564b7a5758f9cd1f6c6a52ea6b83073c1 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 8 Sep 2014 17:23:37 +0200 Subject: [PATCH] [ticket/365] Remove more inline CSS from prosilver files B3P-365 --- .../template/portal/modules/custom_center.html | 6 +++--- .../template/portal/modules/custom_side.html | 4 ++-- .../template/portal/modules/links_side.html | 2 +- .../template/portal/modules/main_menu_side.html | 2 +- .../template/portal/modules/stylechanger_side.html | 2 +- .../template/portal/modules/welcome_center.html | 4 ++-- styles/prosilver/theme/portal.css | 12 ++++++++++++ 7 files changed, 22 insertions(+), 10 deletions(-) diff --git a/styles/prosilver/template/portal/modules/custom_center.html b/styles/prosilver/template/portal/modules/custom_center.html index 48074ae0..d52726f1 100644 --- a/styles/prosilver/template/portal/modules/custom_center.html +++ b/styles/prosilver/template/portal/modules/custom_center.html @@ -1,8 +1,8 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R} -
+
-
-
{$CUSTOM_CODE}
+
+
{$CUSTOM_CODE}
diff --git a/styles/prosilver/template/portal/modules/custom_side.html b/styles/prosilver/template/portal/modules/custom_side.html index ce084de0..09405e3b 100644 --- a/styles/prosilver/template/portal/modules/custom_side.html +++ b/styles/prosilver/template/portal/modules/custom_side.html @@ -1,7 +1,7 @@ {$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R}
-
-
{$CUSTOM_CODE}
+
+
{$CUSTOM_CODE}
{$LR_BLOCK_F_L}{$LR_BLOCK_F_R} \ No newline at end of file diff --git a/styles/prosilver/template/portal/modules/links_side.html b/styles/prosilver/template/portal/modules/links_side.html index 52588784..d22f5f83 100644 --- a/styles/prosilver/template/portal/modules/links_side.html +++ b/styles/prosilver/template/portal/modules/links_side.html @@ -4,7 +4,7 @@
  • onclick="window.open('{portallinks.LINK_URL}'); return false;">{portallinks.LINK_TITLE}
  • - {L_LINKS_NO_LINKS}
    + {L_LINKS_NO_LINKS}
    diff --git a/styles/prosilver/template/portal/modules/main_menu_side.html b/styles/prosilver/template/portal/modules/main_menu_side.html index f149eb37..99efd49e 100644 --- a/styles/prosilver/template/portal/modules/main_menu_side.html +++ b/styles/prosilver/template/portal/modules/main_menu_side.html @@ -12,7 +12,7 @@
      - {L_MENU_NO_LINKS}
      + {L_MENU_NO_LINKS}
    diff --git a/styles/prosilver/template/portal/modules/stylechanger_side.html b/styles/prosilver/template/portal/modules/stylechanger_side.html index 3583b4a2..475fc765 100644 --- a/styles/prosilver/template/portal/modules/stylechanger_side.html +++ b/styles/prosilver/template/portal/modules/stylechanger_side.html @@ -1,6 +1,6 @@ {$LR_BLOCK_H_L} {$TITLE}{$LR_BLOCK_H_R} - {STYLE_SELECT}
    diff --git a/styles/prosilver/template/portal/modules/welcome_center.html b/styles/prosilver/template/portal/modules/welcome_center.html index aae6c610..130708f2 100644 --- a/styles/prosilver/template/portal/modules/welcome_center.html +++ b/styles/prosilver/template/portal/modules/welcome_center.html @@ -1,8 +1,8 @@ {$C_BLOCK_H_L}{$TITLE}{$C_BLOCK_H_R}
    -
    -
    {PORTAL_WELCOME_MSG}
    +
    +
    {PORTAL_WELCOME_MSG}
    diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index 4b2258ec..24e2cb02 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -118,6 +118,18 @@ padding-left: 10px; } +.portal-module-postbody { + width: 100%; +} + +.portal-module-content { + min-height: 1em; +} + +.portal-stylechanger-select { + width: 150px; +} + .portal-paypal-icon { background-image: url("./images/portal/paypal.gif"); background-repeat: no-repeat;