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

gwtuploadsample.public.UploadSample.css Maven / Gradle / Ivy

The newest version!

body {
    font-family:verdana,arial,helvetica,clean,sans-serif;
    font-size: 14px;
}
h2, p, ul {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

/*
 * Thumbnails
 */
.tumbnailBox .middleCenter {
  padding: 0px 0px;
}

.tumbnailBox {
  float: left;
  width: 55px;
  margin-top: 10px;
  margin-left: 1px;
  margin-right: 1px;
}

.thumbnailsBox .middleCenter,
.mutiUploadBox .middleCenter,
.simpleUploadBox .middleCenter {
  width: 950px;
}


.thumbsContainer, .thumbsContainer img {
  border: 1px solid #DDDDDD;
}
.thumbsContainer img {
  margin: 3px;
}

.thumbsContainer,  .thumbsContainer img  {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}

.upldContainer {
  margin-top: 6px;
  margin-bottom: 10px;
}

.backPanel, .langPanel {
	cursor: pointer;
	margin-left: auto;
	margin-right: 0px;
}

.backPanel, .langPanel div {
	padding: 10px;
	color: blue;
	font-size: 12px;
    float: left;
    text-decoration: underline;
}

.customButton {
   background: url(images/chooseFile.png);
   font-size: 0px;
   color: transparent;
   width: 117px;
   height: 19px;
   background-size: cover;
}
.customButton:hover, .customButton-over {
   background-image: url(images/chooseFileO.png);
}

.customZone {
  background: #C1C1C9;
  border: solid #4C4C71 1px;
  width: 183px;
  height: 102px;
  background: url(images/drop.jpg);
  background-size: cover;
  border-radius: 8px;
  padding: 10px;
}

.gwt-FileUpload  {
  margin-left: -5px;
  height: 12px;
}
.gwt-Button, .gwt-FileUpload {
  border: none;
  cursor: pointer;
  margin-top: 5px;
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy