1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Admin-UI: Media-Manager layout enhancements.

This commit is contained in:
Cameron
2015-07-19 17:10:03 -07:00
parent 23a5be23eb
commit 650041b5aa
6 changed files with 100 additions and 23 deletions

View File

@@ -55,6 +55,10 @@ tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-colo
#admin-ui-nav-menu a.link-active { color: #fff }
#admin-ui-media-manager.nav-tabs { background-color: #212121 }
.tab-content { background-color: #373737 }
iframe { border:3px solid red; }
/*
.bootstrap-select, bootstrap-select button
{

View File

@@ -5,7 +5,9 @@ body { }
body { padding-top: 75px; }
}
}
button, button:active { outline: 0; }
.container { width: 100% }