initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
/*
* Styles specific to the admin application
* Most of these override styles in main.css
*/
div#nav ul {
left: 0;
}
div#nav>img {
position: relative;
left: 431px;
}
#content {
left: 0;
width: auto;
padding-top: 0;
}
img.event-thumb,
img.employee-thumb {
margin: 0 5px 0 0;
vertical-align: top;
}
body#employee li#employees_nav a,
body#event li#events_nav a,
body#course li#courses_nav a {
background: #22347C;
border-bottom: 6px solid #7592C5;
}
/*
* TinyMCE styles
*/
#content table.mceToolbar {
margin: 0;
}