Simple Translation Tool: initial support for editing source segments in the minibar

This commit is contained in:
hallgren
2013-04-03 20:24:57 +00:00
parent 0b03908ba8
commit d10c6bc85f
9 changed files with 125 additions and 131 deletions

View File

@@ -119,3 +119,9 @@ div.overlay > div {
box-shadow: 4px 4px 12px rgba(0,0,0,0.33);
/*border-radius: 5px;*/
}
div#minibar {
border: 1px solid black;
padding: 5px;
background: #ccc url("../minibar/brushed-metal.png");
}