[Bps-public-commit] r12669 - in pie/branches/named-params/pieplate/PIE-Plate/share/web/static: css
jesse at bestpractical.com
jesse at bestpractical.com
Sat May 24 12:25:09 EDT 2008
Author: jesse
Date: Sat May 24 12:25:08 2008
New Revision: 12669
Modified:
pie/branches/named-params/pieplate/PIE-Plate/share/web/static/css/app.css
pie/branches/named-params/pieplate/PIE-Plate/share/web/static/js/pieui.js
Log:
* minor style tweaks
Modified: pie/branches/named-params/pieplate/PIE-Plate/share/web/static/css/app.css
==============================================================================
--- pie/branches/named-params/pieplate/PIE-Plate/share/web/static/css/app.css (original)
+++ pie/branches/named-params/pieplate/PIE-Plate/share/web/static/css/app.css Sat May 24 12:25:08 2008
@@ -1,20 +1,42 @@
-div.lorzy-code-arg {
+
+#wrapper div.lorzy-code>.name:before {
+ content: 'code: ';
+
+}
+
+#wrapper div.lorzy-code-arg {
+
color: green;
}
-span.lorzy-const {
+#wrapper div.lorzy-code-arg>.name:before{
+ content: 'arg: ';
+}
+
+#wrapper span.lorzy-const {
color: black;
}
-div.selected {
- border: 1px solid #ff0000;
+#wrapper span.lorzy-const:before {
+ content: "constant: ";
+}
+
+
+#wrapper div {
+ padding: 0.25em;
+ -moz-border-radius: 5px;
+ /*border: 1px solid #ffffff; */
+}
+
+#wrapper div.selected {
+ background: #cca;
}
-div.hover {
- border: 1px solid #990000;
+#wrapper div.hover {
+ background: #ffc;
}
-div.lorzy-code {
+#wrapper div.lorzy-code {
width: 300px;
color: blue;
}
Modified: pie/branches/named-params/pieplate/PIE-Plate/share/web/static/js/pieui.js
==============================================================================
--- pie/branches/named-params/pieplate/PIE-Plate/share/web/static/js/pieui.js (original)
+++ pie/branches/named-params/pieplate/PIE-Plate/share/web/static/js/pieui.js Sat May 24 12:25:08 2008
@@ -3,7 +3,9 @@
var el = parent.createAppend('span', { className: 'lorzy-const string' });
el.html(str)
.editable(function(value, settings) { return value},
- { submit: 'OK' } );
+ { submit: 'OK',
+ width: '80%',
+ } );
}
function lorzy_show_expression(parent, add_event) {
More information about the Bps-public-commit
mailing list