Commit b7da4026 authored by chavanp's avatar chavanp

CSS FOR DOWNLOAD GST TEMPLATE.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106723 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fbaf59fe
.agile-its{
width: 96%;
height: 80%;
border: 1px solid lightgray;
padding: 10 20px;
padding-bottom: 53%;
margin:1%;
}
.inputFileDiv
{
display: inline-block;
margin-bottom: 15px;
}
.eachDiv{
display: inline;
float: left;
width: auto;
}
.btnDiv{
margin-left: 42%;
align-content: center;
margin-top: 1%;
}
.txtDiv
{
/* padding-left: 50%; */
margin-top: 0%;
/* size: ledger; */
font-size: x-large;
text-align: center;
width: 99%;
color: rgb(11, 11, 11);
}
@-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 {
height: 35px;
width: 35px;
-webkit-animation: rotate 0.8s infinite linear;
animation: rotate 0.8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent;
border-radius: 50%;
left: calc(50% - 17px);
top: calc(50% - 17px);
/* margin-left: -30px; */
/* margin-top: -30px; */
position: absolute;
overflow: visible;
z-index: 2;
}
.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