Worked on nhsys template: styles enhancements
This commit is contained in:
parent
98378c09cc
commit
de7efbd770
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
min-width: 53px;
|
min-width: 53px;
|
||||||
}
|
}
|
||||||
|
|
||||||
form#authSession.form div.input-group-prepend input.form{
|
form#authSession.form div.input-group-prepend input.form{
|
||||||
@ -22,6 +22,8 @@ body {
|
|||||||
color: #666;
|
color: #666;
|
||||||
/* background-color: #fff; */
|
/* background-color: #fff; */
|
||||||
background-image: url("../media/img-background.svg");
|
background-image: url("../media/img-background.svg");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,6 +27,10 @@
|
|||||||
/* padding-right: 10px; */
|
/* padding-right: 10px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#data ul.nav.container-fluid.nav-tabs li.nav-item{
|
||||||
|
opacity: .90;
|
||||||
|
}
|
||||||
|
|
||||||
#data div.tab-content.container-fluid,
|
#data div.tab-content.container-fluid,
|
||||||
#data div.tab-content.container{
|
#data div.tab-content.container{
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
@ -34,6 +38,7 @@
|
|||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
box-shadow: 4px 3px 8px 1px #969696;
|
box-shadow: 4px 3px 8px 1px #969696;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
|
opacity: .90;
|
||||||
}
|
}
|
||||||
|
|
||||||
#data div.tab-content.container-fluid div.card.w-100.border-0{
|
#data div.tab-content.container-fluid div.card.w-100.border-0{
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="tab-content container-fluid py-2 w-75">
|
<div class="tab-content container-fluid py-2 w-75 px-0">
|
||||||
<form id="fmNodeAdd" role="form" class="form text-center px-0" method="post" mXattribut="action:urlAction">
|
<form id="fmNodeAdd" role="form" class="form text-center px-0" method="post" mXattribut="action:urlAction">
|
||||||
<div class="card w-100">
|
<div class="card w-100">
|
||||||
<div class="card-header text-center">
|
<div class="card-header text-center">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user