mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@529 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9d2d89c569
commit
e9bf219b7c
5 changed files with 195 additions and 0 deletions
46
modules/editor/components/multimedia_link/tpl/popup.css
Normal file
46
modules/editor/components/multimedia_link/tpl/popup.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
.editor_window {
|
||||
width:400px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.header {
|
||||
float:left;
|
||||
width:100px;
|
||||
clear:left;
|
||||
text-align:left;
|
||||
font-weight:bold;
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
.body {
|
||||
float:left;
|
||||
width:250px;
|
||||
text-align:left;
|
||||
margin:5px;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
.body label {
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.image_align {
|
||||
margin:0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
.image_url {
|
||||
width:240px;
|
||||
border:1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
.editor_button_area {
|
||||
clear:both;
|
||||
text-align:center;
|
||||
margin:5px;
|
||||
}
|
||||
|
||||
.editor_button {
|
||||
margin-top:4px;
|
||||
background-color:#FFFFFF;
|
||||
border:1px solid #AAAAAA;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue