You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/27 04:15:47 UTC

[incubator-warble-server] 03/06: css for node change

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-server.git

commit 6ef0d8ea9ebb6bcb4ec141b2469c3ea51b200414
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Tue Jun 26 23:11:43 2018 -0500

    css for node change
---
 ui/css/warble.min.css | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/ui/css/warble.min.css b/ui/css/warble.min.css
index fdaa253..49aa83b 100644
--- a/ui/css/warble.min.css
+++ b/ui/css/warble.min.css
@@ -1867,6 +1867,14 @@ body:not(.sidebar-left-mini) #menu .nav-header {
     border-radius: 28px
 }
 
+.btn-sm {
+    padding: 0px;
+    padding-right: 4px;
+    padding-left: 4px;
+    margin-top: -2px;
+    line-height: 14px;
+}
+
 .btn-round.btn-lg {
     border-radius: 28px
 }
@@ -3073,3 +3081,57 @@ body.error .logo h1 {
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }
+
+
+.clientcard {
+    float: left;
+    width: 450px;
+    height: 160px;
+    border: 4px solid #666;
+    border-radius: 6px;
+    padding: 4px;
+    background: #334249;
+    color: #DDD;
+    display: inline-block;
+    margin: 10px;
+}
+
+.clientcard kbd {
+    background: none;
+    font-family: monospace;
+    color: inherit;
+    box-shadow: none;
+    border: none;
+    font-size: 0.95rem;
+    padding: 0px;
+    margin: 0px;
+}
+
+.clientcard b {
+    display: inline-block;
+    width: 100px;
+}
+
+.clientcard:hover {
+    background: #444;
+}
+
+.clientcardline {
+    width: 450px;
+    float: left;
+}
+
+
+.btn-square {
+    min-width: 22px !important;
+    padding: 0px;
+    line-height: 22px;
+    height: 22px !important;
+    font-weight: bold;
+    visibility: hidden;
+    text-align: center;
+}
+
+.clientcard:hover .btn-square {
+    visibility: visible;
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org