less/roojs-bootstrap/money-field.less
[roojs1] / less / roojs-bootstrap / money-field.less
index 3885575..dd828c5 100644 (file)
@@ -9,10 +9,21 @@
         padding-left: 0px;
     }
     
+    .roo-money-currency-input {
+        border-right: 0px;
+    }
+    
     .input-group-addon {
         background-color: transparent;
         border-left: 0px;
-        border-right: 0px
+        border-right: 0px;
+        border-radius: 0px;
+    }
+    
+    .roo-money-amount-input {
+        border-top-left-radius: 0px;
+        border-bottom-left-radius: 0px;
+        text-align: right;
     }
     
 }
\ No newline at end of file