rbrindley: branch 2.0 r4879 - /branches/2.0/config/features.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Jun 18 15:46:13 CDT 2009


Author: rbrindley
Date: Thu Jun 18 15:46:10 2009
New Revision: 4879

URL: http://svn.asterisk.org/svn-view/asterisk-gui?view=rev&rev=4879
Log:

- implemented css shorthand


Modified:
    branches/2.0/config/features.html

Modified: branches/2.0/config/features.html
URL: http://svn.asterisk.org/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4879&r1=4878&r2=4879
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Thu Jun 18 15:46:10 2009
@@ -53,8 +53,7 @@
 
 		#dial_options { height: 305px; }
 
-
-		.update { background-color: #ffc58a; border: 1px dotted #e8440c; display: none; padding: 2px; padding-left: 4px; padding-right: 4px; }
+		.update { background-color: #ffc58a; border: 1px dotted #e8440c; display: none; padding: 2px 4px 2px 4px; }
 		.error { background-color: #ffaeae; }
 		.hidden { display: none; }
 		.template { display: none; }




More information about the asterisk-gui-commits mailing list