fixes to the unifinder
git-svn-id: svn://10.0.0.236/trunk@117087 18797224-902f-48f8-a5cc-f745e15eee43
@@ -560,7 +560,7 @@ function refreshEventTree( eventArray, childrenName )
|
||||
** HACK!
|
||||
** There is a mysterious child of the HBox, with a flex of one, so set the flex on the HBox really high to hide the child.
|
||||
*/
|
||||
treeCellHBox.setAttribute( "flex" , "1000" );
|
||||
treeCellHBox.setAttribute( "flex" , "1" );
|
||||
treeCellHBox.setAttribute( "class", "unifinder-treecell-box-class" );
|
||||
treeCellHBox.setAttribute( "crop", "right" );
|
||||
treeCellHBox.setAttribute( "align", "center" );
|
||||
|
||||
@@ -157,10 +157,6 @@ calendar.jar:
|
||||
skin/modern/calendar/unifinder/newcategory_hover.png (skin/modern/unifinder/newcategory_hover.png)
|
||||
skin/modern/calendar/unifinder/newcategory_up.png (skin/modern/unifinder/newcategory_up.png)
|
||||
skin/modern/calendar/unifinder/open_folder.png (skin/modern/unifinder/open_folder.png)
|
||||
skin/modern/calendar/unifinder/options_button.png (skin/modern/unifinder/options_button.png)
|
||||
skin/modern/calendar/unifinder/options_button_down.png (skin/modern/unifinder/options_button_down.png)
|
||||
skin/modern/calendar/unifinder/options_button_hover.png (skin/modern/unifinder/options_button_hover.png)
|
||||
skin/modern/calendar/unifinder/options_button_up.png (skin/modern/unifinder/options_button_up.png)
|
||||
skin/modern/calendar/unifinder/publish_disabled.png (skin/modern/unifinder/publish_disabled.png)
|
||||
skin/modern/calendar/unifinder/publish_down.png (skin/modern/unifinder/publish_down.png)
|
||||
skin/modern/calendar/unifinder/publish_hover.png (skin/modern/unifinder/publish_hover.png)
|
||||
@@ -172,9 +168,6 @@ calendar.jar:
|
||||
skin/modern/calendar/unifinder/results_bar.png (skin/modern/unifinder/results_bar.png)
|
||||
skin/modern/calendar/unifinder/search_deselected.png (skin/modern/unifinder/search_deselected.png)
|
||||
skin/modern/calendar/unifinder/search_selected.png (skin/modern/unifinder/search_selected.png)
|
||||
skin/modern/calendar/unifinder/small_options_button_down.png (skin/modern/unifinder/small_options_button_down.png)
|
||||
skin/modern/calendar/unifinder/small_options_button_hover.png (skin/modern/unifinder/small_options_button_hover.png)
|
||||
skin/modern/calendar/unifinder/small_options_button_up.png (skin/modern/unifinder/small_options_button_up.png)
|
||||
skin/modern/calendar/unifinder/tab-act-lft-mid.png (skin/modern/unifinder/tab-act-lft-mid.png)
|
||||
skin/modern/calendar/unifinder/tab-act-lft-top.png (skin/modern/unifinder/tab-act-lft-top.png)
|
||||
skin/modern/calendar/unifinder/tab-act-mid-top.png (skin/modern/unifinder/tab-act-mid-top.png)
|
||||
|
||||
|
Before Width: | Height: | Size: 174 B |
|
Before Width: | Height: | Size: 703 B |
|
Before Width: | Height: | Size: 673 B |
|
Before Width: | Height: | Size: 304 B |
|
Before Width: | Height: | Size: 550 B |
|
Before Width: | Height: | Size: 561 B |
|
Before Width: | Height: | Size: 236 B |
@@ -169,9 +169,6 @@ tabpanels {
|
||||
|
||||
.unifinder-treecell-box-class
|
||||
{
|
||||
|
||||
margin : 4px;
|
||||
margin-right : 8px;
|
||||
padding : 2px;
|
||||
padding-left : 4px;
|
||||
font-family : Arial, Helvetica;
|
||||
@@ -360,6 +357,6 @@ tabpanels {
|
||||
{
|
||||
font-family : helvetica;
|
||||
font-size : 10pt;
|
||||
color : #000000;
|
||||
color : #323642;
|
||||
}
|
||||
|
||||
|
||||