mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-10 23:59:50 -04:00
Fix sizes of download and zones buttons. Set videoFeed img tag to 100%
This commit is contained in:
@@ -178,6 +178,10 @@ height: 100%;
|
||||
height: 300px;
|
||||
}
|
||||
|
||||
#videoFeed img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#eventThumbs img {
|
||||
height: 25px; /* HACK - Although this is pixels it will be interpreted as a scale %ge, so 25px = 25% scaling for thumbnails */
|
||||
margin: 2px;
|
||||
@@ -277,3 +281,10 @@ svg.zones {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#downloadBtn {
|
||||
line-height: 1;
|
||||
font-size: 18px;
|
||||
}
|
||||
#toggleZonesButton span.material-icons {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user