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

org.opencms.gwt.client.ui.css.menuButton.css Maven / Gradle / Ivy

Go to download

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 18.0
Show newest version
.menu{
	min-width: 1px;
	overflow: visible;
	position:relative;
}

@if user.agent ie6 {
  	.menu{
        display: inline;
    }
    .menu .button{
		overflow: visible !important;
  	}
} @else {
    .menu{
        display: inline-block;
    }
}

.menu .button{
	position: relative;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy