Turn off the tool labels by default in Manager?
Is there any way to turn off the tool labels at GVH9.0 by default in Manager or json file? It's a great feature but our users have to turn them off every session and some haven't even noticed the option?
James
0
-
sorry - that should read GVH2.9! 0 -
Hi James,
That was outside the scope for the original feature, and is not possible currently, but it is certainly a valid improvement request! Please submit it to the ideas section so other users can see it and vote on it.
Thanks!
Danny0 -
I was given this little snippet of code by someone that gives your the following look if you add it to your Custom Desktop.css: 
This is using 2.8.2. Here is the code:
/* ------Begin Group Tabbed Toolbar Modifications - 4-4-2016 */
.transient-toolbar {
padding: 0 0 0em 0;
margin: 0em 0em 0em 0em;
}
.toolbar-group h4 {
height: 0em;
font-size: 0em;
}
.toolbar-body.large .toolbar-group {
min-height: 4.8em;
padding-bottom: 0em;
}
.toolbar-item p, .toolbar-item label {
line-height: 0.9em;
margin: 0 0.3em 0em 0em;
}
.toolbar-group p, .toolbar-group label {
font-size: 0.85em;
}
.toolbar-item {
height: 4.0em;
}
.toolbar-body button {
margin: 0em 0em;
}
.transient-toolbar li, .toolbar-body ul li, .flyout-menu ul li {
margin: 0.12em;
}
/* Toolbar Tab - "Main...Find Data...Tasks...Mapping...Tools" - 08-06-2015 */
ul.toolbar-tab-control li button {
font-size: 0.9em;
padding: 0.1em 0.75em;
}
ul.toolbar-tab-control {
padding: 0.15em 0em 0em 0.5em;
}
.transient-toolbar .toolbar-item > img, .transient-toolbar .toolbar-item > span.icon {
margin: 0.2em auto 0.2em auto;
}
.toolbar-item.select-double select {
margin-top: 0.55em;
}
.toolbar-item.select-double select + select {
margin-top: 0.45em;
}
/* ------End Group Tabbed Toolbar Modifications - 4-4-2016 */0 -
Mike,
Here is the updated Tabbed Toolbar Modifications custom.css for GVH2.9. Tested in Chrome 59.0 and IE 11.0.
/* ------Begin Group Tabbed Toolbar Modifications GVH 2.9 - 07-13-2017 */
/* Toolbar Tab - "Main...Find Data...Tasks...Mapping...Tools" */
ul.toolbar-tab-control li button {
padding: 0.3em 0.75em;
font-size: 1em;
}
/* Removes "Navigation, Find Data, Tasks...labels" from toolbar groups */
.toolbar-group h4 {
height: 0em;
font-size: 0em;
}
.toolbar-body.large .toolbar-group {
min-height: 4.5em;
padding-bottom: 0em;
}
.toolbar-item p, .toolbar-item label {
line-height: 1.5em;
margin: 0 0.3em 0em 0em;
}
.toolbar-group p, .toolbar-group label {
font-size: 0.85em;
}
.toolbar-item {
max-width: 15em;
}
.transient-toolbar {
padding: 0 0 0.15em 0;
margin: 0em 0em 0em 0em;
}
/* Distance Measurment Units Selectors Styling */
.toolbar-item.select-double select {
margin-top: 0.45em;
}
.toolbar-item.select-double select + select {
margin-top: 0.45em;
}
.select-double.toolbar-item select {
margin-top: 0.15em;
}
/* ------End Group Tabbed Toolbar Modifications GVH 2.9 - 07-13-2017 */
Rick0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
4 kommentarer