css and animation fadeIn
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user