Merging r6206 from branched/iu-vis-dev-branches/vitro-post-1.1 . Adding temporal visualization code to trunk.
This commit is contained in:
parent
236fe53ebe
commit
c5e3d2f9cd
38 changed files with 13425 additions and 0 deletions
31
webapp/web/js/jquery_plugins/pagination/pagination.css
Normal file
31
webapp/web/js/jquery_plugins/pagination/pagination.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
.pagination {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
.pagination a {
|
||||
text-decoration: none;
|
||||
border: solid 1px #AAE;
|
||||
color: #15B;
|
||||
}
|
||||
|
||||
.pagination a, .pagination span {
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 0.3em 0.5em;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
min-width:1em;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.pagination .current {
|
||||
background: #26B;
|
||||
color: #fff;
|
||||
border: solid 1px #AAE;
|
||||
}
|
||||
|
||||
.pagination .current.prev, .pagination .current.next{
|
||||
color:#999;
|
||||
border-color:#999;
|
||||
background:#fff;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue