1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

Carousel-indicator alignment fix.

This commit is contained in:
Cameron 2015-07-18 16:02:59 -07:00
parent e26efc242f
commit 658dffd003

View File

@ -51,7 +51,9 @@ body { padding-top: 75px; }
a.core-mainpanel-link-icon { height:80px; width: 100%; padding-top:15px; }
a.core-mainpanel-link-icon:hover { text-decoration: none; filter: none; }
.carousel-indicators { top:10px; max-width: 200px; height: 40px; margin-left: 100px; }
.carousel-indicators { top:10px; max-width: 200px; height: 40px; text-align: right; right: 0; left: auto; }
#admin-ui-nav-menu li.divider { padding-top: 10px; border-bottom: 1px outset #262626; margin-bottom: 10px; }