|
|
@@ -221,6 +221,13 @@ body {
|
|
|
height:482px;
|
|
|
display:none;
|
|
|
}
|
|
|
+#fireupload {
|
|
|
+ position:absolute;
|
|
|
+ width:255px;
|
|
|
+ height:255px;
|
|
|
+ border-radius: 90%;
|
|
|
+ display:none;
|
|
|
+}
|
|
|
#footerCont {
|
|
|
position: fixed;
|
|
|
top: 2000px;
|
|
|
@@ -579,30 +586,6 @@ body {
|
|
|
.no-dropzone {
|
|
|
cursor: not-allowed;
|
|
|
}
|
|
|
-#originsDisplay {
|
|
|
- float:left;
|
|
|
- position:fixed;
|
|
|
- top:680px;
|
|
|
- left:20px;
|
|
|
- width:275px;
|
|
|
- height:120px;
|
|
|
- font-family: Monospace, Verdana, Serif;
|
|
|
- font-size: 14px;
|
|
|
- background-color: #020401;
|
|
|
- border: 3px solid lightgray;
|
|
|
- text-align:left;
|
|
|
- color: #FFFFFF;
|
|
|
- white-space:nowrap;
|
|
|
- font-weight:900;
|
|
|
- padding:10px;
|
|
|
- padding-top:4px;
|
|
|
- z-index:99999;
|
|
|
- display:none;
|
|
|
-}
|
|
|
-.originLabel {
|
|
|
- color: #7bca2e;
|
|
|
- font-weight:900;
|
|
|
-}
|
|
|
#pagetitle {
|
|
|
float:left;
|
|
|
width:100%;
|
|
|
@@ -644,9 +627,11 @@ body {
|
|
|
z-index:99999;
|
|
|
}
|
|
|
#picavatar {
|
|
|
- position:absolute;
|
|
|
+ position:relative;
|
|
|
width:255px;
|
|
|
height:255px;
|
|
|
+ top:-4px;
|
|
|
+ left:-8px;
|
|
|
border-radius: 90%;
|
|
|
display:none;
|
|
|
}
|