[BluetoothChat] updated BluetoothChat sources 2.2_release
authorPiotr Dabrowski <p.dabrowski2@samsung.com>
Sun, 14 Jul 2013 11:41:52 +0000 (13:41 +0200)
committerPiotr Dabrowski <p.dabrowski2@samsung.com>
Sun, 14 Jul 2013 11:41:52 +0000 (13:41 +0200)
Change-Id: I887f9fca7dfabd3bec6d945a3b84cc77fb21b716

css/style.css
index.html
templates/chat_page.tpl

index 4f065b9..1cecb9c 100644 (file)
@@ -102,16 +102,15 @@ html {
        margin: 0px;
        border: 0px solid #000;
        border-radius: 5px;
-       font-size: 26px;
+       font-size: 22px;
        overflow: auto;
 }
 
 #ui-mySend {
        float: left;
-       width: 90px;
-       height: 58px;
+       width: 85px;
        margin-top: 10px;
-       font-size: 26px;
+       font-size: 22px;
 }
 
 #ui-myCounter {
index 4d378c2..5f32098 100644 (file)
@@ -23,9 +23,9 @@
 
                <div id="start-content" data-role="content" data-scroll="none">
                        <div class="box">
+                               <div data-role="button" class="ui-btn-start" id="turnOnButton" style="display: none;">Turn bluetooth on</div>
                                <div data-role="button" class="ui-btn-start" id="serverButton" style="display: none;">Create server</div>
                                <div data-role="button" class="ui-btn-start" id="clientButton" style="display: none;">Join server</div>
-                               <div data-role="button" class="ui-btn-start" id="turnOnButton" style="display: none;">Turn bluetooth on</div>
                                <div id="start-monit" style="display: none;">
                                        <p>Waiting for Bluetooth radio...</p>
                                </div>
index c2c58dc..57ae3aa 100644 (file)
@@ -10,7 +10,7 @@
        <div id="chat-footer" data-role="footer" data-position="fixed">
                <div id="ui-textArea">
                        <div id="ui-textArea-text">
-                               <textarea id="text" placeholder="type new message" data-role="none"></textarea>
+                               <textarea id="text" placeholder="Your message" data-role="none"></textarea>
                        </div>
                        <div id="ui-textArea-button">
                                <a data-role="button" id="ui-mySend">Send</a>