@ -16,7 +16,7 @@ a:hover,a:active{color:#333;}
. cl { clear : both ; overflow : hidden ; }
/* public*/
. mt2 { margin-top : 3 px ; }
. m l5{ margin-top : 5 px ; } . ml 10{ margin-top : 10 px ; }
. m t5{ margin-top : 5 px ; } . mt 10{ margin-top : 10 px ; }
. ml5 { margin-left : 5 px ; } . ml10 { margin-left : 10 px ; }
. mr5 { margin-right : 5 px ; } . mr10 { margin-right : 10 px ; }
. mb10 { margin-bottom : 10 px ; }
@ -25,7 +25,9 @@ a:hover.sj_btn_grey{ background-image:-webkit-linear-gradient(top, #eeeeee,#d3d3
. sj_btn_grey { display : inline-block ; padding : 0 px 15 px ; height : 30 px ; line-height : 30 px ; -webkit- border-radius : 3 px ; -moz- border-radius : 3 px ; -o- border-radius : 3 px ; border-radius : 3 px ; background-image : -webkit- linear-gradient ( top , #fdfdfd , #e8e8e8 ) ; background-image : linear-gradient ( top , #fdfdfd , #e8e8e8 ) ; border : 1 px solid #cecece ; color : #505050 ; }
. sj_btn_grey : hover { background-image : -webkit- linear-gradient ( top , #eeeeee , #d3d3d3 ) ; background-image : linear-gradient ( top , #eeeeee , #d3d3d3 ) ; border : 1 px solid #cecece ; color : #505050 ; }
. sj_btn_blue { display : inline-block ; padding : 0 px 15 px ; height : 30 px ; line-height : 30 px ; -webkit- border-radius : 3 px ; -moz- border-radius : 3 px ; -o- border-radius : 3 px ; border-radius : 3 px ; background-image : -webkit- linear-gradient ( top , #2a84e9 , #0d62c1 ) ; background-image : linear-gradient ( top , #2a84e9 , #0d62c1 ) ; border : 1 px solid #1362b4 ; color : #fff ; }
. sj_btn_blue : hover { background-image : -webkit- linear-gradient ( top , #4894ea , #3a83d6 ) ; background-image : linear-gradient ( top , #4894ea , #3a83d6 ) ; }
. sj_btn_blue : hover { background-image : -webkit- linear-gradient ( top , #4894ea , #3a83d6 ) ; background-image : linear-gradient ( top , #4894ea , #3a83d6 ) color #fff ; }
. sj_btn_green { display : inline-block ; padding : 0 px 15 px ; height : 30 px ; line-height : 30 px ; -webkit- border-radius : 3 px ; -moz- border-radius : 3 px ; -o- border-radius : 3 px ; border-radius : 3 px ; background-image : -webkit- linear-gradient ( top , #5cb85c , #398439 ) ; background-image : linear-gradient ( top , #5cb85c , #398439 ) ; border : 1 px solid #398439 ; color : #fff ; }
. sj_btn_green : hover { background-image : -webkit- linear-gradient ( top , #65c965 , #398439 ) ; background-image : linear-gradient ( top , #65c965 , #398439 ) ; c o l o r # f f f ; }
/* sj_header */
. sj_header { height : 70 px ; width : 100 % ; background : #1d1d1d ; }
. sj_header a . sj_logo { display : block ; height : 41 px ; width : 146 px ; padding : 14 px 20 px 0 12 px ; }
@ -113,9 +115,10 @@ treecontrol li:hover{}
. sj_drop_menu { min-width : 120 px ; border : 1 px solid #ccc ; margin-right : 30 px ; }
. nav-pills > li + li { margin-left : 0 px ; }
. sj_server { }
. sj_txt_box { -webkit- border-radius : 3 px ; -moz- border-radius : 3 px ; -o- border-radius : 3 px ; border-radius : 3 px ; border : 1 px solid #d3d3d3 ; background : #f 5 f5 f5 ; padding-left : 5 px ; color : #888 ; height : 32 px ; width : 310 px ; box-shadow : inset 0 px 0 px 5 px #dcdcdc ; }
. sj_txt_box { -webkit- border-radius : 3 px ; -moz- border-radius : 3 px ; -o- border-radius : 3 px ; border-radius : 3 px ; border : 1 px solid #d3d3d3 ; background : #f ff; padding-left : 5 px ; color : #888 ; height : 32 px ; width : 310 px ; box-shadow : inset 0 px 0 px 3 px #dcdcdc ; }
. search-query { margin-top : 0 ; margin-bottom : 0 ; }
. filter-header . btn , . filter-header form { margin-bottom : 0 ; margin-top : 0 ; }
. kubernetes-view . filter-header { margin-bottom : 0 ; }
. sj_btn { box-shadow : none ; -webkit- box-shadow : none ; font-weight : normal ; background : none ; color : #0088cc ; }
. sj_btn : hover { color : #005580 ; }
. sj_form_input input { -webkit- border-radius : 3 px ; -moz- border-radius : 3 px ; -o- border-radius : 3 px ; border-radius : 3 px ; border : 1 px solid #d3d3d3 ; background : #fff ; padding-left : 5 px ; color : #888 ; height : 32 px ; width : 310 px ; box-shadow : inset 0 px 0 px 3 px #dcdcdc ; }