Author: sevein
Date: Thu Sep 22 17:12:19 2011
New Revision: 9800
Log:
Trillium, more progress: background sidebar, ...
Added:
trunk/plugins/qtTrilliumPlugin/images/bg.png (contents, props changed)
Deleted:
trunk/plugins/qtTrilliumPlugin/modules/menu/actions/browseMenuComponent.class.php
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
trunk/plugins/qtTrilliumPlugin/css/less/_scaffolding.less
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Thu Sep 22 17:11:26
2011 (r9799)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Thu Sep 22 17:12:19
2011 (r9800)
@@ -4,13 +4,11 @@
h1 {
- font-size: 18px;
color: @grayLight;
font-weight: normal;
&.label {
- font-size: 30px;
color: @grayDark;
margin-top: -28px;
font-weight: bold;
@@ -19,14 +17,6 @@
}
-.page > h1 {
-
- font-size: 30px;
- color: @grayDark;
- font-weight: bold;
-
-}
-
/*
* Actions
*/
@@ -250,8 +240,6 @@
table {
- width: 640px;
-
caption {
display: none;
@@ -377,7 +365,7 @@
position: absolute;
top: 4px;
- right: -12px;
+ right: -8px;
color: @red;
font-weight: bold;
@@ -426,7 +414,7 @@
background-position: 99% 50%;
background-repeat: no-repeat;
padding-right: 20px;
- width: 354px;
+ width: 394px;
}
@@ -540,42 +528,6 @@
}
- &.form-item-date,
- &.form-item-telephone,
- &.form-item-fax,
- &.form-item-postalCode,
- &.form-item-city,
- &.form-item-latitude,
- &.form-item-longitude {
-
- input {
-
- width: 180px;
-
- }
-
- }
-
- &.form-item-startDate,
- &.form-item-endDate {
-
- float: left;
-
- input {
-
- width: 90px;
-
- }
-
- }
-
- /*
- #resourceRelation .form-item-type,
- #updateEvent .form-item-type {
- float: left;
- width: 50%;
- */
-
}
}
@@ -674,6 +626,12 @@
}
+ .yui-ac-container {
+
+ width: 418px !important;
+
+ }
+
input.throbbing {
background-position: 99% -14px;
@@ -1073,24 +1031,27 @@
* sfPluginAdminPlugin
*/
-.sfPluginAdminPlugin #content img {
+.sfPluginAdminPlugin #content table {
- float: right;
- margin-left: 0.6em;
+ img {
-}
+ float: left;
+ margin-right: 8px;
+ margin-left: 8px;
-/*
- *
- */
+ }
-body.index {
+ h2 {
- #content .section .section {
+ font-size: 18px;
+ line-height: 18px;
+ margin-bottom: 8px;
- border-bottom: 1px solid #e6e6e6;
+ }
- }
+ .description {
+
+ }
}
@@ -1193,7 +1154,54 @@
div.description {
+ position: fixed;
+ z-index: 1;
+ margin-left: -493px;
+ margin-right: 0;
+ left: 50%;
+ top: 103px;
+ bottom: 0px;
+
+ padding-top: 30px;
+ width: 280px;
+ .border-radius(0px);
line-height: @baseline;
+ #gradient > .vertical(#eee, #fff);
+
+ .element-invisible {
+
+ .element-visible();
+ font-size: 18px;
+ line-height: 24px;
+ margin-bottom: 8px;
+
+ }
+
+}
+
+div.description-left,
+div.description-right {
+
+ margin-left: -493px;
+ margin-right: 0;
+ left: 50%;
+ right: auto;
+ bottom: 0px;
+
+}
+
+div.description-dialog {
+
+ /*
+ position: absolute !important;
+ top: 0 !important;
+ right: 0 !important;
+ bottom: auto !important;
+ left: 0px !important;
+ width: 240px !important;
+ background-color: #ccc !important;
+ .border-radius(4px);
+ */
}
@@ -1204,5 +1212,13 @@
body.error404 {
+}
+
+/*
+ * Description updates
+ */
+
+body.descriptionUpdates {
+
}
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_scaffolding.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_scaffolding.less Thu Sep 22
17:11:26 2011 (r9799)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_scaffolding.less Thu Sep 22
17:12:19 2011 (r9800)
@@ -1,3 +1,12 @@
+html, body {
+
+ background-color: White;
+ background-image: url(../../images/bg.png);
+ background-repeat: repeat-y;
+ background-position: 50% 0%;
+
+}
+
#page-wrapper {
margin-top: 103px;
@@ -28,6 +37,7 @@
#sidebar-first {
+ .columns(5);
position: fixed;
top: 123px;
left: 50%;
@@ -38,10 +48,6 @@
.sidebar {
- .columns(5);
- display: inline;
- float: left;
-
}
#content {
Added: trunk/plugins/qtTrilliumPlugin/images/bg.png
==============================================================================
Binary file. No diff available.
--
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.