From 5758394c271ea5029a10a7ca134d1115384e7566 Mon Sep 17 00:00:00 2001 From: Jonathan Byrne Date: Thu, 28 Feb 2008 13:49:33 +0000 Subject: [PATCH] KTS-3102 "Error dashlets and error message dashlets displaying incorrectly." --- resources/css/kt-framing.css | 42 ++++++++++++++++++++++++++++++++++++++++-- resources/graphics/error_bottomleft_rolledup.png | Bin 0 -> 277 bytes resources/graphics/error_bottomright_rolledup.png | Bin 0 -> 346 bytes templates/kt3/standard_page.smarty | 4 ++-- 4 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 resources/graphics/error_bottomleft_rolledup.png create mode 100644 resources/graphics/error_bottomright_rolledup.png 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 Binary files /dev/null and b/resources/graphics/error_bottomleft_rolledup.png differ diff --git a/resources/graphics/error_bottomright_rolledup.png b/resources/graphics/error_bottomright_rolledup.png new file mode 100644 index 0000000..ceb8bb6 Binary files /dev/null and b/resources/graphics/error_bottomright_rolledup.png differ 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))}
-
+
-- libgit2 0.21.4