2013-08-29 06:21:04 +02:00
/ * Mixin used to generate slightly smaller text and forms
Used in side panels and action tabs
* /
2013-05-23 04:41:08 +02:00
div . TreeDropdownField { width : 400 px ; background : #fff ; border : 1 px solid #aaa ; cursor : pointer ; overflow : visible ; position : relative ; }
2012-01-07 19:23:25 +01:00
div . TreeDropdownField input { border : none ; background : none ; padding : 0 ; margin : 0 ; }
2013-08-29 06:21:04 +02:00
div . TreeDropdownField . treedropdownfield-title , div . TreeDropdownField . treedropdownfield-search { float : left ; padding : 7 px ; width : 90 % ; line-height : 16 px ; overflow : hidden ; outline : none ; z-index : 1 ; overflow : hidden ; white-space : nowrap ; text-overflow : ellipsis ; -o- text-overflow : ellipsis ; }
2014-10-15 23:33:49 +02:00
div . TreeDropdownField . treedropdownfield-search { background : url ( "../admin/thirdparty/chosen/chosen/chosen-sprite.png" ) no-repeat 100 % -22 px ; background : url ( "../admin/thirdparty/chosen/chosen/chosen-sprite.png" ) no-repeat 100 % -22 px , url ( 'data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g' ) ; background : url ( "../admin/thirdparty/chosen/chosen/chosen-sprite.png" ) no-repeat 100 % -22 px , -webkit- gradient ( linear , 50 % 0 % , 50 % 100 % , color-stop ( 1 % , #eeeeee ) , color-stop ( 15 % , #ffffff ) ) ; background : url ( "../admin/thirdparty/chosen/chosen/chosen-sprite.png" ) no-repeat 100 % -22 px , -moz- linear-gradient ( top , #eeeeee 1 % , #ffffff 15 % ) ; background : url ( "../admin/thirdparty/chosen/chosen/chosen-sprite.png" ) no-repeat 100 % -22 px , -webkit- linear-gradient ( top , #eeeeee 1 % , #ffffff 15 % ) ; background : url ( "../admin/thirdparty/chosen/chosen/chosen-sprite.png" ) no-repeat 100 % -22 px , linear-gradient ( to bottom , #eeeeee 1 % , #ffffff 15 % ) ; -moz- box-sizing : border-box ; -webkit- box-sizing : border-box ; box-sizing : border-box ; position : relative ; z-index : 1100 ; border : 1 px solid #aaa ; display : inline-block ; font-family : sans-serif ; font-size : 1 em ; margin : 1.5 % ; outline : 0 ; padding : 4 px 20 px 4 px 5 px ; width : 97 % ; }
2013-08-29 06:21:04 +02:00
div . TreeDropdownField . searchable . treedropdownfield-panel . loading { min-height : 64 px ; background-position : 98 % 39 px ; }
div . TreeDropdownField . treedropdownfield-panel { clear : left ; position : absolute ; display : none ; cursor : default ; border : 1 px solid #aaa ; border-top : none ; margin : 1 px 0 0 -1 px ; /* account for border on container div */ background-color : #fff ; z-index : 70 ; -webkit- box-shadow : 0 4 px 5 px rgba ( 0 , 0 , 0 , 0.15 ) ; -moz- box-shadow : 0 4 px 5 px rgba ( 0 , 0 , 0 , 0.15 ) ; -o- box-shadow : 0 4 px 5 px rgba ( 0 , 0 , 0 , 0.15 ) ; box-shadow : 0 4 px 5 px rgba ( 0 , 0 , 0 , 0.15 ) ; }
2014-10-15 23:33:49 +02:00
div . TreeDropdownField . treedropdownfield-panel . loading { min-height : 30 px ; background : #fff url ( "../images/network-save.gif" ) 98 % 7 px no-repeat ; }
2013-08-29 06:21:04 +02:00
div . TreeDropdownField . treedropdownfield-panel . tree-holder { position : relative ; z-index : 1 ; }
div . TreeDropdownField . treedropdownfield-panel . tree-holder > ul { position : relative ; max-height : 200 px ; overflow-y : auto ; }
div . TreeDropdownField . treedropdownfield-panel ul { overflow-x : hidden ; float : left ; width : 100 % ; }
div . TreeDropdownField . treedropdownfield-panel ul . jstree-icon { margin-left : 5 px ; }
div . TreeDropdownField . treedropdownfield-panel ul . jstree-open > ins { background-position : -18 px 0 ; }
2012-01-07 19:23:25 +01:00
div . TreeDropdownField . treedropdownfield-panel ul . tree { margin : 0 ; }
div . TreeDropdownField . treedropdownfield-panel ul . tree a { font-size : 12 px ; }
2013-06-14 23:46:52 +02:00
div . TreeDropdownField . treedropdownfield-toggle-panel-link { border : none ; margin : 0 ; z-index : 0 ; padding : 7 px 3 px ; overflow : hidden ; -webkit- border-radius : 0 4 px 4 px 0 ; -moz- border-radius : 0 4 px 4 px 0 ; border-radius : 0 4 px 4 px 0 ; }
2012-01-07 19:23:25 +01:00
div . TreeDropdownField . treedropdownfield-toggle-panel-link . treedropdownfield-open-tree { background : transparent ; border : none ; }
div . TreeDropdownField . treedropdownfield-toggle-panel-link a { text-decoration : none ; display : block ; border : 0 ; margin : 0 ; opacity : 0.5 ; }
2014-10-15 23:33:49 +02:00
div . TreeDropdownField a . jstree-loading . jstree-pageicon { background : #fff url ( "../images/network-save.gif" ) center center no-repeat ; }
2015-07-08 23:10:05 +02:00
/*# sourceMappingURL=TreeDropdownField.css.map */