mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-13 09:09:02 +01:00
767a3dcf48
Removed Clipperz Copyright claim wrongly attached to external library files by the sync script that updated the public repository work area when the changes are committed to the private repository.
33 lines
622 B
CSS
33 lines
622 B
CSS
.yinline-editor {
|
|
border: 1px solid #a3bac9;
|
|
font: normal 11px arial,helvetica,sans-serif;
|
|
left: 0;
|
|
overflow: hidden;
|
|
padding: 1px 0 0 1px;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
.yinline-editor-multiline {
|
|
overflow: hidden;
|
|
padding: 0;
|
|
white-space: nowrap;
|
|
}
|
|
.yinline-editor-sizer {
|
|
font: normal 11px arial,helvetica,sans-serif;
|
|
left: -1000px;
|
|
padding: 3px;
|
|
padding-right: 6px;
|
|
position: absolute;
|
|
top: -1000px;
|
|
visibility: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
.yinline-editor-wrap {
|
|
color: white;
|
|
overflow: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
visibility: hidden;
|
|
z-index: 15002;
|
|
}
|