Author: sevein
Date: Mon Oct 3 13:09:24 2011
New Revision: 9900
Log:
Trillium: fix password indicator, inline lists, etc...
Modified:
trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
Modified: trunk/plugins/qtTrilliumPlugin/css/less/_misc.less
==============================================================================
--- trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Sun Oct 2 11:14:36
2011 (r9899)
+++ trunk/plugins/qtTrilliumPlugin/css/less/_misc.less Mon Oct 3 13:09:24
2011 (r9900)
@@ -301,8 +301,14 @@
.section {
- margin-top: 28px;
-
+ margin-top: 28px;
+
+ &:first-child {
+
+ margin-top: 0px !important;
+
+ }
+
}
.section,
@@ -371,6 +377,8 @@
.yui-dialog {
+ width: 520px;
+
fieldset {
padding: 1em;
@@ -380,6 +388,8 @@
.form-item {
margin-bottom: 8px !important;
+ clear: left;
+ margin-top: 0px;
> label {
@@ -395,6 +405,18 @@
}
+ &.form-item-date,
+ &.form-item-startDate,
+ &.form-item-endDate {
+
+ width: 49%;
+ margin-right: 1%;
+ float: left;
+ display: inline;
+ clear: none;
+
+ }
+
}
}
@@ -418,6 +440,8 @@
}
+
+
}
#content tbody tr:hover
@@ -637,12 +661,19 @@
.password-parent {
+ label,
+ input {
+
+ width: 50% !important;
+
+ }
+
> #password-strength {
- width: 17em;
- float: left;
- position: absolute;
- left: 560px;
+ width: 180px;
+ float: right;
+ margin: 20px 120px 0 0;
+
> .password-strength-title {
@@ -678,13 +709,14 @@
.confirm-parent {
- > div.password-confirm {
+ label,
+ input {
- visibility: hidden;
- float: left;
- position: absolute;
- top: 8px;
- left: 560px;
+ width: 50% !important;
+
+ }
+
+ > div.password-confirm {
> .ok {
@@ -1219,3 +1251,29 @@
}
+
+/*
+ * Inline list
+ */
+
+ul.inline {
+
+ margin: 0;
+ padding: 0;
+
+ li {
+
+ background: none;
+ margin: 0;
+ padding: 0 1em 0 0;
+ display: inline;
+
+ input {
+
+ margin: 0 4px 0 0;
+
+ }
+
+ }
+
+}
--
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.