[Mapbender-commits] r3448 - trunk/mapbender/http/php
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Tue Jan 13 14:41:37 EST 2009
Author: marc
Date: 2009-01-13 14:41:37 -0500 (Tue, 13 Jan 2009)
New Revision: 3448
Modified:
trunk/mapbender/http/php/mod_editElements.php
Log:
Just a small Layout modification
Modified: trunk/mapbender/http/php/mod_editElements.php
===================================================================
--- trunk/mapbender/http/php/mod_editElements.php 2009-01-13 17:36:53 UTC (rev 3447)
+++ trunk/mapbender/http/php/mod_editElements.php 2009-01-13 19:41:37 UTC (rev 3448)
@@ -51,7 +51,7 @@
}
.buttonbar{
position:absolute;
- top:40px;
+ top:60px;
left:10px;
}
.guiList1_text{
@@ -90,7 +90,7 @@
}
.myForm{
position:absolute;
- top:70px;
+ top:90px;
left:10px;
}
.textfield{
@@ -458,8 +458,8 @@
$guiId = $$Id;
}
- echo " (" . $guiDesc;
- echo " <input type='button' class='' name='' value='edit' onclick='editDesc()'> ) \n";
+ echo " <br /><span style='font-size:75%'>(" . $guiDesc;
+ echo " <input type='button' class='' name='' value='edit' onclick='editDesc()'> ) </span>\n";
echo "</div>\n";
echo "<div class='buttonbar'>\n";
echo "<input type='button' class='' name='' value='save' onclick='thisSave()'> \n";
@@ -606,4 +606,4 @@
}
?>
</body>
-</html>
\ No newline at end of file
+</html>
More information about the Mapbender_commits
mailing list