mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@688 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e0eb16891d
commit
207b4828e0
1 changed files with 43 additions and 39 deletions
|
|
@ -1,42 +1,5 @@
|
||||||
#waitingforserverresponse {
|
body,div,td {
|
||||||
display:inline;
|
|
||||||
border:2px solid #444444;
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
padding:15px 20px 13px 20px;
|
|
||||||
font-weight:bold;
|
|
||||||
font-size:9pt;
|
font-size:9pt;
|
||||||
color:#444444;
|
|
||||||
top:40px;
|
|
||||||
left:40px;
|
|
||||||
position:absolute;
|
|
||||||
z-index:100;
|
|
||||||
visibility:hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#fororiginalimagearea {
|
|
||||||
visibility:hidden;
|
|
||||||
background-color:#EEEEEE;
|
|
||||||
padding:0px;
|
|
||||||
margin:0px;
|
|
||||||
width:100%;
|
|
||||||
height:100%;
|
|
||||||
top:0px;
|
|
||||||
left:0px;
|
|
||||||
position:absolute;
|
|
||||||
z-index:1001;
|
|
||||||
text-align:left;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#closeOriginalImageBtn {
|
|
||||||
position:absolute;
|
|
||||||
right:10px;
|
|
||||||
top:10px;
|
|
||||||
cursor:pointer;
|
|
||||||
width:60px;
|
|
||||||
height:20px;
|
|
||||||
border:1px solid #FFFFFF;
|
|
||||||
z-index:1002;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
FORM {
|
FORM {
|
||||||
|
|
@ -100,3 +63,44 @@ h6 {
|
||||||
font-size:8pt;
|
font-size:8pt;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#waitingforserverresponse {
|
||||||
|
display:inline;
|
||||||
|
border:2px solid #444444;
|
||||||
|
background-color:#FFFFFF;
|
||||||
|
padding:15px 20px 13px 20px;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:9pt;
|
||||||
|
color:#444444;
|
||||||
|
top:40px;
|
||||||
|
left:40px;
|
||||||
|
position:absolute;
|
||||||
|
z-index:100;
|
||||||
|
visibility:hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#fororiginalimagearea {
|
||||||
|
visibility:hidden;
|
||||||
|
background-color:#EEEEEE;
|
||||||
|
padding:0px;
|
||||||
|
margin:0px;
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
top:0px;
|
||||||
|
left:0px;
|
||||||
|
position:absolute;
|
||||||
|
z-index:1001;
|
||||||
|
text-align:left;
|
||||||
|
overflow:hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
#closeOriginalImageBtn {
|
||||||
|
position:absolute;
|
||||||
|
right:10px;
|
||||||
|
top:10px;
|
||||||
|
cursor:pointer;
|
||||||
|
width:60px;
|
||||||
|
height:20px;
|
||||||
|
border:1px solid #FFFFFF;
|
||||||
|
z-index:1002;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue