mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Ticket #1496 - IE fix and css changes to buttons on tree actions
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44125 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
fa94bb8ec2
commit
2277725b8f
@ -7,7 +7,9 @@
|
|||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#TreeActions li.action {
|
|
||||||
|
|
||||||
|
/*#TreeActions li.action {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@ -19,13 +21,40 @@
|
|||||||
padding: 0pt 0.1em;
|
padding: 0pt 0.1em;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
}*/
|
||||||
|
|
||||||
|
#TreeActions li button {
|
||||||
|
cursor: pointer;
|
||||||
|
float: left;
|
||||||
|
height: 25px;
|
||||||
|
background-image: url(../images/textures/ToolBar.png);
|
||||||
|
color: #333333;
|
||||||
|
overflow: visible;
|
||||||
|
width: auto;
|
||||||
|
padding: 0;
|
||||||
|
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
||||||
|
border-style: double;
|
||||||
|
margin: 1px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#TreeActions li button:active {
|
||||||
|
background: #F4F4F4 none repeat scroll 0%;
|
||||||
|
border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
|
||||||
|
}
|
||||||
|
|
||||||
|
#TreeActions li button:hover {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
#TreeActions li.selected {
|
#TreeActions li.selected {
|
||||||
background-color: #CCC;
|
background-color: #CCC;
|
||||||
}
|
}
|
||||||
#TreeActions li.action:hover {
|
#TreeActions li.action:hover {
|
||||||
background-color: #CCC;
|
background-color: #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
#left form.actionparams {
|
#left form.actionparams {
|
||||||
background-color: #CCC;
|
background-color: #CCC;
|
||||||
border-bottom: 1px #EEE solid;
|
border-bottom: 1px #EEE solid;
|
||||||
|
@ -101,7 +101,6 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
||||||
border-style: double;
|
border-style: double;
|
||||||
border-width: 3px;
|
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
@ -277,7 +277,7 @@ CMSRightForm.prototype = {
|
|||||||
} else {
|
} else {
|
||||||
throw("getPageFromServer: Bad page ID: " + id);
|
throw("getPageFromServer: Bad page ID: " + id);
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the status field
|
* Set the status field
|
||||||
|
Loading…
Reference in New Issue
Block a user