mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
modified extraicons menu to fit the rest of the jerryr template
This commit is contained in:
parent
79bb309bb5
commit
82eade0998
@ -263,16 +263,58 @@ a.textSidebox
|
|||||||
height:1px;
|
height:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menuOneBox
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
text-align: left;
|
||||||
|
/*background-color: #9f9f9f;*/
|
||||||
|
background-image: url(../images/shadowAlpha.png);
|
||||||
|
}
|
||||||
|
|
||||||
#extraIcons
|
#extraIcons
|
||||||
{
|
{
|
||||||
background-color:#eeeeee;
|
background-color:#fbf8f1;
|
||||||
border:solid 1px #7e7e7e;
|
border:solid 1px #17202b;
|
||||||
|
position: relative;
|
||||||
|
left: -4px;
|
||||||
|
top: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.extraIconsHeader
|
||||||
|
{
|
||||||
|
text-align:center;
|
||||||
|
background-image:url(../images/menuTitle.png);
|
||||||
|
color:#17202b;
|
||||||
|
height: 18px;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.extraIconsRowIcon
|
||||||
|
{
|
||||||
|
border-right: 1px solid #9f9f9f;
|
||||||
|
background-color: #a7c4db;
|
||||||
|
width: 20px;
|
||||||
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extraIconsRow
|
.extraIconsRow
|
||||||
{
|
{
|
||||||
border:solid 1px #dddddd;
|
border-top:solid 1px #9f9f9f;
|
||||||
padding:2px;
|
padding:1px;
|
||||||
|
padding-left: 3px;
|
||||||
|
font-size: 10px;
|
||||||
|
background-color: #fbf8f1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.extraIconsRow:hover
|
||||||
|
{
|
||||||
|
border-top:solid 1px #9f9f9f;
|
||||||
|
padding:1px;
|
||||||
|
padding-left: 3px;
|
||||||
|
font-size: 10px;
|
||||||
|
background-color: #ede6d8;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user