Browse Source

Add files via upload

Capitan Cloud 1 year ago
parent
commit
f2e88fb84e
1 changed files with 11 additions and 2 deletions
  1. 11 2
      Public/css/style.css

+ 11 - 2
Public/css/style.css

@@ -233,6 +233,13 @@ body {
   height:482px; 
   display:none;
 }
+#fireupload {
+  position:absolute;
+  width:255px;
+  height:255px;
+  border-radius: 90%; 
+  display:none;
+}
 #footerCont {
   position: fixed; 
   top: 2000px; 
@@ -667,9 +674,11 @@ body {
   z-index:99999;
 }
 #picavatar {
-  position:absolute;
+  position:relative;
   width:255px;
   height:255px;
+  top:-4px;
+  left:-8px;
   border-radius: 90%; 
   display:none;
 }
@@ -794,4 +803,4 @@ body {
   width:120px;
   height:620px;
   display:none;
-}
+}