You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by gt...@apache.org on 2013/03/11 16:12:53 UTC

[5/5] git commit: There is some unused CSS/HTML in the client UI.

Updated Branches:
  refs/heads/next [created] b49d41d92


There is some unused CSS/HTML in the client UI.

This was missed in a commit that removed the `web` (standalone) target,
and can be removed without issue.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/b49d41d9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/b49d41d9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/b49d41d9

Branch: refs/heads/next
Commit: b49d41d92138edb34273b772ae7404ff17d5c0ae
Parents: 233a3ea
Author: Brent Lintner <br...@gmail.com>
Authored: Wed Mar 6 12:59:04 2013 -0500
Committer: Brent Lintner <br...@gmail.com>
Committed: Fri Mar 8 12:24:37 2013 -0500

----------------------------------------------------------------------
 assets/client/index.html |   18 +-------------
 assets/client/ripple.css |   54 -----------------------------------------
 2 files changed, 1 insertions(+), 71 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/b49d41d9/assets/client/index.html
----------------------------------------------------------------------
diff --git a/assets/client/index.html b/assets/client/index.html
index 47ade52..8cde549 100644
--- a/assets/client/index.html
+++ b/assets/client/index.html
@@ -33,23 +33,7 @@
 
             <div class="beta ui-text-beta">beta</div>
 
-            <section class="top main">
-                <section class="ui-state-default omni-bar" style="display: none;">
-                    <div id="history-back" class="ui-state-default ui-corner-all ui-icon-container ui-icon-container-left">
-                        <span class="ui-icon ui-icon-arrowthick-1-w"></span>
-                    </div>
-
-                    <div id="history-forward" class="ui-state-default ui-corner-all ui-icon-container">
-                        <span class="ui-icon ui-icon-arrowthick-1-e"></span>
-                    </div>
-
-                    <div id="history-reload" class="ui-state-default ui-corner-all ui-icon-container">
-                        <span class="ui-icon ui-icon-arrowrefresh-1-e"></span>
-                    </div>
-
-                    <input class="ui-widget-content ui-corner-all" type="text" value="">
-                </section>
-            </section>
+            <section class="top main"></section>
 
             <section class="left-panel-collapse ui-state-default ui-corner-all ui-state-hover">
                 <span class="ui-icon ui-icon-arrowthick-1-w"></span>

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/b49d41d9/assets/client/ripple.css
----------------------------------------------------------------------
diff --git a/assets/client/ripple.css b/assets/client/ripple.css
index 1b92a8f..6141c26 100644
--- a/assets/client/ripple.css
+++ b/assets/client/ripple.css
@@ -1048,60 +1048,6 @@ section.left { left: 0; }
 }
 
 /* ------------------------------>
-    Omni Bar */
-
-.omni-bar {
-    position: fixed;
-    width: 100%;
-    padding: 0 0 0.1em 0;
-    z-index: 999;
-}
-    .omni-bar .ui-icon-container {
-        opacity: 1;
-        display: inline-block;
-        top: .3em;
-        position: relative;
-        padding: .3em .3em .1em .3em;
-        cursor: pointer;
-    }
-
-    .omni-bar .ui-icon-container:hover {
-        opacity: 0.75;
-    }
-
-    .omni-bar .ui-icon-container:active {
-        opacity: 0.4;
-    }
-
-        .omni-bar .ui-icon-container-left {
-            margin-left: 0.25em;
-        }
-
-        .omni-bar .ui-icon-container-right {
-            margin-right: 0.25em;
-        }
-
-        .omni-bar .ui-icon {
-            display: inline-block;
-        }
-
-        .omni-bar .options {
-            float: right;
-        }
-
-        .progress {
-            font-size: 1.5em;
-            font-weight: bold;
-            letter-spacing: 2px;
-            float: right;
-            padding-right: 5px;
-        }
-
-    .omni-bar input {
-        width: 80%;
-    }
-
-/* ------------------------------>
     About Dialog */
 .about-logo {
     background-size: 100%;