Worked on nhsys template: styles enhancements
This commit is contained in:
parent
98378c09cc
commit
de7efbd770
@ -7,7 +7,7 @@
|
||||
|
||||
|
||||
.input-group-text {
|
||||
min-width: 53px;
|
||||
min-width: 53px;
|
||||
}
|
||||
|
||||
form#authSession.form div.input-group-prepend input.form{
|
||||
@ -22,6 +22,8 @@ body {
|
||||
color: #666;
|
||||
/* background-color: #fff; */
|
||||
background-image: url("../media/img-background.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
@ -27,6 +27,10 @@
|
||||
/* 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{
|
||||
padding-top: 0 !important;
|
||||
@ -34,6 +38,7 @@
|
||||
border: 0 !important;
|
||||
box-shadow: 4px 3px 8px 1px #969696;
|
||||
border-radius: 0 !important;
|
||||
opacity: .90;
|
||||
}
|
||||
|
||||
#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">
|
||||
<div class="card w-100">
|
||||
<div class="card-header text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user