Built motion from commit 5e31ea4.|0.0.32
[motion.git] / public / assets / css / profile.css
index 4cf667c..7cca249 100644 (file)
@@ -3,7 +3,7 @@ New Profile Page
 ***/
 .profile-sidebar {
   float: left;
-  width: 300px;
+  width: 200px;
   margin-right: 20px;
 }
 
@@ -44,17 +44,21 @@ New Profile Page
 
 .profile-usertitle-name {
   color: #5a7391;
-  font-size: 20px;
+  font-size: 15px;
   font-weight: 600;
   margin-bottom: 7px;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 .profile-usertitle-job {
   text-transform: uppercase;
   color: #5b9bd1;
-  font-size: 13px;
+  font-size: 11px;
   font-weight: 800;
   margin-bottom: 7px;
+  overflow: hidden;
+  text-overflow: ellipsis;
 }
 
 .profile-userbuttons {
@@ -91,7 +95,7 @@ New Profile Page
 
 .profile-usermenu ul li a {
   color: #93a3b5;
-  font-size: 16px;
+  font-size: 14px;
   font-weight: 400;
 }