WIP:LAMASHEVSKYI DMYTRO's work on mobile phone UI adaption. Need more detail? Check the Kanban card at http://118.25.96.118/kanboard/?controller=TaskViewController&action=show&task_id=1483&project_id=170 #28
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "Bug37-Dmytro"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This pull request fixex the following bug:
Hui
LAMASHEVSKYI DMYTRO's work on mobile phone UI adaption. Need more detail? Check the Kanban card at http://118.25.96.118/kanboard/?controller=TaskViewController&action=show&task_id=1483&project_id=170to WIP:LAMASHEVSKYI DMYTRO's work on mobile phone UI adaption. Need more detail? Check the Kanban card at http://118.25.96.118/kanboard/?controller=TaskViewController&action=show&task_id=1483&project_id=170@ -22,3 +26,1 @@
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="./font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="./css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="./css/styles.css" rel="stylesheet" type="text/css" />
@lamashevskyi
Thanks.
I think it should be
Styles.css
, notstyles.css
. The first letter should be capitalized.See http://121.4.94.30:3000/mrlan/LRR/src/branch/Bug37-Dmytro/css/Styles.css
Hui
@ -73,3 +45,1 @@
<i class="fa fa-lock" style="color:#fff;"> </i> <a style='color:#fff !important' href="~\..\logout.php">Logout </a>
<?php
@media (min-width: 768px) {
@lamashevskyi
Could you make a comment explaining what this thing (
@media
) is for?Hui
@ -32,0 +42,4 @@
</div>
<br> <a href="recover_password.php">Reset my password</a>
<div class="text-center">
<br><span class="txt1">Don't have an account?</span>
@lamashevskyi
Thanks.
What is
txt1
? A style definition? Where is it defined? Likewise fortxt2
in the next line.Hui
@ -35,3 +36,3 @@
<input type="password" class="form-control" name="confirmpassword" placeholder="Confirm password" required="required" />
<br>
<input type="submit" class="btn-primary" value="Sign up">
<input type="submit" class="btn btn-primary" value="Sign up">
@lamashevskyi
Thanks. Good correction.
Hui
Thanks for your work, Dmytro. I will double check your branch on the testing server and tell your the result in your Kanboard card.
Hui
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.