mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Merge pull request #4479 from IgorA100/patch-140429
Fix: "Toolbar" styling on the Files page
This commit is contained in:
@@ -1420,6 +1420,10 @@ button.btn.btn-view-watch:hover {
|
||||
}
|
||||
/* --- Volume сontrol --- */
|
||||
|
||||
.rightInFlexContainer {
|
||||
margin-left: auto; /* This will cause the element in the FLEX container to snap to the right side. All elements after this element will also snap to the right side. */
|
||||
}
|
||||
|
||||
video-stream {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
6
web/skins/classic/css/base/views/files.css
Normal file
6
web/skins/classic/css/base/views/files.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.path {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 5px;
|
||||
}
|
||||
@@ -102,7 +102,7 @@ if ($path) {
|
||||
} # end if path
|
||||
?>
|
||||
</div><!--path-->
|
||||
<div id="contentButtons">
|
||||
<div id="contentButtons" class='rightInFlexContainer'>
|
||||
<button type="submit" name="action" value="delete" disabled="disabled">
|
||||
<?php echo translate('Delete') ?>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user