MyAcc: using JS confirm instead of JS Alert
[myslice.git] / portal / static / css / account_view.css
index 3173e9c..4984ed0 100644 (file)
@@ -216,8 +216,8 @@ h1 {
 }
 
 #info {
-  background-color : #ded;
-  border : 1px solid #0a0;
+  background-color : #839E99;
+  border : 1px solid #839E99;
   padding : 1em;
   margin-bottom : 1em;
 }
@@ -262,6 +262,24 @@ table.profile button {
   margin-right: 15px;
 }
 
+#delete {
+  width: 80px;
+  vertical-align: middle;
+  float: right;
+  margin-right: 15px;
+
+}
+
+#upload_key {
+  width: 80px;
+  vertical-align: middle;
+  float: right; 
+  margin-right: 15px;
+
+}
+
+
+
 table.profile span.hide_this{ 
        display: inline;
        display: none;