mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added image insertion by JScript
SVN revision: 1405
This commit is contained in:
parent
9da4031f93
commit
f945898dda
938
src/elogd.c
938
src/elogd.c
File diff suppressed because it is too large
Load Diff
@ -553,6 +553,31 @@ td {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.uploadwindow {
|
||||
margin:0px;
|
||||
color:black;
|
||||
background-color:white;
|
||||
font-family:sans-serif;
|
||||
padding:0px;
|
||||
}
|
||||
|
||||
.uploadtext
|
||||
{
|
||||
background-color:#CCCCFF;
|
||||
border:1px solid #0000FF;
|
||||
border-top:1px solid white;
|
||||
border-left:1px solid white;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
.uploadvalue {
|
||||
border:1px solid #308000;
|
||||
border-top:1px solid white;
|
||||
border-left:1px solid white;
|
||||
background-color:#DDEEBB;
|
||||
padding:3px;
|
||||
}
|
||||
|
||||
.quotetable {
|
||||
width:98%;
|
||||
align:center;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user