mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
css changes for jerryr template
This commit is contained in:
parent
0176c8a810
commit
81cc17d43c
@ -50,7 +50,6 @@ a:hover,a:active
|
|||||||
{
|
{
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
color: #ff9933;
|
color: #ff9933;
|
||||||
text-decoration: underline;
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
a:active
|
a:active
|
||||||
@ -118,10 +117,10 @@ td
|
|||||||
{
|
{
|
||||||
position:relative;
|
position:relative;
|
||||||
width: 147px;
|
width: 147px;
|
||||||
border-right: #9c9c9c 1px solid;
|
border-right: #006699 groove;
|
||||||
border-top: #9c9c9c 1px solid;
|
border-top: #006699 groove;
|
||||||
border-left: #9c9c9c 1px solid;
|
border-left: #006699 groove;
|
||||||
border-bottom: #9c9c9c 1px solid
|
border-bottom: #006699 groove;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divSideboxHeader
|
.divSideboxHeader
|
||||||
@ -131,6 +130,7 @@ td
|
|||||||
height:18px;
|
height:18px;
|
||||||
background-color:#ffffff;
|
background-color:#ffffff;
|
||||||
padding-top:2px;
|
padding-top:2px;
|
||||||
|
border-bottom: #006699 groove;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
color:#ffffff;
|
color:#ffffff;
|
||||||
@ -140,15 +140,15 @@ a.divSideboxEntry, .divSideboxEntry
|
|||||||
{
|
{
|
||||||
text-align:left;
|
text-align:left;
|
||||||
height:16px;
|
height:16px;
|
||||||
background-color:#f4f2ed;
|
background-color:#fafcff;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.appTitles,.appTitles
|
a.appTitles,.appTitles
|
||||||
{
|
{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
height:16px;
|
height:16px;
|
||||||
padding-top:2px;
|
padding-top:1px;
|
||||||
padding-bottom:2px;
|
padding-bottom:1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.textSidebox
|
a.textSidebox
|
||||||
@ -163,9 +163,8 @@ a.textSidebox
|
|||||||
|
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
height:16px;
|
height:16px;
|
||||||
padding-top:2px;
|
padding-top:1px;
|
||||||
padding-bottom:1px;
|
padding-bottom:2px;
|
||||||
border-top: #aaaaaa 1px solid;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -302,8 +301,7 @@ a.textSidebox
|
|||||||
border-right-width:2px;
|
border-right-width:2px;
|
||||||
border-right-style:solid;
|
border-right-style:solid;
|
||||||
border-bottom-color:#9c9c9c;
|
border-bottom-color:#9c9c9c;
|
||||||
border-bottom-width:1px;
|
border-bottom-style:groove;
|
||||||
border-bottom-style:solid;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#divAppbox
|
#divAppbox
|
||||||
|
Loading…
Reference in New Issue
Block a user