|
|
@@ -31,10 +31,6 @@ body {
|
|
|
/*background: #C2DBF2;*/
|
|
|
background-image:url('/res/bg1.jpg');
|
|
|
}
|
|
|
-.bbb {
|
|
|
- color: #7bca2e;
|
|
|
- text-decoration: underline;
|
|
|
-}
|
|
|
#appMenuIco {
|
|
|
float:left;
|
|
|
position:relative;
|
|
|
@@ -211,6 +207,13 @@ body {
|
|
|
height:482px;
|
|
|
display:none;
|
|
|
}
|
|
|
+#fireupload {
|
|
|
+ position:absolute;
|
|
|
+ width:255px;
|
|
|
+ height:255px;
|
|
|
+ border-radius: 90%;
|
|
|
+ display:none;
|
|
|
+}
|
|
|
#footerCont {
|
|
|
position: fixed;
|
|
|
top: 2000px;
|
|
|
@@ -533,30 +536,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%;
|
|
|
@@ -598,9 +577,11 @@ body {
|
|
|
z-index:99999;
|
|
|
}
|
|
|
#picavatar {
|
|
|
- position:absolute;
|
|
|
+ position:relative;
|
|
|
width:255px;
|
|
|
height:255px;
|
|
|
+ top:-4px;
|
|
|
+ left:-8px;
|
|
|
border-radius: 90%;
|
|
|
display:none;
|
|
|
}
|