Author: sevein
Date: Tue Oct 4 19:43:46 2011
New Revision: 9920
Log:
Trillium: pagination, search results, move tooltips 1px to right
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Tue Oct 4 18:17:59
2011 (r9919)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Tue Oct 4 19:43:46
2011 (r9920)
@@ -1154,7 +1154,7 @@
position: absolute;
top: 18px;
- left: -300px;
+ left: -299px;
width: 260px;
#gradient > .horizontal(#def, #fff);
padding: 10px;
@@ -1311,3 +1311,104 @@
}
}
+
+
+/*
+ * Pagination
+ */
+
+.itemsPerPage {
+
+ ul {
+
+ float: left;
+ margin-right: 6px;
+
+ li {
+
+ display: inline;
+
+ &:after {
+
+ content: ' |';
+
+ }
+
+ &:last-child:after {
+
+ content: '';
+
+ }
+
+ }
+
+ }
+
+}
+
+/*
+ * Search results
+ */
+
+.search-results {
+
+ border: 0;
+
+ &.odd,
+ &.even {
+
+ background-color: White;
+
+ }
+
+ > a > img {
+
+ float: right;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ .box-shadow(0px 0px 4px #555);
+ background-color: White;
+
+ }
+
+ h2 {
+
+ font-size: 16px;
+ line-height: 24px;
+ border-bottom: 1px solid #d6d6d6;
+ padding: 0 4px;
+
+ span {
+
+ color: #bfbfbf;
+
+ }
+
+ }
+
+ .field {
+
+ margin-left: 10px;
+
+ h3 {
+
+ font-size: 13px;
+ line-height: 24px;
+
+ }
+
+ ul {
+
+ margin-bottom: 0px;
+
+ }
+
+ > div {
+
+ margin-left: 10px;
+
+ }
+
+ }
+
+}
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.