luci-theme-rosy: Fixed insufficient container container width
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
This commit is contained in:
parent
36f226548a
commit
3fd74316ab
2 changed files with 8 additions and 4 deletions
|
@ -409,12 +409,12 @@ td>table>tbody>tr>td,
|
||||||
.cbi-button {
|
.cbi-button {
|
||||||
margin: 0 .8rem .5rem 0;
|
margin: 0 .8rem .5rem 0;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: #354057;
|
||||||
background-color: #F0F0F0;
|
background-color: transparent;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .5rem .8rem;
|
padding: .5rem .8rem;
|
||||||
border: none;
|
border: 1px solid;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-ms-touch-action: manipulation;
|
-ms-touch-action: manipulation;
|
||||||
|
@ -1415,7 +1415,9 @@ header>.container>.pull-right>* {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix Services Network Shares*/
|
/* fix Services Network Shares*/
|
||||||
|
.node-services-samba.lang_enNetwork #cbi-samba-sambashare .table-container {
|
||||||
|
overflow-x: scroll;
|
||||||
|
}
|
||||||
.node-services-samba>.main .cbi-tabcontainer:nth-child(3) .cbi-value-title {
|
.node-services-samba>.main .cbi-tabcontainer:nth-child(3) .cbi-value-title {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
|
@ -286,4 +286,6 @@
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.lang_enNetwork #cbi-samba-sambashare .table').wrap('<div class="table-container"></div>');
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
|
Loading…
Reference in a new issue