mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Fixes to make things look better on phone screens.
This commit is contained in:
parent
b8398279db
commit
a9e17ee600
2 changed files with 31 additions and 9 deletions
|
|
@ -21,12 +21,6 @@ a:hover {
|
|||
background: #eee;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.header {
|
||||
height: 138px;
|
||||
}
|
||||
}
|
||||
|
||||
.header:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
@ -47,6 +41,16 @@ a:hover {
|
|||
margin-left: -555px;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.header {
|
||||
height: 104px;
|
||||
}
|
||||
|
||||
.header img {
|
||||
top: -24px;
|
||||
}
|
||||
}
|
||||
|
||||
.body {
|
||||
padding: 10px;
|
||||
max-width: 1102px;
|
||||
|
|
@ -151,6 +155,7 @@ input[type="submit"].inline.destructive {
|
|||
|
||||
#sign-in-form {
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#sign-in-form .octicon-mark-github {
|
||||
|
|
@ -159,11 +164,12 @@ input[type="submit"].inline.destructive {
|
|||
color: #76201b;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
left: 12px;
|
||||
}
|
||||
|
||||
#sign-in-form input[type="submit"] {
|
||||
padding: 8px 5px 5px 43px;
|
||||
margin-left: -44px;
|
||||
margin-left: -32px;
|
||||
}
|
||||
|
||||
#sign-in-form input[type="submit"]:before {
|
||||
|
|
@ -198,6 +204,16 @@ input[type="submit"].inline.destructive {
|
|||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 450px) {
|
||||
#sign-in-form .octicon-mark-github {
|
||||
font-size: 30px;
|
||||
left: 10px;
|
||||
}
|
||||
#sign-in-form .action-button {
|
||||
font-size: 16pt;
|
||||
}
|
||||
}
|
||||
|
||||
#primary-actions {
|
||||
margin: 1em 0;
|
||||
text-align: center;
|
||||
|
|
@ -205,6 +221,13 @@ input[type="submit"].inline.destructive {
|
|||
color: #999;
|
||||
}
|
||||
|
||||
@media (max-width: 450px) {
|
||||
#primary-actions form.inline {
|
||||
display: block;
|
||||
margin: 5px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.setting {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,8 +26,7 @@
|
|||
|
||||
<div class="footer">
|
||||
<div class="contents">
|
||||
RetroGit is a project by
|
||||
<a href="http://persistent.info">Mihai Parparita</a>
|
||||
A project by <a href="http://persistent.info">Mihai Parparita</a>
|
||||
-
|
||||
<a href="{{routeUrl "faq"}}">FAQ</a>
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue