mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
fixed some syntax errors in jerryr css - these are now w3 valid
This commit is contained in:
parent
b8e46525f3
commit
cb42383e47
@ -115,7 +115,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but
|
|||||||
|
|
||||||
{
|
{
|
||||||
background-image: url(../images/butActive-bm.png);
|
background-image: url(../images/butActive-bm.png);
|
||||||
border: 1 solid #a21616;
|
border: 1px solid #a21616;
|
||||||
color: #257900;
|
color: #257900;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -305,7 +305,7 @@ a.textSidebox
|
|||||||
/*background-repeat: no-repeat;*/
|
/*background-repeat: no-repeat;*/
|
||||||
/*background-position: top right;*/
|
/*background-position: top right;*/
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 18x;
|
height: 18px;
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #e1e1e1;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
@ -595,7 +595,7 @@ body {
|
|||||||
#divStatusBar
|
#divStatusBar
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
top:0px
|
top:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
height:22px;
|
height:22px;
|
||||||
vertical-align:bottom;
|
vertical-align:bottom;
|
||||||
@ -650,7 +650,7 @@ body {
|
|||||||
/*background-image:url(../images/menuTitleRt-bm.png);*/
|
/*background-image:url(../images/menuTitleRt-bm.png);*/
|
||||||
width:24px;
|
width:24px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
height: 24;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but
|
|||||||
|
|
||||||
{
|
{
|
||||||
background-image: url(../images/butActive.png);
|
background-image: url(../images/butActive.png);
|
||||||
border: 1 solid #7e94a5;
|
border: 1px solid #7e94a5;
|
||||||
color: #17202b;
|
color: #17202b;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -510,7 +510,7 @@ body {
|
|||||||
#divStatusBar
|
#divStatusBar
|
||||||
{
|
{
|
||||||
position: relative;
|
position: relative;
|
||||||
top:0px
|
top:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
height:30px;
|
height:30px;
|
||||||
vertical-align:bottom;
|
vertical-align:bottom;
|
||||||
|
Loading…
Reference in New Issue
Block a user