prototype mobile interface

This commit is contained in:
albert
2011-11-06 16:59:21 -05:00
parent 5158d1b274
commit 19e5e521f5
13 changed files with 288 additions and 33 deletions

View File

@@ -0,0 +1,38 @@
div.paginator {
display: block;
padding: 2em 0 1em 0;
font-size: 2em;
text-align: center;
font-weight: bold;
clear: both;
a {
margin: 0 0.25em;
padding: 0 0.5em;
font-weight: bold;
border: 1px solid #EAEAEA;
}
a.arrow {
border: none;
}
a.arrow:hover {
background: white;
color: #9093FF;
}
a.current {
border: 1px solid #AAA;
}
a:hover {
background: rgb(60, 60, 220);
color: white;
}
span {
margin: 0 3px;
padding: 2px 6px;
}
}