diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index fb97424f64..b1cb1090f6 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -160,6 +160,17 @@ input[type=image] position:relative; } +#sideresize +{ + background-image:url(../images/resize-bm.png); + width:16px; + height:100px; + right:-18px; + top:0px; + position:absolute; + z-index:9999; +} + #tdSidebox { /*width:204px;*/ diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index bc8d2b85d4..f42cd5e812 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -159,6 +159,17 @@ input[type=image] position:relative; } +#sideresize +{ + background-image:url(../images/resize.png); + width:10px; + height:100px; + right:-12px; + top:0px; + position:absolute; + z-index:9999; +} + .divLoginbox { @@ -287,7 +298,7 @@ position: relative; .sideboxSpace { - height:9px; + height:11px; } /* @@ -506,7 +517,7 @@ body { #tdAppbox { - padding-left:5px; + padding-left:11px; width: 100%; }