Commit ee756534 by Alexander Makarov

Gii: fixed logo position in mobile mode, cleanup

parent 9bed0338
...@@ -5,8 +5,7 @@ body { ...@@ -5,8 +5,7 @@ body {
.footer { .footer {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
margin-top: 30px; margin-top: 30px;
padding-top: 15px; padding: 15px 0 30px;
padding-bottom: 30px;
} }
.jumbotron { .jumbotron {
...@@ -20,7 +19,8 @@ body { ...@@ -20,7 +19,8 @@ body {
} }
.navbar-brand { .navbar-brand {
padding: 0 15px; padding: 0;
margin: 0;
} }
.default-index .generator { .default-index .generator {
...@@ -53,10 +53,6 @@ body { ...@@ -53,10 +53,6 @@ body {
} }
.default-view .modal-dialog .error { .default-view .modal-dialog .error {
}
.default-view .modal-dialog .error {
color: #d9534f; color: #d9534f;
} }
...@@ -71,10 +67,6 @@ body { ...@@ -71,10 +67,6 @@ body {
background: transparent; background: transparent;
} }
.default-view-files table .file {
}
.default-view-files table .action { .default-view-files table .action {
width: 100px; width: 100px;
} }
......
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