css and animation fadeIn

This commit is contained in:
Ezequiel Bergamaschi
2014-03-09 23:41:39 -03:00
parent c3fd645515
commit 2b5c1518f4
2 changed files with 16 additions and 9 deletions

View File

@@ -17,6 +17,11 @@
.nav-pills li {
position: relative;
width: 90%;
height: 35px;
}
.nav-pills li a {
height: inherit;
font-size: 13px;
}
.nav-pills {
width: 108%;
@@ -107,19 +112,21 @@ input#selectAll {
width: 100%;
}
.dataTables_info {
font-size: 12px;
line-height: 1.428571429;
color: #555;
font-weight: 700;
}
.dataTables_length {
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
font-size: 12px;
line-height: 1.428571429;
color: #555;
background-color: #fff;
background-image: none;
-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,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
float: right;
}