[mythtv-commits] mythtv/master commit: 77da0f286 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Wed Apr 13 00:26:36 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-04-12T17:23:48-07:00
   Push Date:  2011/04/12 17:26:33 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  77da0f2866b6ca38fd4eaec911a76a06a3990b93
   Changeset:  https://github.com/MythTV/mythtv/commit/77da0f286

Log:

HTML Setup: Change the way settings are formatted by the backend.

Use the html <label> tag in line with best practices for location of the label.

Label goes directly after the checkbox, and the label tags enclose the widget itself.  Labels can also be clicked to activate the widget for better use on touch devices.

Label goes before the widget for input and select widgets.

Use CSS to increase the padding between settings.

Put the help links unconditionally at the end of the line.

Modified:

   mythtv/html/css/site.css
   mythtv/programs/mythbackend/mythsettings.cpp



More information about the mythtv-commits mailing list