update v1.0.6

This commit is contained in:
sujitprasad
2016-02-16 22:42:08 +05:30
parent e6b579d67b
commit 073a49a8af
587 changed files with 21487 additions and 22766 deletions

File diff suppressed because one or more lines are too long

View File

@@ -111,4 +111,134 @@ a.tooltip span
box-shadow: 5px 5px 8px #CCC;
}
.border-line{
border-bottom: 1px solid #eee;
}
td input {
padding: 3px;
margin-left: 150px;
width: 280px;
}
td select {
width: 290px;
margin-left: 150px;
font-size: 17px;
}
i {
float: right;
padding-top: 7px;
padding-left: 5px;
}
#sectool {
display: none;
max-width: 150px;
background-color: #3AA7D9;
border-radius: 5px;
box-shadow: 5px 6px #88C8E5;
z-index: 666;
text-align: center;
}
#sectool p {
line-height: 16px;
font-size: 14px;
color: aliceblue;
width: 140px;
padding: 0px 0px 0px 0px;
word-wrap: break-word;
font-style: italic;
font-weight: 600;
font-variant: normal;
margin-top: 10px;
}
#selectbox1,
#selectbox2,
#selectbox3 {
display: block;
width: 75%%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
border-radius: 0;
box-shadow: none;
border-color: #d2d6de;
}
td input {
padding: 3px;
margin-left: 250px;
width: 280px;
}
td select {
width: 290px;
margin-left: 250px;
font-size: 17px;
}
i {
float: right;
padding-top: 7px;
padding-left: 5px;
}
#sectool {
display: none;
max-width: 150px;
background-color: #3AA7D9;
border-radius: 5px;
box-shadow: 5px 6px #88C8E5;
z-index: 666;
text-align: center;
}
#sectool p {
line-height: 16px;
font-size: 14px;
color: aliceblue;
width: 140px;
padding: 0px 0px 0px 0px;
word-wrap: break-word;
font-style: italic;
font-weight: 600;
font-variant: normal;
margin-top: 10px;
}
#selectbox1,
#selectbox2,
#selectbox3 {
display: block;
width: 75%%;
height: 30px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
border-radius: 0;
box-shadow: none;
border-color: #d2d6de;
}
/*--Tool Tip-- */

File diff suppressed because one or more lines are too long