@@ -735,19 +735,18 @@ body.init_bucket_dialog #init_bucket_dialog { display: block; }
735
735
736
736
.btn_x {margin : 4px 0 0 ;width : 25px ;height : 24px ;background : url (/images/btn_x.png) no-repeat}
737
737
738
- .server_row .dynamic_healthy ,
739
- .server_row .dynamic_unhealthy ,
740
- .server_row .dynamic_inactiveFailed ,
741
- .server_row .dynamic_warmup ,
742
- .server_row .pending_add {width : 65px ; padding : 0 !important ; background-image : url ("/images/server_status_icons_solid_bg-v2.png" ); background-repeat : no-repeat;}
743
- .server_row .dynamic_healthy {background-position : 0 19px ;}
744
- .server_row .dynamic_unhealthy ,
745
- .server_row .dynamic_unhealthy .dynamic_inactiveFailed {background-position : 0 -160px ;}
746
- .server_row .dynamic_inactiveFailed ,
747
- .server_row .dynamic_warmup ,
748
- .server_row .pending_add {background-position : 0 -310px ;}
749
- .server_row .dynamic_inactiveFailed .dynamic_inactiveFailed {background-position : 0 -303px ;}
750
- .server_row .dynamic_inactiveFailed .dynamic_unhealthy .dynamic_inactiveFailed {background-position : 0 -154px ;}
738
+ .dynamic_healthy ,
739
+ .dynamic_unhealthy ,
740
+ .dynamic_inactiveFailed ,
741
+ .dynamic_warmup ,
742
+ .pending_add {width : 65px ; padding : 0 !important ; background-image : url ("/images/server_status_icons_solid_bg-v2.png" ); background-repeat : no-repeat;}
743
+ .dynamic_healthy {background-position : 0 19px ;}
744
+ .dynamic_unhealthy {background-position : 0 -160px ;}
745
+ .dynamic_inactiveFailed ,
746
+ .dynamic_warmup ,
747
+ .pending_add {background-position : 0 -310px ;}
748
+ .dynamic_inactiveFailed {background-position : 0 -303px ;}
749
+ .dynamic_unhealthy .dynamic_inactiveFailed {background-position : 0 -154px ;}
751
750
752
751
.servers h2 { height : 25px ;}
753
752
.servers_list ul {* margin : -1px 0 0 ;* position : relative;* top : 1px ;}
@@ -831,7 +830,7 @@ body.init_bucket_dialog #init_bucket_dialog { display: block; }
831
830
.add_back_btn span {display : block; padding-top : 2px ; padding-left : 31px ; font-size : 13px ; font-weight : bold; color : # fff ; line-height : 29px ; background : url ('/images/green_btn_plus_icon.png' ) no-repeat 11px 50% ;}
832
831
833
832
.list {border-right : 1px solid # d9dce0 ;background : none # eee ;}
834
- .list td {background : none # eee ; border-bottom : 1px solid # ced5d9 ; padding : 10px ;border-right : 0px ; text-align : center;vertical-align : middle;}
833
+ .list td {border-bottom : 1px solid # ced5d9 ; padding : 10px ;border-right : 0px ; text-align : center;vertical-align : middle;}
835
834
.align_text td {text-align : left}
836
835
837
836
.buckets .properties_table td {color : # 404042 }
@@ -1417,16 +1416,10 @@ input[type=number].size {width:4em;}
1417
1416
.collect_information_dialog h2 {margin-top : 15px ;clear : both;font-size : 20px ;font-weight : normal;padding-bottom : 6px ;margin-bottom : 10px ;border-bottom : 1px solid # d4d9dc ;}
1418
1417
.collect_information_dialog .collect_from {padding-left : 20px ; padding-top : 5px ; line-height : 30px ;}
1419
1418
.collect_information_dialog .collect_from input {vertical-align : middle; margin-right : 5px ;}
1420
- .collect_information_dialog .collect_from label {vertical-align : middle;}
1419
+ .collect_information_dialog .collect_from label {vertical-align : middle; display : inline-block; width : 170px ;}
1420
+ .collect_information_dialog .selected_nodes .icon {display : inline-block; height : 58px ; vertical-align : middle; background-image : url ("/images/server_status_icons_solid_bg-v2.png" ); background-repeat : no-repeat; margin : -14px 0 ;}
1421
1421
.collect_information_dialog .selected_nodes {padding : 9px 0 9px 60px ; margin : 0 ; display : inline-block; background : no-repeat url ('/images/server_icon.png' ) 0 50% ; }
1422
- .collect_information_dialog .selected_nodes li {background-image : url ("/images/server_status_icons_solid_bg-v2.png" ); background-repeat : no-repeat; padding-right : 150px ;}
1423
- .collect_information_dialog .dynamic_server_up {background-position : 100% 8px ;}
1424
- .collect_information_dialog .dynamic_server_down ,
1425
- .collect_information_dialog .dynamic_server_down .dynamic_failed_over {background-position : 100% -170px ;}
1426
- .collect_information_dialog .dynamic_server_warmup ,
1427
- .collect_information_dialog .dynamic_pending_add {background-position : 100% -320px ;}
1428
- .collect_information_dialog .dynamic_failed_over {background-position : 100% -534px ;}
1429
- .collect_information_dialog .dynamic_server_down .dynamic_failed_over {background-position : 100% -170px ;}
1422
+ .collect_information_dialog .selected_nodes li { padding-right : 150px ; width : 300px ;}
1430
1423
.collect_information_dialog .save_cancel button {color : # fff ;}
1431
1424
.collect_information_dialog .js_error_container {display : none; color : red; display : inline-block; margin-left : 10px ;}
1432
1425
.collect_information_dialog .dynamic_input_error {border-color : red;}
@@ -1458,3 +1451,5 @@ input[type=number].size {width:4em;}
1458
1451
.for_upload label {display : inline-block; width : 200px ;}
1459
1452
1460
1453
.global_alerts_container {width : 1060px ; margin : 0 auto;}
1454
+
1455
+ # js_collect_information .controls {text-align : right; height : 30px ; padding-right : 10px ; margin-top : -40px ; padding-bottom : 10px ; margin-left : 300px ;}
0 commit comments