mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-20 14:53:27 -04:00
remove autotools references to the flat skin, add the classic/flat css dirs remove the flat skin
31 lines
349 B
CSS
31 lines
349 B
CSS
#controls {
|
|
width: 80%;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#controls a {
|
|
width: 40px;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
#firstLink {
|
|
position: absolute;
|
|
left: 13%;
|
|
}
|
|
|
|
#prevLink {
|
|
position: absolute;
|
|
left: 37%;
|
|
}
|
|
|
|
#nextLink {
|
|
position: absolute;
|
|
left: 63%;
|
|
}
|
|
|
|
#lastLink {
|
|
position: absolute;
|
|
left: 87%;
|
|
}
|