Commit d3fe1820 authored by chavanp's avatar chavanp

upload template css.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106647 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 68e184cd
.agile-its{
width: 96%;
height: 93%;
border: 1px solid lightgray;
padding: 10 20px;
}
.inputFileDiv
{
display: inline-block;
margin-bottom: 15px;
}
.eachDiv{
display: inline;
float: left;
width: auto;
}
.btnDiv{
margin-left: -7px;
}
@-webkit-keyframes rotate { 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}100%{-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
@keyframes rotate { 0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}100%{-webkit-transform:rotate(360deg);
transform:rotate(360deg);
}
}
.ProgressDiv {
width: 100%;
/* height: auto;*/
height: 100%;
/* background-color: red;*/
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1001;
margin: auto;
border-radius: 2px;
}
.galaxyButton {
border: 1px solid #e7e7e7;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
color: #333;
height: 22px;
font-size: 12px;
/* background-color: #e7e7e7; */
/* background: #e7e7e7; */
cursor: pointer;
margin-left: 8px;
/* float: right; */
/* margin-right: 3px; */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment