Built motion from commit 2e74e5e.|0.0.138
[motion.git] / public / assets / css / global / custom.css
index 7b0b649..27b80c6 100644 (file)
@@ -155,6 +155,14 @@ margin-left: -370px;
   border-top: 2px solid #002C4C !important;
 }
 
+.motion-tdDisposal-uib-tab div.ng-binding {
+  border-top: 2px solid #b6af04 !important;
+}
+
+.motion-openchannelRoom-uib-tab div.ng-binding {
+  border-top: 2px solid #50937f !important;
+}
+
 .pretty-avatar {
   padding-top: 4px;
 }
@@ -223,7 +231,7 @@ margin-left: -370px;
 }
 
 .float-left{
-  float: left;
+  float: left !important;
 }
 
 .checker {
@@ -685,7 +693,7 @@ body > [uib-modal-window]:not([modal-render]) {
 
 .custom-header-a div{
       color: #c6cfda;
-      max-width: 100px;
+      max-width: 150px;
       white-space: nowrap;
       text-overflow: ellipsis;
       overflow: hidden !important;
@@ -740,14 +748,38 @@ rzslider .rz-ticks .rz-tick{
   border-radius: 50% !important;
 }
 
-/*Start style dropdown list richparams*/
-.cke_combopanel__chat {
-  overflow-y:scroll !important;
-  overflow-x: hidden !important;
+.span-link{
+  color: #337ab7;
+  text-decoration: none;
+  text-shadow: none;
+}
+
+.span-link:hover{
+  text-decoration: underline;
+  cursor:pointer;
+}
+
+.custom-logo{
+  max-height: 23px;
+}
+
+.custom-login-logo{
+  max-height: 140px;
+}
+
+.upborder{
+  border-top: 1px solid #eee;
+}
+
+.myCurtainClass{
+  opacity: 0.2;
 }
 
-.cke_combopanel__mail {
-  overflow-y:scroll !important;
-  overflow-x: hidden !important;
+.dot
+{
+    display: inline-block;
+    width: 500px;
+    white-space: nowrap;
+    overflow: hidden !important;
+    text-overflow: ellipsis;
 }
-/*End style Dropdown list richparams*/