/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ thead > tr > th{ border:1px solid; background: bisque; } tbody{ background:white; } tbody > tr > td{ border:1px solid; position: relative; } .show_li,.show_li *{ list-style:none; color:balck; } .show_li ul{ display:none; } #clicktosee{ color:blue; cursor:pointer; } table .checkbox{ left: 50%; position: absolute; transform: translate(-50%, -50%) !important; top: 50%; } #updatebtn{ margin-top: 1em; right: 1em; background-color: #0088cc; color: white; border: 0em; padding: 0.125em 0.5em; border-radius: 0.5em; } .show_span{ margin: 1em; float: left; background-color: rgb(210, 105, 0); color: white; border: 0em; padding: 0.125em 0.5em; border-radius: 0.5em; width: fit-content; } .label_left{ float: left; padding-right: 0.5em; }