diff --git a/priv/public/ui/app/css/cbui-components.css b/priv/public/ui/app/css/cbui-components.css index 27a8f75940..b0429dcb85 100644 --- a/priv/public/ui/app/css/cbui-components.css +++ b/priv/public/ui/app/css/cbui-components.css @@ -33,6 +33,14 @@ header h1 .icon { text-overflow: ellipsis; text-align: right; letter-spacing: .025rem; + line-height: 1rem; +} +.about-text a { + color: #fff; + font-weight: 600; +} +.about-text a:hover { + text-decoration: underline; } .menu-icon { display: none; @@ -1560,13 +1568,16 @@ input[type="checkbox"].fake-select + label:before { /* dashboard service widgets displaying status & details for each service + XDCR */ .service-widget-row { display: flex; - align-items: flex-start; + align-items: center; justify-content: space-between; - max-width: 1280px; + width: 800px; + margin: .25rem auto .5rem auto; } .service-widget { - padding: 0 0 0 .5rem; - flex: 0 1 auto; + display: flex; + align-items: center; + justify-content: flex-start; + padding: 0 0 0 .25rem; margin-right: 1.5rem; cursor: pointer; } @@ -1583,6 +1594,9 @@ input[type="checkbox"].fake-select + label:before { color: #000; text-decoration: underline; } +.service-widget b { + margin-right: .5rem; +} /* DYNAMIC STATUSES - SERVERS/BUCKETS/SERVICES -------------------------- */ /* old-style background colors ------------------------------------------ @@ -1603,7 +1617,6 @@ input[type="checkbox"].fake-select + label:before { /* new-style border colors ---------------------------------------------- */ .service-widget.dynamic_inactive, .dynamic_inactive { - background-color: #fff; border-left: 8px solid #a1a1a1; /* gray-3 */ } .service-widget.dynamic_healthy, @@ -1615,13 +1628,11 @@ input[type="checkbox"].fake-select + label:before { .dynamic_inactiveAdded, .dynamic_warmup { border-left: 8px solid #f7a623; /* orange-1 */ - background-color: #fff; } .service-widget.dynamic_unhealthy, .dynamic_inactiveFailed, .dynamic_unhealthy { border-left: 8px solid #d65558; /* red-2 */ - background-color: #fff; animation: pulse_unhealthy 3s infinite; } .dynamic_selected { /* selected chart cell in statistics */ @@ -1701,15 +1712,12 @@ input[type="checkbox"].fake-select + label:before { } /* dashboard version is a lighter-colored flex container ----------------- */ .content-box-dashboard { - border-radius: 3px; - background-color: #f6f7f9; font-size: .75rem; - padding: 1rem; - margin: 0 0 1.5rem -1rem; display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; + margin-bottom: .5rem; } .content-box p { margin-bottom: .5rem; @@ -2347,6 +2355,8 @@ nav.nav-sidebar-hidden { font-size: 3rem; cursor: pointer; margin: 1rem; + width: calc(25% - 2rem); + height: 180px; } .chart-adder:hover { color: #a1a1a1; diff --git a/priv/public/ui/app/css/cbui-layout.css b/priv/public/ui/app/css/cbui-layout.css index 711a28d93a..9dd1c6595a 100644 --- a/priv/public/ui/app/css/cbui-layout.css +++ b/priv/public/ui/app/css/cbui-layout.css @@ -71,11 +71,12 @@ footer { padding: .25rem 0; width: 100%; color: #555; - background-color: #ecf3fa; + background-color: #fff; font-size: .688rem; position: fixed; bottom: 0; left: 0; + box-shadow: 0px -1px 2px 1px rgba(0,0,0,0.15); } /* basic flex component for horizontal layout --------------------------- */ .row { diff --git a/priv/public/ui/app/mn_admin/mn_overview/mn_overview.html b/priv/public/ui/app/mn_admin/mn_overview/mn_overview.html index c62791bd3c..ac2906f6ef 100644 --- a/priv/public/ui/app/mn_admin/mn_overview/mn_overview.html +++ b/priv/public/ui/app/mn_admin/mn_overview/mn_overview.html @@ -1,12 +1,82 @@
{{::adminCtl.implementationVersion | mnPrettyVersion}} ‧ IPv6‧ IPv4 +
+ © 2018 Couchbase, Inc.
-
+
-
+
+ You have no data buckets. + + Go to Buckets to add one, or load a + sample bucket with data & indexes. + +
+ +
+ + +
+