Built motion from commit 5ae821c.|0.0.127
[motion.git] / public / assets / css / global / custom.css
index 40ed335..a690e89 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 {
@@ -739,3 +747,26 @@ rzslider .rz-pointer{
 rzslider .rz-ticks .rz-tick{
   border-radius: 50% !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;
+}