aboutsummaryrefslogtreecommitdiff
path: root/js/components
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-02-22 21:34:21 -0800
committerNivesh Rajbhandari2012-02-22 21:34:21 -0800
commit3730bbc7cc5d5f07b3d788885475a8f9810b480e (patch)
treefb225a6d8fc3c983c96b1507483d628909dc8c1e /js/components
parent58a491643158ef2b378565153e174fcd65313483 (diff)
downloadninja-3730bbc7cc5d5f07b3d788885475a8f9810b480e.tar.gz
Updating textfield to only use nj-skinned class and updating input-group to check for nj-skinned class instead of textfield class for styling.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/components')
-rwxr-xr-xjs/components/textfield.reel/textfield.html2
-rwxr-xr-xjs/components/ui/input-group.reel/input-group.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/components/textfield.reel/textfield.html b/js/components/textfield.reel/textfield.html
index 73defabd..89adf776 100755
--- a/js/components/textfield.reel/textfield.html
+++ b/js/components/textfield.reel/textfield.html
@@ -19,6 +19,6 @@
19 </script> 19 </script>
20</head> 20</head>
21<body> 21<body>
22 <input id="textfield" class="textfield nj-skinned" type="text"> 22 <input id="textfield" class="nj-skinned" type="text">
23</body> 23</body>
24</html> \ No newline at end of file 24</html> \ No newline at end of file
diff --git a/js/components/ui/input-group.reel/input-group.css b/js/components/ui/input-group.reel/input-group.css
index 8e2267eb..0b7cd1ef 100755
--- a/js/components/ui/input-group.reel/input-group.css
+++ b/js/components/ui/input-group.reel/input-group.css
@@ -23,7 +23,7 @@
23 23
24.propControl .inputRow div .hottext, 24.propControl .inputRow div .hottext,
25.propControl .inputRow div .hottextInput, 25.propControl .inputRow div .hottextInput,
26.prop-controller .textfield 26.prop-controller .nj-skinned
27{ 27{
28 border: 1px solid black; 28 border: 1px solid black;
29 width: 30px !important; 29 width: 30px !important;