.sort-holder { float:left; } .filter-line-wrapper .filter-line-holder .filter-but.ddm-active { background-color: #E9E9E9 !important; border: 1px solid #CCCCCC; box-shadow: 0 0 3px #CCCCCC inset !important; color: #444444; } .top-wrapper .menu-holder .main-menu li .ddm-active { background: url(/assets/sunrise/top_black_hover.png) repeat-x left top !important; border-left: solid 1px #000; border-right: solid 1px #000; padding: 0; } .top-wrapper .menu-holder .main-menu li .ddm-active .modul .arr, .top-wrapper .menu-holder .main-menu li .ddm-active .create .arr, .top-wrapper .menu-holder .main-menu li .ddm-active .user .arr { background: url(/assets/sunrise/top_arr_up.png) no-repeat right center !important; } input[type="text"], input[type="password"], input[type="email"], input[type="phone"], input[type="number"], input[type="tel"], input[type="url"], input[type="float"], input[type="decimal"], textarea { display: block; width: 200px; margin: 0; padding: 7px 10px; background: #fff; border: solid 1px #c5c5c5; border-radius: 2px; -moz-border-radius: 2px; color: #616161; font-size: 13px; font-weight: bold; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="float"]:focus, input[type="decimal"]:focus, textarea:focus { border: solid 1px #fbcc66; -moz-box-shadow: inset 0 1px 3px #d9d9d9; -webkit-box-shadow: inset 0 1px 3px #d9d9d9; box-shadow: inset 0 1px 3px #d9d9d9; outline: none; } .dbTable { margin: 20px 0 30px 0; } .treeHolder li.tree-state-shadow div { width:100px; height:15px; color: #972DA0; } .treeHolder li.ui-sortable-helper { background: none; } /* Nested form */ .nested { overflow: hidden; background-color: #f5f5f5; border: 1px solid #dbdbdb; border-radius: 2px; -moz-border-radius: 2px; -webkit-box-shadow: 0px 0px 1px 1px #fff; -moz-box-shadow: 0px 0px 1px 1px #fff; box-shadow: 0px 0px 1px 1px #fff; padding: 15px 0; margin-bottom: 20px; } .nested .nested_item { border-top: 1px solid #DBDBDB; border-bottom: 1px solid #DBDBDB; margin: 5px 0 -6px 0; box-shadow: 0 0 1px 1px #FFFFFF; padding: 15px 0 0px; position: relative; overflow: hidden; } .nested .nested_bottom { margin-left: 20px; margin-right: 20px; margin-top: 20px; clear: both; } .nested .nested_bottom .button { display: inline-block; } .nested .padder { margin-left: 20px; margin-right: 20px; float:left; width:200px; clear: none; } .nested .title-switcher { float:none; } /* End nested form */