svn commit: r659340 - /ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r659340 - /ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css

apatel-2
Author: apatel
Date: Thu May 22 17:37:49 2008
New Revision: 659340

URL: http://svn.apache.org/viewvc?rev=659340&view=rev
Log:
css used by effects using scriptaculous controls.

Added:
    ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css   (with props)

Added: ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css?rev=659340&view=auto
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css (added)
+++ ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css Thu May 22 17:37:49 2008
@@ -0,0 +1,35 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+div.autocomplete {
+position: absolute;
+width: 250px;
+background-color: white; border: 1px solid #888 ;
+margin: 0px; padding: 0px;
+}
+div.autocomplete ul {
+list-style-type: none; margin: 0px; padding: 0px;
+}
+div.autocomplete ul li.selected { background-color: #ff9 ;}
+div.autocomplete ul li {
+list-style-type: none; display: block;
+font-family: sans-serif; font-size: smaller; color: #444 ;
+margin: 0; padding: 0.1em; height: 1.5em; line-height: 1.5em;
+cursor: pointer;
+}

Propchange: ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css
------------------------------------------------------------------------------
    svn:keywords = "Date Rev Author URL Id"

Propchange: ofbiz/trunk/framework/images/webapp/images/prototypejs/scriptaculouscontrols.css
------------------------------------------------------------------------------
    svn:mime-type = text/css