mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
Slight change to pagination style.
git-svn-id: http://svn.redmine.org/redmine/trunk@15596 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8ea17100f1
commit
1310f0afa9
@ -354,9 +354,6 @@ span.search_for_watchers a, span.add_attachment a {padding-left:16px; background
|
||||
word-wrap: break-word;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.pagination .per-page span.selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.square {
|
||||
border: 1px solid #999;
|
||||
@ -544,7 +541,7 @@ span.pagination {margin-left:3px; color:#888;}
|
||||
.pagination ul.pages li {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid #ddd;
|
||||
margin-left: -1px;
|
||||
line-height: 2em;
|
||||
margin-bottom: 1em;
|
||||
@ -569,13 +566,16 @@ span.pagination {margin-left:3px; color:#888;}
|
||||
border-color: #628DB6;
|
||||
}
|
||||
.pagination ul.pages li.page:hover {
|
||||
background-color: #EEE;
|
||||
background-color: #ddd;
|
||||
}
|
||||
.pagination ul.pages li.page a:hover,
|
||||
.pagination ul.pages li.page a:active {
|
||||
color: inherit;
|
||||
color: #169;
|
||||
text-decoration: inherit;
|
||||
}
|
||||
.pagination .per-page span.selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.pagination>span {white-space:nowrap;}
|
||||
|
||||
#search-form fieldset p {margin:0.2em 0;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user