diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index aad6ddada8..892db7b355 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -115,7 +115,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but { background-image: url(../images/butActive-bm.png); - border: 1 solid #a21616; + border: 1px solid #a21616; color: #257900; } @@ -305,7 +305,7 @@ a.textSidebox /*background-repeat: no-repeat;*/ /*background-position: top right;*/ background-color: white; - height: 18x; + height: 18px; border-top: 1px solid #e1e1e1; padding-left: 2px; font-size: 10px; @@ -595,7 +595,7 @@ body { #divStatusBar { position: relative; - top:0px + top:0px; left:0px; height:22px; vertical-align:bottom; @@ -650,7 +650,7 @@ body { /*background-image:url(../images/menuTitleRt-bm.png);*/ width:24px; padding:0px; - height: 24; + height: 24px; } diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index fa2e976a18..0e4a8e044e 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -108,7 +108,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but { background-image: url(../images/butActive.png); - border: 1 solid #7e94a5; + border: 1px solid #7e94a5; color: #17202b; } @@ -510,7 +510,7 @@ body { #divStatusBar { position: relative; - top:0px + top:0px; left:0px; height:30px; vertical-align:bottom;