rbrindley: branch 2.0 r4786 - /branches/2.0/config/features2.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed May 13 10:55:22 CDT 2009
Author: rbrindley
Date: Wed May 13 10:55:18 2009
New Revision: 4786
URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4786
Log:
- fix an issue where the fields in call features weren't lining up
Modified:
branches/2.0/config/features2.html
Modified: branches/2.0/config/features2.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/features2.html?view=diff&rev=4786&r1=4785&r2=4786
==============================================================================
--- branches/2.0/config/features2.html (original)
+++ branches/2.0/config/features2.html Wed May 13 10:55:18 2009
@@ -59,6 +59,24 @@
float: left;
padding: 0px;
margin: 4px;
+ }
+
+ #call_parking .feature label, #feature_map .feature label, #feature_options .feature label {
+ float: left;
+ margin-right: 5px;
+ text-align: right;
+ }
+
+ #call_parking .feature label {
+ width: 200px;
+ }
+
+ #feature_options .feature label {
+ width: 150px;
+ }
+
+ #feature_map .feature label {
+ width: 120px;
}
.feature label {
More information about the asterisk-gui-commits
mailing list