-
Joined On: {new Date(user.entry.createdOn).toLocaleDateString()} {new Date(user.entry.createdOn).toLocaleTimeString()}
-
+
+
Joined On:
+
{new Date(user.createdOn).toLocaleDateString()} {new Date(user.createdOn).toLocaleTimeString()}
-
-
Joined On: {new Date(user.entry.lastLoggedIn).toLocaleDateString()} {new Date(user.entry.lastLoggedIn).toLocaleTimeString()}
-
+
+
Last Logged In:
+
{new Date(user.lastLoggedIn).toLocaleDateString()} {new Date(user.lastLoggedIn).toLocaleTimeString()}
-
-
-
-
![]()
-
-
-
-
Upload Image {this.state.loadingPercent}
-
+ {this.setAvatarUrl(f); }} />
Your avatar is the image others see you as. Use the upload button to change your profile picture.
+ {( this.state.imageUploadErr ?
{this.state.imageUploadErr} : null )}
- {this.state.errorMsgUserImg}
-
-
Bio
-
-
Use the above pad to write about yourself. This will show up on Webinate next to your projects.
-
-
- {this.state.errorMsgUserImg}
- Update Information
+ Bio
+
+ Use the above pad to write about yourself. This will show up on Webinate next to your projects.
+
+ {( this.state.bioUpdateErr ? {this.state.bioUpdateErr} : null )}
+
+
+
+ {loadingSymbol}
+
}
diff --git a/lib/gui/forms/options-form/style.scss b/lib/gui/forms/options-form/style.scss
index 0459532..efb1ebb 100644
--- a/lib/gui/forms/options-form/style.scss
+++ b/lib/gui/forms/options-form/style.scss
@@ -19,7 +19,6 @@
}
button {
- margin: 10px 0 0 0;
float: right;
}
@@ -34,6 +33,11 @@
display: inline-block;
}
+ .attention {
+ margin: 0 0 10px 0;
+ }
+
+
/**
* OPTIONS WINDOW - PROJECT
* =========================
@@ -54,50 +58,6 @@
color:#000;
}
-
-
- // .field-option .label {
- // font-weight: bold;
- // margin: 0 0 5px 5px;
- // }
- // .field-option .dropdown {
- // line-height: 26px;
- // }
- // .field-option input, .field-option textarea {
- // display:block;
- // padding:10px;
- // width:100%;
- // }
- // .build-options-form .button{
- // min-width:150px;
- // padding: 10px 15px;
- // }
-
- // /**
- // * OPTIONS WINDOW - PROJECT
- // * =========================
- // */
- // #options-project .cross {
- // width:30px;
- // height:30px;
- // margin: 0 10px;
- // }
- // #options-project .img-preview {
- // position:relative;
- // overflow:hidden;
- // width: 200px;
- // height: 200px;
- // float: left;
- // margin-right:10px;
- // }
- // #upload-projet-img {
- // cursor:pointer;
- // }
- // #options-project .error {
- // margin: 10px 0;
- // font-weight: bold;
- // }
-
/**
* OPTIONS WINDOW - BUILD
* =========================
@@ -109,28 +69,26 @@
display: inline-block;
}
+
/**
* OPTIONS WINDOW - USER
* =========================
*/
- #options-user .img-preview {
- position:relative;
- overflow:hidden;
- width: 200px;
- height: 200px;
- float: left;
- margin-right:10px;
- }
- #options-user .error {
- margin: 10px 0 0 0;
- font-weight: bold;
+ #options-user .group .group-content {
+ display: table;
+ width:100%;
+ .tr {
+ display: table-row;
+ }
+ .td {
+ display: table-cell;
+ &:first-child {
+ font-weight: bold;
+ padding: 5px 0;
+ }
+ &:last-child {
+ text-align: right;
+ }
+ }
}
- #options-user .soft-text {
- font-weight: normal;
- float:right;
- }
- #options-user .field-option {
- margin:10px 0px;
- }
-
}
\ No newline at end of file