Author: david
Date: Mon Oct 24 14:05:52 2011
New Revision: 10175
Log:
Include search advanced page as 'view' page
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
trunk/plugins/qtTrilliumPlugin/css/less/main.css
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Mon Oct 24 13:50:07
2011 (r10174)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Mon Oct 24 14:05:52
2011 (r10175)
@@ -110,7 +110,9 @@
* View pages
*/
-body.index #content {
+body.index #content,
+body.advanced #content,
+{
.section {
Modified: trunk/plugins/qtTrilliumPlugin/css/less/main.css
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/main.css Mon Oct 24 13:50:07
2011 (r10174)
+++ trunk/plugins/qtTrilliumPlugin/css/less/main.css Mon Oct 24 14:05:52
2011 (r10175)
@@ -2914,10 +2914,10 @@
/*
* View pages
*/
-body.index #content .section .section {
+body.index #content .section .section, body.advanced #content .section
.section {
margin-top: 18px;
}
-body.index #content .section .editLink {
+body.index #content .section .editLink, body.advanced #content .section
.editLink {
position: absolute;
top: -3px;
right: 0px;
@@ -2927,14 +2927,19 @@
border: 1px solid #e6e6e6;
background: white url(../../../../images/pencil.png) no-repeat 50% 50%;
}
-body.index #content .section .editLink h2 {
+body.index #content .section .editLink h2, body.advanced #content .section
.editLink h2 {
display: inline;
border: 0;
}
-body.index #content .section .editLink:hover {
+body.index #content .section .editLink:hover, body.advanced #content .section
.editLink:hover {
background-color: #eee;
}
-body.index #content .section > h2, body.index #content .section > a > h2,
body.index #content .section > span > h2 {
+body.index #content .section > h2,
+body.advanced #content .section > h2,
+body.index #content .section > a > h2,
+body.advanced #content .section > a > h2,
+body.index #content .section > span > h2,
+body.advanced #content .section > span > h2 {
border-bottom: 1px solid #e6e6e6;
color: #bfbfbf;
font-weight: normal;
@@ -2942,10 +2947,10 @@
line-height: 18px;
padding-left: 4px;
}
-body.index #content .section > .field {
+body.index #content .section > .field, body.advanced #content .section >
.field {
overflow: hidden;
}
-body.index #content .section > .field > h3 {
+body.index #content .section > .field > h3, body.advanced #content .section >
.field > h3 {
float: left;
font-size: inherit;
padding: 2px 1%;
@@ -2959,12 +2964,12 @@
border-right: 1px solid #e6e6e6;
line-height: 20px;
}
-body.index #content .section > .field > div {
+body.index #content .section > .field > div, body.advanced #content .section >
.field > div {
margin-left: 30%;
padding: 2px 4px;
line-height: 20px;
}
-body.index #content .section > .field > div h3 {
+body.index #content .section > .field > div h3, body.advanced #content
.section > .field > div h3 {
font-size: inherit;
line-height: 18px;
margin-left: -4px;
--
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.