Update of /cvsroot/phpwiki/phpwiki/themes/default/moacdropdown/css
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25358
Modified Files:
dropdown.css
Log Message:
relativize css
Index: dropdown.css
===================================================================
RCS file:
/cvsroot/phpwiki/phpwiki/themes/default/moacdropdown/css/dropdown.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -2 -b -p -d -r1.2 -r1.3
--- dropdown.css 2 Jan 2007 13:26:46 -0000 1.2
+++ dropdown.css 1 Jul 2007 09:27:34 -0000 1.3
@@ -3,5 +3,5 @@ div.acinputContainer
position: relative;
float: left;
- width: 240px;
+ /*width: 240px;*/
height: 20px;
margin:0px;
@@ -21,5 +21,5 @@ div.acinputContainer input
position: relative;
float: left;
- width: 220px;
+ /*width: 220px;*/
height: 100%;
border-width: 1px;
@@ -57,5 +57,5 @@ div.acinputContainer input.button
input.dropdown
{
- width: 160px;
+ /*width: 160px;*/
border: 1px solid #AAAAAA;
border-color: #888 #aaa #aaa #888;
@@ -67,7 +67,9 @@ div.autocomplete_holder
{
position: absolute;
+/*width:160px;*/
+font-size: 95%;
visibility: hidden;
background-color: #fff;
- background-image: url( ../i/bg.gif );
+ /*background-image: url( ../i/bg.gif );*/
-moz-box-sizing : border-box;
}
@@ -77,6 +79,9 @@ div.autocomplete_firstborder
border-width: 1px;
border-style: solid;
- border-color: buttonshadow buttonhighlight buttonhighlight buttonshadow;
+ border-color: buttonshadow;
+ /*border-color: buttonshadow buttonhighlight buttonhighlight
buttonshadow;*/
padding: 0px;
+ margin-left: 3px;
+ margin-bottom: 5px;
-moz-box-sizing : border-box;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
|