mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +00:00
UI series editor correction
This commit is contained in:
parent
1ce9b5c9ef
commit
2074138a34
1 changed files with 6 additions and 1 deletions
|
@ -40,6 +40,11 @@
|
||||||
box-shadow: 0 0 10px 1px #333;
|
box-shadow: 0 0 10px 1px #333;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
#bottomform {
|
||||||
|
width: 100%;
|
||||||
|
padding-left: 8em;
|
||||||
|
margin-bottom: -1em !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -92,7 +97,7 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div id='bottommenu' class="ui inverted bottom fixed menu">
|
<div id='bottommenu' class="ui inverted bottom fixed menu">
|
||||||
<form style='width: 100%; padding-left: 8em;' action="{{base_url}}edit_serieseditor" method="POST" class="ui form">
|
<form id='bottomform' action="{{base_url}}edit_serieseditor" method="POST" class="ui form">
|
||||||
<input type="hidden" name="series" id="checked" />
|
<input type="hidden" name="series" id="checked" />
|
||||||
<div class="fields">
|
<div class="fields">
|
||||||
<div class="eight wide field">
|
<div class="eight wide field">
|
||||||
|
|
Loading…
Reference in a new issue