All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.mtwidgets.client.ui.widget.styling.AdminNavigationWidgetStyle.gss Maven / Gradle / Ivy

Go to download

A set of widgets and handlers using server calls for gwt applications using gwt-bean-validators-spring-gwtp.

There is a newer version: 2.3.2
Show newest version
.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