Commit 68178bab authored by Fachri's avatar Fachri

latest fachri css

parent 2be5a845
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
......@@ -85,10 +85,10 @@ DATABASES = {
'NAME': 'oku_gis_new',
'USER': 'postgres',
'PASSWORD' : 'khansia215758',
'HOST': '30.10.20.102',
'PORT': '5432',
# 'HOST': '103.126.28.66',
# 'PORT': '8082',
# 'HOST': '30.10.20.102',
# 'PORT': '5432',
'HOST': '103.126.28.66',
'PORT': '8082',
}
}
......
......@@ -809,10 +809,14 @@ li.active>a:after {
}
.modal-login{
top: 80%;
bottom: 0;
background-color: white;
z-index:999;
border-radius:8px
border-radius:8px;
margin-bottom: 16px;
display: block;
position: absolute;
}
#btn-signin{
......@@ -828,6 +832,8 @@ li.active>a:after {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin-left: 16px !important;
margin-right: 16px !important;
}
.img-centered{
......@@ -890,6 +896,11 @@ body>ul>li.fixed-plugin.no3d.overlay-cek>div.dropdown.show-dropdown.open>ul {
margin-left: -270px!important;
}
#searchbar{
margin: 16px;
margin-top: 8px;
}
@media (max-width: 1025px) {
.dock {
position: absolute;
......@@ -922,6 +933,10 @@ body>ul>li.fixed-plugin.no3d.overlay-cek>div.dropdown.show-dropdown.open>ul {
background-color: white;
z-index:999;
border-radius:8px;
width: 90%;
bottom: auto;
display: block;
position: sticky;
}
#btn-signin{
......@@ -931,11 +946,6 @@ body>ul>li.fixed-plugin.no3d.overlay-cek>div.dropdown.show-dropdown.open>ul {
padding-right: 16px;
}
#searchbar{
margin-left: 16px;
margin-right: 16px;
}
.centered{
top: 50% !important;
transform: translateY(-50%) !important;
......@@ -972,11 +982,7 @@ body>ul>li.fixed-plugin.no3d.overlay-cek>div.dropdown.show-dropdown.open>ul {
.navbar .navbar-inverse {
display: block
}
#map>div.row>div.col-sm-4.input-group.content-group.head {
width: 80%;
margin-top: -15px;
margin-left: 60px;
}
.user-p-nav {
display: none
}
......@@ -1073,4 +1079,15 @@ body>ul>li.fixed-plugin.no3d.overlay-cek>div.dropdown.show-dropdown.open>ul {
#modal_detail_non_kelurahan>div>div>div.modal-body>fieldset>div>div:nth-child(2)>div>div {
margin-left: 5px
}
.modal-login{
background-color: white;
z-index:999;
border-radius:8px;
width: 90%;
bottom: auto;
display: block;
position: sticky;
}
}
\ No newline at end of file
......@@ -129,7 +129,7 @@
<div class="content">
<div id="map">
<div class="help_bangunan" style="position: absolute;z-index: 999;top: 0px;right: 60px;"></div>
<div class="row" style="margin-top: 20px;">
<div class="row" id="searchbar">
<div class="col-sm-4 head">
</div>
......@@ -187,17 +187,17 @@
<div class="col-md-6 col-md-offset-3 modal-login input-group content-group foot centered">
<div class="row row-full-height">
<div class="col-md-1">
<div class="col-md-1 col-sm-12">
<img src="/static/img/logo-ok.png" alt="" class="img-centered" style="max-height: 28px;max-width: 21.999998092651367px;/* left: 27px; *//* top: 14px; */border-radius: 0px;">
</div>
<div class="col-md-9">
<div style="font-size: 15px;margin: 8px;">
<div class="col-md-9 col-sm-12">
<div style="font-size: 15px;margin: 8px; text-align: left;">
<span><b>Welcome to TEMANKU!</b>
Login untuk menikmati fitur lengkap TEMANKU
</span>
</div>
</div>
<div class="col-md-2">
<div class="col-md-2 col-sm-12">
<a href="{% url 'login' %}" class="btn btn-primary vertical-centered" id="btn-signin">SIGN IN</a>
</div>
</div>
......
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