forked from extern/egroupware
update
This commit is contained in:
parent
2509111b78
commit
8a07a0be5e
@ -28,6 +28,11 @@ a:link,a:visited,a:active,a:hover
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.th,a.th_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
table.portal
|
table.portal
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -62,18 +67,18 @@ table.login
|
|||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.header_text
|
||||||
{
|
{
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th_text.app_header_text
|
.th_text,.app_header_text
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app_header
|
.app_header,.th
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -40,6 +40,11 @@ a:hover
|
|||||||
background-color: #486591;
|
background-color: #486591;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.th,a.th_text
|
||||||
|
{
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.cal_dayview
|
.cal_dayview
|
||||||
{
|
{
|
||||||
background-color: #C0C0C0;
|
background-color: #C0C0C0;
|
||||||
|
@ -29,6 +29,11 @@ a:link,a:visited,a:active,a:hover
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.th,a.th_text
|
||||||
|
{
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
table.portal
|
table.portal
|
||||||
{
|
{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -51,6 +56,7 @@ table.login
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: ridge;
|
border-style: ridge;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portal_text
|
.portal_text
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -62,7 +68,7 @@ table.login
|
|||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headertext
|
.header_text
|
||||||
{
|
{
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -73,8 +79,7 @@ table.login
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app_header
|
.app_header,.th
|
||||||
{
|
{
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user