de.knightsoftnet.mtwidgets.client.ui.widget.styling.AdminNavigationWidgetStyle.gss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-mt-widgets-spring-gwtp Show documentation
Show all versions of gwt-mt-widgets-spring-gwtp Show documentation
A set of widgets and handlers using server calls for gwt applications using gwt-bean-validators-spring-gwtp.
.adminNavigation {
text-align: center;
margin-bottom: 2em;
display: flex;
}
.adminNavigation > div {
width: 8%;
float: left;
}
.adminNavigation > div > a {
font-size: 2em;
width: 2em;
text-decoration: none;
color: black;
}
.adminNavigation > div > button {
font-size: 2em;
width: 2em;
float: left;
color: black;
background: none;
border: none;
}
.adminNavigation > div > input {
float: left;
width: 100%;
max-width: calc(100% - 5em);
}
.search {
width: 36% !important;
}
.logMessages {
position: relative;
left: 3em;
color: red;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy