Files
docker-docs/css/temp.css
Misty Stanley-Jones 08e7715762 Make archive easier (#5231)
* Fix archive butterbar margin-top

* Add archive script and layout
2018-01-29 16:55:37 -08:00

29 lines
476 B
CSS

/*
*
* this css will be integrated into master. for now testing.......
*
*/
/* Archive butterbar */
#archive-butterbar {
padding-top: 10px;
padding-bottom: 10px;
min-height: 34px;
border: 1px solid #254356;
background-color: #FFE1C0;
color: #254356;
width: 100%;
z-index: 9999;
}
#archive-butterbar.top {
position: relative;
margin-top: 0;
}
/* Archive butterbar when the top nav is fixed */
#archive-butterbar.fixed {
position: fixed;
top: 55px;
}