Skip to content

Commit

Permalink
small adjustments to style.css and info_user.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sagredo-dev committed Dec 23, 2023
1 parent 4968e5f commit db0c387
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 76 deletions.
58 changes: 0 additions & 58 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,61 +28,3 @@ a:hover {text-decoration: underline !important; --bs-link-underline-opacity: 0 !
font-size: 0.8rem;
padding: .40rem;
}

/*
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="password"] {margin-bottom: 10px;}
.my-input, input[type="text"] {
border: 1px solid #ced4da;
border-radius: .25rem;
padding-left: 5px;
padding-right: 5px;
margin-right: 10px;
}
.my-select {
padding: .1rem .1rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
td input[type="radio"] {
margin-left: 5px;
margin-right: 5px;
}
.d-flex div {
padding: .75rem 1.25rem;
margin-bottom: 20px;
margin-right: 20px;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.material-icons {
color:#555;
vertical-align:middle;
}
*/
27 changes: 9 additions & 18 deletions html/info_user.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<HTML><HEAD><TITLE>#-006 %-U (%-G)</TITLE>
<link href="/images/vqadmin/vqadmin.css" rel="stylesheet" rev="stylesheet" type="text/css" media="all">
</head>
<body bgcolor=#-055 vlink=#-056 link=#-056 alink=#-056>
<FONT face="#-057" SIZE=#-058 color=#-056>
info_user
<CENTER><B>%-W</B></CENTER>
<CENTER>#-006 %-U (%-G)</CENTER>
<B>#-006</B>
<HR>
<FORM METHOD="POST" ACTION="/cgi-bin/vqadmin/vqadmin.cgi">
#-020 <INPUT TYPE="TEXT" NAME="muser" SIZE="30">
<INPUT TYPE="SUBMIT" NAME="Submit" VALUE="#-006">
</FORM>
<HR>
<a href="/cgi-bin/vqadmin/vqadmin.cgi">Main VqAdmin Menu</a><BR><BR>
%-V
</BODY></HTML>
<!-- this template in not used (?) -->
<h2>#-006</h2>

<form action="/cgi-bin/vqadmin/vqadmin.cgi" method="post" name="form1" id="form1">

<div class="mb-3">
<label for="muser">#-020</label>
<input type="text" class="form-control" name="muser" id="muser">
</div>

0 comments on commit db0c387

Please sign in to comment.