more files css fixes
This commit is contained in:
parent
1ab23061df
commit
fa23439b9c
@ -14,6 +14,10 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#cloud-index th {
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
#cloud-index td:nth-child(1){
|
||||
padding: 7px 3px 7px 10px;
|
||||
}
|
||||
|
@ -2056,13 +2056,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
|
||||
border-bottom-right-radius: $radiuspx;
|
||||
}
|
||||
|
||||
#cloud-index tr {
|
||||
.section-content-wrapper-np {
|
||||
background-color: $comment_item_colour;
|
||||
border-bottom-left-radius: $radiuspx;
|
||||
border-bottom-right-radius: $radiuspx;
|
||||
}
|
||||
|
||||
[id^="cloud-index-"]:hover,
|
||||
.cloud-index-active {
|
||||
background-color: $item_colour !important;
|
||||
background-color: $item_colour;
|
||||
}
|
||||
|
||||
/* bootstrap overrides */
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="generic-content-wrapper">
|
||||
<div class="generic-content-wrapper section-content-wrapper-np">
|
||||
<table id="cloud-index">
|
||||
<tr>
|
||||
<th width="1%"></th>
|
||||
|
Reference in New Issue
Block a user