Commit 0f9c5667 by Palti Sinaga

abc

parent ddb36bf1
...@@ -1402,7 +1402,7 @@ figure.effect-zoe:hover ul.social-icons a:first-child { ...@@ -1402,7 +1402,7 @@ figure.effect-zoe:hover ul.social-icons a:first-child {
/*-- Cuisines --*/ /*-- Cuisines --*/
.cuisines { .cuisines {
padding: 90px 0; padding: 40px 0;
} }
/*--w3layouts--*/ /*--w3layouts--*/
...@@ -2283,9 +2283,12 @@ li.li2 { ...@@ -2283,9 +2283,12 @@ li.li2 {
a.popup-with-zoom-anim { a.popup-with-zoom-anim {
padding: 10px 40px; padding: 10px 40px;
background-color: #FFF; background-color: #77cdfe;
color: #000; color: #000;
font-weight: 700; font-weight: 700;
margin-top:100px;
} }
a.popup-with-zoom-anim:hover { a.popup-with-zoom-anim:hover {
......
@extends('adminlte::layouts.master') @extends('adminlte::layouts.master')
@section('main-content') @section('main-content')
<div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 80px; "> <div class="cuisines agileits w3layouts" style="padding-top: 50px; margin-top: 80px; ">
<div class="container"> <div class="container">
<div class="register agileits w3layouts wow agileits w3layouts slideInLeft"> <div class="register agileits w3layouts wow agileits w3layouts slideInLeft">
<form class="form-horizontal"> <form class="form-horizontal">
<div class="form-group"> <div class="form-group">
<label for="inputEmail3" class="col-sm-2 control-label">Nama</label> <label for="inputEmail3" class="col-sm-2 control-label">Nama</label>
...@@ -29,29 +29,21 @@ ...@@ -29,29 +29,21 @@
<input type="password" class="form-control" id="inputPassword3" placeholder="Pekerjaan"> <input type="password" class="form-control" id="inputPassword3" placeholder="Pekerjaan">
</div> </div>
</div> </div>
<!-- <div class="form-group"> <div class="form-group">
<label for="inputPassword3" class="col-sm-2 control-label">Password</label> <label class="col-sm-2 control-label"> Foto </label>
<div class="col-sm-10"> <div class="col-sm-10">
<input type="password" class="form-control" id="inputPassword3" placeholder="Password"> <input class="btn btn-success" value="Browse">
</div>
</div> -->
<!-- <div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
</label>
</div>
</div> </div>
</div> --> </div>
<div class="form-group"> <div class="form-group" align="right">
<div class="col-sm-offset-2 col-sm-10"> <div class="col-sm-12">
<button type="submit" class="btn btn-default">Save</button> <input type="submit" class="btn btn-primary"></input>
</div> </div>
</div> </div>
</form>
</div> </div>
</form>
</div>
</div> </div>
</div>
</div>
@endsection @endsection
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment