Scarab commit: svn commit: r11287 - branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
[email protected] Sun, 10 Jun 2012 14:40:33 -0700 (PDT)
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: dabbous
Date: 2012-06-10 14:40:33-0700
New Revision: 11287
Modified:
branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Log:
modernise paginated issue list
Modified: branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css
Url: http://scarab.tigris.org/source/browse/scarab/branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css?view=diff&pathrev=11287&r1=11286&r2=11287
==============================================================================
--- branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css (original)
+++ branches/scarab_11079_legacy_with_ant_maven1/src/webapp/skins/modern.css 2012-06-10 14:40:33-0700
@@ -283,22 +283,29 @@
vertical-align:middle;
}
+a.next_issue, a.prev_issue, a.first_issue, a.last_issue, .current_issue,
+a.next_element, a.previous_element {
+ text-decoration:none;
+ background-repeat: no-repeat;
+ background-position:center;
+ display:inline-block;
+ vertical-align:middle;
+
+ border-color: #B08080 #B08080 #D0B0B0 #D0B0B0;
+ border-radius: 5px;
+ border-style:solid;
+ border-width:2px;
+ padding:2px 8px;
+}
+
a.next_element {
- background-image: url(images/icon_right.gif);
- background-repeat: no-repeat;
- width:10px;
- height:13px;
- display:inline-block;
- vertical-align:middle;
+ background-image: url(images/icon_right.gif);
+ padding:7px 8px;
}
a.previous_element {
background-image: url(images/icon_left.gif);
- background-repeat: no-repeat;
- width:10px;
- height:13px;
- display:inline-block;
- vertical-align:middle;
+ padding:7px 8px;
}
@@ -329,19 +336,6 @@
margin-left:15px;
}
-a.next_issue, a.prev_issue, a.first_issue, a.last_issue, .current_issue {
- text-decoration:none;
- background-repeat: no-repeat;
- background-position:center;
- display:inline-block;
- vertical-align:middle;
-
- border-color: #B08080 #B08080 #D0B0B0 #D0B0B0;
- border-radius: 5px;
- border-style:solid;
- border-width:2px;
- padding:2px 8px;
-}
a.next_issue {
background-image: url(images/icon_right.gif);
------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2970220