RandomSec/src/main/webapp/styles/process.css
David Huynh 30dce3b3d5 Made range facet more robust against bad expressions.
Centralized code that updates components of the UI. Show "Working..." indicator if anything takes more than 500ms.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@142 7d457c2a-affb-35e4-300a-418c747d4874
2010-02-26 21:56:41 +00:00

19 lines
300 B
CSS

.process-panel {
position: absolute;
top: -1px;
width: 100%;
text-align: center;
}
.process-panel-inner {
border: 1px solid #ccc;
width: 500px;
max-height: 70px;
overflow: auto;
padding: 10px;
margin: 0 auto;
text-align: left;
background: #fffee0;
}