2009-10-01 04:23:48 +02:00
/ *
2012-03-24 04:38:57 +01:00
typography . css has been removed from framework , why shall we still has this ? a dynamic typographp . css should be used by
2009-10-01 04:23:48 +02:00
server side call , like Requirements :: css ( ) ;
2009-05-18 00:06:59 +02:00
@ import url ( "typography.css" ) ;
2009-10-01 04:23:48 +02:00
* /
2012-01-07 19:23:25 +01:00
html , body { padding : 0 ; margin : 0 ; border-style : none ; height : 100 % ; overflow : hidden ; }
2009-05-18 00:06:59 +02:00
2012-01-07 19:23:25 +01:00
form { margin : 0 ; padding : 0 ; }
h2 { margin : 0 ; font-size : 1.4 em ; }
/** Selection Groups */
. SelectionGroup { padding : 0 ; margin : 10 px 0 0 0 ; }
. SelectionGroup li { list-style-type : none ; margin : 0 0 4 px ; }
. SelectionGroup li label { font-size : 11 px ; }
. SelectionGroup li input . selector { width : 20 px ; margin-top : 0 ; }
. SelectionGroup li div . field { display : none ; }
. SelectionGroup li . selected div . field { display : block ; margin-left : 30 px ; margin-bottom : 1 em ; margin-top : 4 px ; }
. mainblock . SelectionGroup li . selected div . field { margin-left : 27 px ; margin-bottom : 4 px ; }
. SelectionGroup li . selected label . selector { font-weight : bold ; }
/** TreeDropdownField stying */
. SelectionGroup div . TreeDropdownField { width : 241 px ; padding : 0 ; }
html > body div . TreeDropdownField { position : relative ; }
. SelectionGroup div . TreeDropdownField span . items { display : block ; height : 100 % ; border : 1 px #7f9db9 solid ; cursor : pointer ; width : 214 px ; float : left ; padding-top : 2 px ; padding-bottom : 2 px ; background-color : white ; }
. SelectionGroup div . TreeDropdownField div . tree_holder { clear : left ; cursor : default ; border : 1 px black solid ; margin : 0 ; height : 180 px ; overflow : auto ; background-color : white ; /** HACK IE6, see http://www.hedgerwow.com/360/bugs/css-select-free.html */ position : absolute ; z-index : 10 ; width : 238 px ; /*must have for any value*/ }
html > body div . TreeDropdownField div . tree_holder { top : 20 px ; left : 0 px ; z-index : 1000 ; }
/** HACK IE6, see http://www.hedgerwow.com/360/bugs/css-select-free.html */
. SelectionGroup div . TreeDropdownField div . tree_holder iframe { display : none ; /* IE5*/ d i s p l a y /**/ : b l o c k ; /* IE5*/ position : absolute ; top : 0 ; left : 0 ; z-index : -1 ; filter : mask ( ) ; width : 180 px ; /*must have for any big value*/ height : 200 px ; border : 0 ; }
2012-03-24 04:38:57 +01:00
div . TreeDropdownField a . editLink { border-width : 1 px 1 px 1 px 0 ; background : url ( ../images/TreeDropdownField_button.gif ) left top no-repeat ; width : 19 px ; height : 21 px ; margin : 0 ; padding : 0 ; float : left ; clear : right ; z-index : 0 ; overflow : hidden ; }
2009-05-18 00:06:59 +02:00
/* added block/width so tree values don't disappear in ie7 */
2012-01-07 19:23:25 +01:00
. SelectionGroup div . TreeDropdownField ul . tree li { display : block ; width : 100 % ; }
. Actions { text-align : right ; margin : 0 ; position : absolute ; right : 5 px ; bottom : 5 px ; }
. mainblock { float : left ; border : 1 px solid #ccc ; padding : 5 px ; margin-right : 5 px ; height : 140 px ; position : relative ; }
. mainblock . editform { width : 275 px ; }
. mainblock . attached { position : absolute ; left : 270 px ; width : 100 px ; }
. mainblock form fieldset { border : none ; }
. mainblock form div . Actions input { font-size : 11 px ; }