Built motion from commit 82438f7.|0.0.115
[motion.git] / public / assets / css / global / custom.css
index cb56d74..2be1e59 100644 (file)
@@ -68,6 +68,32 @@ margin-left: -370px;
 }
 */
 
+.file-upload {
+  position: relative;
+  overflow: hidden;
+  background: #00FF33;
+  border: none;
+  margin: 1px;
+  height: 26px;
+  width: 26px;
+}
+
+.file-upload:hover {
+  background-color: #00CC33;
+}
+
+.file-upload input.file-input {
+  position: absolute;
+  top: 0;
+  right: 0;
+  margin: 0;
+  padding: 0;
+  font-size: 20px;
+  cursor: pointer;
+  opacity: 0;
+  filter: alpha(opacity=0);
+}
+
 .ta-editor.form-control.myform2-height, .ta-scroll-window.form-control.myform2-height  {
   height: 400px;
   min-height: 400px;
@@ -197,7 +223,7 @@ margin-left: -370px;
 }
 
 .float-left{
-  float: left;
+  float: left !important;
 }
 
 .checker {
@@ -705,3 +731,30 @@ body > [uib-modal-window]:not([modal-render]) {
   padding-top: 15px;
   border-top: 1px solid #eee;
 }
+
+rzslider .rz-pointer{
+  border-radius: 16px !important;
+}
+
+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;
+}