af48cb799e
git-svn-id: http://google-refine.googlecode.com/svn/trunk@940 7d457c2a-affb-35e4-300a-418c747d4874
66 lines
965 B
CSS
66 lines
965 B
CSS
body {
|
|
background: white;
|
|
}
|
|
|
|
#body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#loading-message {
|
|
text-align: center;
|
|
font-size: 300%;
|
|
color: #aaa;
|
|
padding: 1in;
|
|
font-style: italic;
|
|
}
|
|
|
|
#footer {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
z-index: 1000;
|
|
padding: 0.4em 0em 0.5em 0em;
|
|
width: 100%;
|
|
background: #E8E8E8;
|
|
color: #666;
|
|
}
|
|
#footer a {
|
|
font-weight: bold;
|
|
color: #333;
|
|
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: hidden;
|
|
padding: 0px;
|
|
font-size: 11px;
|
|
}
|
|
.left-panel .gridworks-tabs.ui-tabs .ui-tabs-panel {
|
|
padding: 7px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.facet-panel {
|
|
overflow: auto;
|
|
}
|
|
.history-panel {
|
|
overflow: auto;
|
|
}
|