Add a bit indentation coherence in app.css

This commit is contained in:
Kelson 2019-08-29 18:40:49 +02:00
parent 205dacc229
commit 478474e194

View File

@ -1,7 +1,7 @@
/*!
* app.css : Main CSS of the application
*
* Copyright 2013-2014 Mossroy and contributors
* Copyright 2013-2019 Mossroy and contributors
* License GPL v3:
*
* This file is part of Kiwix.
@ -21,7 +21,10 @@
*/
[role=region] {
top: 0; right: 0; bottom: 0; left: 0;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: fixed;
overflow-x: hidden;
}
@ -39,7 +42,9 @@
}
[role=region] > footer {
background: rgba(0,0,0,.2);
right: 0; bottom: 0; left: 0;
right: 0;
bottom: 0;
left: 0;
position: fixed;
text-align: center;
}
@ -146,6 +151,7 @@
/* Reduce the size of some elements for small screens */
@media (max-width: 768px) {
/* Reduce the height of top menu */
.navbar {
min-height: 20px !important;
@ -165,19 +171,23 @@
[role=region] > header {
margin-bottom: 0px !important;
}
/* Remove space between search zone and iframe */
.list-group {
margin-bottom: 0px !important;
}
/* Reduce height of the search field */
.form-control {
height: 28px !important;
padding-bottom: 5px !important;
}
/* Reduce size of the top buttons */
.btn-xs, .btn-sm, .btn-default, .btn-group-xs > .btn, .btn-group-sm > .btn {
font-size: 10px !important;
}
/* Reduce size of the bottom buttons */
.btn-lg, .btn-group-lg > .btn {
padding-top: 1px !important;