svncommit
2009-05-12 f22c2cefb4c7f8b1a995d5de6f706d49861c473c
skins/default/googiespell.css
@@ -12,6 +12,20 @@
  visibility: hidden;
}
.googie_edit_layer {
  border: 1px solid #666666;
  background-color: #ffffff;
  padding: 1px 4px;
  margin: 1px 0px;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}
.googie_edit_layer span {
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}
.googie_list {
  width: 100%;
  margin: 0;
@@ -77,13 +91,18 @@
  text-decoration: none;
}
.googie_check_spelling_ok {
.googie_check_spelling_ok,
.googie_resume_editing {
  color: green;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
.googie_check_spelling_ok:hover,
.googie_resume_editing:hover {
  text-decoration: underline;
}
.googie_lang_3d_click img {
  vertical-align: middle;
  border-top: 1px solid #555;