From ae3b129ba5aa05215554d02c55aa8432fcc6e436 Mon Sep 17 00:00:00 2001 From: Jerry Ruhe Date: Wed, 27 Dec 2006 18:29:37 +0000 Subject: [PATCH] user info and current date backgrounds added so they are more noticable. Moved the header of the extraicons drop menu to the bottom of the menu and changed the close icon to the up.button. --- .../templates/jerryr/css/brushed-metal.css | 37 +++++++++++++++---- phpgwapi/templates/jerryr/css/jerryr.css | 24 +++++++++++- 2 files changed, 52 insertions(+), 9 deletions(-) diff --git a/phpgwapi/templates/jerryr/css/brushed-metal.css b/phpgwapi/templates/jerryr/css/brushed-metal.css index b2544599ba..a57c90a1bb 100644 --- a/phpgwapi/templates/jerryr/css/brushed-metal.css +++ b/phpgwapi/templates/jerryr/css/brushed-metal.css @@ -315,7 +315,7 @@ position: relative; { background-image: url(../images/bmback.jpg); background-color:#fbf8f1; - border:solid 2px #9f9f9f; + border:solid 1px #666666; position: relative; left: -4px; top: -4px; @@ -325,7 +325,7 @@ position: relative; { text-align:center; background-image:url(../images/menuTitle-bm.png); - color:#17202b; + color:#e1e1e1; font-weight:normal; font-size:10px; height: 23px; @@ -334,7 +334,7 @@ position: relative; .extraIconsRowIcon { border-right: 0px solid #9f9f9f; - background-color: #d1d1d1; + background-color: #e1e1e1; width: 20px; padding: 1px; } @@ -345,8 +345,8 @@ position: relative; padding:1px; padding-left: 3px; font-size: 10px; - background-color: #fbf8f1; - background-image:url(../images/bmback2.jpg); + background-color: white; + /*background-image:url(../images/bmback2.jpg);*/ } .extraIconsRow:hover @@ -355,8 +355,8 @@ position: relative; padding:1px; padding-left: 3px; font-size: 10px; - background-color: #ede6d8; - background-image:url(../images/bmback.jpg); + background-color: #e1e1e1; + /*background-image:url(../images/bmback.jpg);*/ } /* @@ -480,12 +480,33 @@ body { position: relative; top:0px left:0px; - height:23px; + height:36px; vertical-align:bottom; border: 0px solid black; padding-top:0px; } +.userinfolt +{ + background-image: url(../images/userbacklt-bm.png); + width: 20px; + height: 36px; +} + +.userinfomid +{ + background-image: url(../images/userback-bm.png); + background-repeat: repeat-x; + color: #666666; +} + +.userinfort +{ + background-image: url(../images/userbackrt-bm.png); + width: 20px; +} + + /* Appbox ***BEGIN*** */ diff --git a/phpgwapi/templates/jerryr/css/jerryr.css b/phpgwapi/templates/jerryr/css/jerryr.css index 7678d6a57f..27e79818b8 100644 --- a/phpgwapi/templates/jerryr/css/jerryr.css +++ b/phpgwapi/templates/jerryr/css/jerryr.css @@ -306,6 +306,7 @@ position: relative; color:#17202b; font-weight:normal; font-size:10px; + height: 18px; } .extraIconsRowIcon @@ -441,12 +442,33 @@ body { position: relative; top:0px left:0px; - height:23px; + height:30px; vertical-align:bottom; border: 0px solid black; padding-top:10px; } +.userinfolt +{ + background-image: url(../images/userbacklt.png); + width: 20px; + height: 25px; +} + +.userinfomid +{ + background-image: url(../images/userback.png); + background-repeat: repeat-x; + color: #000000; +} + +.userinfort +{ + background-image: url(../images/userbackrt.png); + width: 20px; +} + + /* Appbox ***BEGIN*** */