forked from Ponysearch/Ponysearch
[build] rebuild of the oscar theme, build from ad208378
the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
ad208378bb
commit
c9f9e7da52
4 changed files with 20 additions and 2 deletions
|
@ -730,3 +730,12 @@ code {
|
||||||
.table > tbody > tr > th {
|
.table > tbody > tr > th {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
}
|
}
|
||||||
|
.nav-tabs.nav-justified {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
input.cursor-text {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -703,6 +703,15 @@ code {
|
||||||
.table > tbody > tr > th {
|
.table > tbody > tr > th {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
}
|
}
|
||||||
|
.nav-tabs.nav-justified {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
|
input.cursor-text {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
/*Global*/
|
/*Global*/
|
||||||
body {
|
body {
|
||||||
background: #1d1f21 none !important;
|
background: #1d1f21 none !important;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue