You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/10/30 02:07:20 UTC

[40/48] allura git commit: [#7919] Reorder css options to make it easier to read

[#7919] Reorder css options to make it easier to read


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/52a3b03d
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/52a3b03d
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/52a3b03d

Branch: refs/heads/hs/7919
Commit: 52a3b03d4be0006c4b987840510c69092512ff77
Parents: 909e24b
Author: Heith Seewald <hs...@hsmb.local>
Authored: Thu Oct 29 11:30:39 2015 -0400
Committer: Heith Seewald <hs...@hsmb.local>
Committed: Thu Oct 29 20:21:42 2015 -0400

----------------------------------------------------------------------
 Allura/allura/public/nf/css/navbar.css | 137 ++++++++++++++--------------
 1 file changed, 71 insertions(+), 66 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/52a3b03d/Allura/allura/public/nf/css/navbar.css
----------------------------------------------------------------------
diff --git a/Allura/allura/public/nf/css/navbar.css b/Allura/allura/public/nf/css/navbar.css
index fa0dcf5..988f3f1 100644
--- a/Allura/allura/public/nf/css/navbar.css
+++ b/Allura/allura/public/nf/css/navbar.css
@@ -22,7 +22,7 @@
 #top_nav_admin {
     overflow: hidden;
     min-height: 42px;
-    width: 918px; /* 940px - 32px for toggle-admin-btn */
+    width: 918px;/* 940px - 32px for toggle-admin-btn */
 }
 
 #admin-toolbar-list {
@@ -51,16 +51,16 @@
     display: none;
 }
 
-.react-reorderable-item {
-    display: block;
-    flex-direction: column;
-    float: left;
-}
+/*.react-reorderable-item {*/
+    /*display: block;*/
+    /*flex-direction: column;*/
+    /*float: left;*/
+/*}*/
 
 
-.react-reorderable-handle {
-    position: absolute;
-}
+/*.react-reorderable-handle {*/
+    /*position: absolute;*/
+/*}*/
 
 #top_nav_admin .tb-item a {
     margin: 10px 10px 10px 0;
@@ -77,6 +77,68 @@
     user-select: none;
 }
 
+
+.tb-item-edit a {
+    margin-left: 2px;
+}
+
+.add-tool-toggle:hover {
+    background: #F4F4F4;
+    color: #777;
+}
+
+.add-tool-field {
+    width: 50%;
+}
+
+.tb-item-grouper > div.tb-sub-menu {
+    visibility: hidden;
+}
+
+.tb-item-grouper > div > div {
+    border-bottom: 1px solid #e5e5e5;
+
+}
+
+.tb-item-grouper:hover > div > div {
+    background: white;
+    visibility: visible;
+}
+
+#top_nav_admin .tb-sub-menu .tb-item a {
+    border-right: none;
+    margin: 3px 20px 0 2px;
+    padding: 5px;
+}
+
+#top_nav_admin .tb-sub-menu a:hover {
+    color: white;
+}
+
+.tb-sub-menu {
+    display: flex;
+    flex-direction: column;
+    position: absolute;
+    top: 29px;
+    background: white;
+    z-index: 1620;
+}
+
+.tb-sub-menu .react-drag:hover {
+    background: #09c linear-gradient(#09c, #07a);
+    border-bottom-style: none;
+    color: white;
+
+}
+
+.tb-sub-menu .react-drag:hover a {
+    color: white;
+
+}
+/*Add new tool*/
+/*////////////*/
+
+
 .btn-bar {
     display: block;
     padding: 0 10px 0 10px;
@@ -255,60 +317,3 @@
     -o-user-select: none;
     user-select: none;
 }
-
-.tb-item-edit a {
-    margin-left: 2px;
-}
-
-.add-tool-toggle:hover {
-    background: #F4F4F4;
-    color: #777;
-}
-
-.add-tool-field {
-    width: 50%;
-}
-
-.tb-item-grouper > div.tb-sub-menu {
-    visibility: hidden;
-}
-
-.tb-item-grouper > div > div {
-    border-bottom: 1px solid #e5e5e5;
-
-}
-
-.tb-item-grouper:hover > div > div {
-    background: white;
-    visibility: visible;
-}
-
-#top_nav_admin .tb-sub-menu .tb-item a {
-    border-right: none;
-    margin: 3px 20px 0 2px;
-    padding: 5px;
-}
-
-#top_nav_admin .tb-sub-menu a:hover {
-    color: white;
-}
-
-.tb-sub-menu {
-    display: flex;
-    flex-direction: column;
-    position: absolute;
-    top: 36px;
-    background: white;
-    z-index: 600;
-}
-
-.tb-sub-menu .react-drag:hover {
-    background: #09c linear-gradient(#09c, #07a);
-    border-bottom-style: none;
-    color: white;
-
-}
-
-.tb-sub-menu .react-drag:hover a {
-    color: white;
-}
\ No newline at end of file