diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 3d87e57..a6b153f 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1450,7 +1450,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes .error_dashlet_bottomrepeat_small { position: absolute; width: 97%; - height: 21px; + height: 30px; bottom: 0px; left: 10x; background: #ffdd80 url(../graphics/error_bottomrepeat.png) bottom left repeat-x; @@ -1478,6 +1478,17 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes overflow:hidden; } +.error_dashlet_rightrepeat_top_small { + position: absolute; + width: 30px; + height: 50%; + top: 5px; + right: 0px; + background: #ffdd80 url(../graphics/error_rightrepeat.png) top right repeat-y; + z-index:-1; + overflow:hidden; +} + .error_dashlet_rightrepeat_bottom { position: absolute; width: 30px; @@ -1493,6 +1504,10 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes min-height: 70px; } +.error_dashlet_rightrepeat_top_small { + min-height: 20px; +} + .dashboard_block.rolled-up .error_dashlet_toprepeat { height: 38px; @@ -1523,6 +1538,14 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes display: none; } +.dashboard_block.rolled-up .error_dashlet_bottomleft { + background: url(../graphics/error_bottomleft_rolledup.png) bottom left no-repeat; +} + +.dashboard_block.rolled-up .error_dashlet_bottomright { + background: url(../graphics/error_bottomright_rolledup.png) bottom right no-repeat; +} + .info_dashlet_topleft { position: absolute; width: 35px; @@ -1627,7 +1650,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes .info_dashlet_bottomrepeat_small { position: absolute; width: 97%; - height: 21px; + height: 30px; bottom: 0px; left: 10x; background: #DEDEDE url(../graphics/info_bottomrepeat.png) bottom left repeat-x; @@ -1655,6 +1678,17 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes overflow:hidden; } +.info_dashlet_rightrepeat_top_small { + position: absolute; + width: 30px; + height: 50%; + top: 5px; + right: 0px; + background: #DEDEDE url(../graphics/info_rightrepeat.png) top right repeat-y; + z-index:-1; + overflow:hidden; +} + .info_dashlet_rightrepeat_bottom { position: absolute; width: 30px; @@ -1670,6 +1704,10 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes min-height: 70px; } +.info_dashlet_rightrepeat_top_small { + min-height: 20px; +} + .dashboard_block.rolled-up .info_dashlet_toprepeat { height: 38px; diff --git a/resources/graphics/error_bottomleft_rolledup.png b/resources/graphics/error_bottomleft_rolledup.png new file mode 100644 index 0000000..4767258 --- /dev/null +++ b/resources/graphics/error_bottomleft_rolledup.png diff --git a/resources/graphics/error_bottomright_rolledup.png b/resources/graphics/error_bottomright_rolledup.png new file mode 100644 index 0000000..ceb8bb6 --- /dev/null +++ b/resources/graphics/error_bottomright_rolledup.png diff --git a/templates/kt3/standard_page.smarty b/templates/kt3/standard_page.smarty index c880288..871be31 100644 --- a/templates/kt3/standard_page.smarty +++ b/templates/kt3/standard_page.smarty @@ -252,7 +252,7 @@ {if (!empty($page->errStack))}
-
+
@@ -277,7 +277,7 @@ {if (!empty($page->infoStack))}
-
+