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

com.google.gwt.user.client.ui.NotificationMole.ui.xml Maven / Gradle / Ivy

There is a newer version: 2.12.1
Show newest version


  
    .container {
      position: absolute;
      height: 0;
      text-align: center;
      width: 100%;
    }

    .centered {
      margin-left: auto;
      margin-right: auto;
      border-left: 1px solid #96a2b5;
      border-right: 1px solid #96a2b5;
      border-bottom: 1px solid #96a2b5;
      background-color: #e5edf9;
      padding: 5px;
      overflow: hidden;
      display: inline-block;
    }

    .notificationText {
      font-family: Helvetica;
      font-size: 1em;
    }
  
  
    
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy