Revision: 1495
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1495&view=rev
Author:   cimorrison
Date:     2010-10-13 07:46:50 +0000 (Wed, 13 Oct 2010)

Log Message:
-----------
Fixed a problem with the formatting of radio button labels on the edit area 
page in IE8.

Modified Paths:
--------------
    mrbs/trunk/web/mrbs-ie8.css
    mrbs/trunk/web/mrbs.css.php

Modified: mrbs/trunk/web/mrbs-ie8.css
===================================================================
--- mrbs/trunk/web/mrbs-ie8.css 2010-10-11 10:49:08 UTC (rev 1494)
+++ mrbs/trunk/web/mrbs-ie8.css 2010-10-13 07:46:50 UTC (rev 1495)
@@ -9,6 +9,7 @@
 /* set it to visible explicitly for the y direction        */
 .form_general label {overflow-y: visible}
 .form_general #ad label {overflow-y: auto} /* undo for all-day checkbox */
+.edit_area_room div.group {width: 25em} /* not necessary in IE7 or IE9 ?! */
 
 /* ------------ TRAILER.INC ---------------------*/
 

Modified: mrbs/trunk/web/mrbs.css.php
===================================================================
--- mrbs/trunk/web/mrbs.css.php 2010-10-11 10:49:08 UTC (rev 1494)
+++ mrbs/trunk/web/mrbs.css.php 2010-10-13 07:46:50 UTC (rev 1495)
@@ -544,7 +544,7 @@
 #logon                    label {max-width: <?php echo 
$logon_left_col_max_width ?>em}
 #db_logon                 label {max-width: <?php echo 
$db_logon_left_col_max_width ?>em}
 
-.form_general .group      label {clear: none; width: auto; max-width: 100%; 
font-weight: normal; overflow: visible}
+.form_general .group      label {clear: none; width: auto; max-width: 100%; 
font-weight: normal; overflow: visible; text-align: left}
 
 .form_general input {
     display: block; float: left; margin-left: <?php echo $general_gap ?>em; 
@@ -567,7 +567,7 @@
     font-family: <?php echo $standard_font_family ?>; font-size: small
 }
 .form_general select {float: left; margin-left: <?php echo $general_gap ?>em; 
margin-right: -0.5em; margin-bottom: 0.5em}
-.form_general input.radio {margin-top: 0.1em}
+.form_general input.radio {margin-top: 0.1em; margin-right: 2px}
 .form_general input.checkbox {width: auto; margin-top: 0.2em}
 .edit_area_room .form_general input.checkbox {margin-left: <?php echo 
$general_gap ?>em}
 .edit_area_room .form_general #booking_policies input.text {width: 2.0em}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to