RandomSec/extensions/rdf-exporter/module/styles/rdf-schema-alignment-dialog.css
David Huynh dda1714d17 Initial checkin.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1077 7d457c2a-affb-35e4-300a-418c747d4874
2010-07-06 22:29:25 +00:00

35 lines
478 B
CSS
Executable File

td.highlighted {
background: #e8e8e8;
}
span.emphasized{
font-weight:bold;
font-size: 11pt;
}
div.rdf-schema-alignment-dialog-preview {
height: 350px;
}
div.rdf-schema-alignment-dialog-canvas {
height: 350px;
}
div.note{
font-size:1em;
color: #FF6A00;
margin-top:10px;
}
div.vocabulary-manager-list{
height:64%;
overflow:auto;
}
div.vocabulary-manager-footer{
height:31%;
}
div.vocabulary-manager-footer h2{
margin:0;
}