less/roojs-bootstrap/money-field.less
[roojs1] / less / roojs-bootstrap / money-field.less
index 169d4d7..09223a2 100644 (file)
@@ -2,7 +2,28 @@
 .roo-money-field {
     
     .roo-money-currency {
+        padding-right: 0px;
+    }
+    
+    .roo-money-amount {
         padding-left: 0px;
     }
     
+    .roo-money-amount-input {
+        border-right: 0px;
+    }
+    
+    .input-group-addon {
+        background-color: transparent;
+        border-color: white;
+        border-left: 0px;
+        border-right: 0px;
+        border-radius: 0px;
+    }
+    
+    .roo-money-amount-input {
+        border-left: 0px;
+        border-top-left-radius: 0px;
+        border-bottom-left-radius: 0px;
+    }
 }
\ No newline at end of file