RandomSec/src/main/webapp/styles/project.css

65 lines
909 B
CSS
Raw Normal View History

body {
background: white;
}
#body {
padding: 0;
margin: 0;
}
#loading-message {
text-align: center;
font-size: 300%;
color: #faa;
padding: 1in;
font-style: italic;
}
#footer {
position: fixed;
bottom: 0px;
left: 0px;
z-index: 1000;
padding: 0.5em 0;
width: 100%;
border-top: none;
background: #ccc;
color: #888;
}
#footer a {
color: #66c;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
.menu-bar-container {
position: fixed;
left: 0px;
width: 100%;
}
.view-panel {
position: fixed;
background: white;
overflow: hidden;
}
.left-panel {
position: fixed;
background: white;
overflow: visible;
padding: 0px;
}
.left-panel .ui-tabs .ui-tabs-panel {
margin: 5px;
padding: 0px;
}
.facet-panel {
overflow: auto;
}
.history-panel {
overflow: auto;
}