35 lines
539 B
CSS
35 lines
539 B
CSS
/*
|
|
* 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;
|
|
} |