|
|
|
@ -16,7 +16,7 @@ a:hover,a:active{color:#333;}
|
|
|
|
|
.cl{ clear:both; overflow:hidden;}
|
|
|
|
|
/* public*/
|
|
|
|
|
.mt2{margin-top: 3px;}
|
|
|
|
|
.ml5{ margin-top: 5px;}.ml10{ margin-top: 10px;}
|
|
|
|
|
.mt5{ margin-top: 5px;}.mt10{ margin-top: 10px;}
|
|
|
|
|
.ml5{ margin-left:5px;}.ml10{ margin-left:10px;}
|
|
|
|
|
.mr5{ margin-right:5px;}.mr10{ margin-right:10px;}
|
|
|
|
|
.mb10{ margin-bottom: 10px;}
|
|
|
|
@ -25,7 +25,9 @@ a:hover.sj_btn_grey{ background-image:-webkit-linear-gradient(top, #eeeeee,#d3d3
|
|
|
|
|
.sj_btn_grey{ display:inline-block; padding:0px 15px; height:30px; line-height:30px; -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; background-image:-webkit-linear-gradient(top, #fdfdfd,#e8e8e8);background-image:linear-gradient(top,#fdfdfd,#e8e8e8); border:1px solid #cecece; color:#505050;}
|
|
|
|
|
.sj_btn_grey:hover{ background-image:-webkit-linear-gradient(top, #eeeeee,#d3d3d3);background-image:linear-gradient(top,#eeeeee,#d3d3d3);border:1px solid #cecece; color:#505050;}
|
|
|
|
|
.sj_btn_blue{ display:inline-block; padding:0px 15px; height:30px; line-height:30px; -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; background-image:-webkit-linear-gradient(top, #2a84e9,#0d62c1);background-image:linear-gradient(top,#2a84e9,#0d62c1);border:1px 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:0px 15px; height:30px; line-height:30px; -webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; background-image:-webkit-linear-gradient(top, #5cb85c,#398439);background-image:linear-gradient(top,#5cb85c,#398439);border:1px solid #398439; color:#fff;}
|
|
|
|
|
.sj_btn_green:hover{ background-image:-webkit-linear-gradient(top, #65c965,#398439);background-image:linear-gradient(top,#65c965,#398439); color#fff;}
|
|
|
|
|
/* sj_header */
|
|
|
|
|
.sj_header{ height:70px; width:100%; background:#1d1d1d;}
|
|
|
|
|
.sj_header a.sj_logo{ display:block; height:41px; width:146px; padding:14px 20px 0 12px;}
|
|
|
|
@ -113,9 +115,10 @@ treecontrol li:hover{}
|
|
|
|
|
.sj_drop_menu{min-width: 120px; border: 1px solid #ccc; margin-right: 30px;}
|
|
|
|
|
.nav-pills > li + li{ margin-left: 0px;}
|
|
|
|
|
.sj_server{ }
|
|
|
|
|
.sj_txt_box{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#f5f5f5; padding-left:5px; color:#888; height:32px; width:310px;box-shadow: inset 0px 0px 5px #dcdcdc; }
|
|
|
|
|
.sj_txt_box{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#fff; padding-left:5px; color:#888; height:32px; width:310px;box-shadow: inset 0px 0px 3px #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_btn:hover{ color: #005580;}
|
|
|
|
|
.sj_form_input input{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#fff; padding-left:5px; color:#888; height:32px; width:310px;box-shadow: inset 0px 0px 3px #dcdcdc;}
|