88 lines
1.5 KiB
CSS
88 lines
1.5 KiB
CSS
|
/*
|
||
|
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;
|
||
|
}
|
||
|
.PageDetails {
|
||
|
padding-top: 0.1875em;
|
||
|
padding-bottom: 0.1875em;
|
||
|
font-weight: bold;
|
||
|
font-size: 0.875em;
|
||
|
border-bottom: 0.0625em solid #ddd;
|
||
|
overflow: hidden;
|
||
|
text-align: right;
|
||
|
color: black;
|
||
|
font-size: 1.3em;
|
||
|
}
|
||
|
.PageList {
|
||
|
margin: 0em 0em 0 0.5em;
|
||
|
font-weight: bold;
|
||
|
font-size: 0.875em;
|
||
|
overflow: hidden;
|
||
|
list-style: none;
|
||
|
display: inline;
|
||
|
background: none;
|
||
|
color: #999;
|
||
|
}
|
||
|
ol {
|
||
|
margin: 0 0 0.5em 0;
|
||
|
min-height: 0.625em;
|
||
|
height: auto !important;
|
||
|
height: 0.625em;
|
||
|
padding: 0;
|
||
|
clear: both;
|
||
|
float: right;
|
||
|
}
|
||
|
.PageList li {
|
||
|
display: inline;
|
||
|
}
|