rbrindley: branch rbrindley/welcome_revamp r4137 - /team/rbrindley/welcome_re...

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Nov 18 14:24:18 CST 2008


Author: rbrindley
Date: Tue Nov 18 14:24:17 2008
New Revision: 4137

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4137
Log:
standardize formatting in inline CSS

Modified:
    team/rbrindley/welcome_revamp/config/welcome.html

Modified: team/rbrindley/welcome_revamp/config/welcome.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome.html?view=diff&rev=4137&r1=4136&r2=4137
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome.html Tue Nov 18 14:24:17 2008
@@ -26,21 +26,32 @@
 #table_Ext_list {
 	border: 1px solid #666666;
 	margin-top: 5px;
-	margin-bottom:10px;
+	margin-bottom: 10px;
 	width: 96%;
 	text-align: left;
 	padding : 1px;
 }
 
-#table_Ext_list tr.frow { background: #6b79a5; color: #CED7EF; }
-
-#table_Ext_list tr.frow td { font-weight:bold; }
-
-#table_Ext_list tr td { padding : 3px; }
-
-#table_Ext_list tr.even { background: #EFEFEF; }
-
-#table_Ext_list tr.odd { background: #FFFFFF; }
+#table_Ext_list tr.frow { 
+	background: #6b79a5; 
+	color: #CED7EF; 
+}
+
+#table_Ext_list tr.frow td { 
+	font-weight: bold; 
+}
+
+#table_Ext_list tr td { 
+	padding: 3px; 
+}
+
+#table_Ext_list tr.even { 
+	background: #EFEFEF; 
+}
+
+#table_Ext_list tr.odd { 
+	background: #FFFFFF; 
+}
 
 #table_Ext_list tr.even:hover, #table_Ext_list tr.odd:hover {
 	background: #a8b6e5;
@@ -56,31 +67,66 @@
 	padding : 1px;
 }
 
-#table_Trunks_list tr.frow { background: #6b79a5; color: #CED7EF; }
-
-#table_Trunks_list tr.frow td { font-weight:bold; }
-
-#table_Trunks_list tr td { padding : 3px; }
-
-#table_Trunks_list tr.even { background: #DFDFDF; }
-
-#table_Trunks_list tr.odd { background: #FFFFFF; }
-
-#table_Trunks_list tr.even:hover, #table_Trunks_list tr.odd:hover { background: #a8b6e5; cursor: default; }
-
-#table_NeedConfiguration_list { border: 1px solid #666666; margin-top: 5px; margin-bottom:10px; width: 96%; text-align: left; padding : 1px; }
-
-#table_NeedConfiguration_list tr.frow { background: #6b79a5; color: #CED7EF; }
-
-#table_NeedConfiguration_list tr.frow td { font-weight:bold; }
-
-#table_NeedConfiguration_list tr td { padding : 3px; }
-
-#table_NeedConfiguration_list tr.even { background: #DFDFDF; }
-
-#table_NeedConfiguration_list tr.odd { background: #FFFFFF; }
-
-#table_NeedConfiguration_list tr.even:hover, #table_NeedConfiguration_list tr.odd:hover { background: #a8b6e5; cursor: default; }
+#table_Trunks_list tr.frow { 
+	background: #6b79a5; 
+	color: #CED7EF; 
+}
+
+#table_Trunks_list tr.frow td { 
+	font-weight:bold; 
+}
+
+#table_Trunks_list tr td { 
+	padding: 3px; 
+}
+
+#table_Trunks_list tr.even { 
+	background: #DFDFDF; 
+}
+
+#table_Trunks_list tr.odd { 
+	background: #FFFFFF; 
+}
+
+#table_Trunks_list tr.even:hover, #table_Trunks_list tr.odd:hover { 
+	background: #a8b6e5; 
+	cursor: default; 
+}
+
+#table_NeedConfiguration_list { 
+	border: 1px solid #666666; 
+	margin-top: 5px; 
+	margin-bottom: 10px;
+	width: 96%; 
+	text-align: left; 
+	padding: 1px; 
+}
+
+#table_NeedConfiguration_list tr.frow { 
+	background: #6b79a5; 
+	color: #CED7EF; 
+}
+
+#table_NeedConfiguration_list tr.frow td { 
+	font-weight:bold; 
+}
+
+#table_NeedConfiguration_list tr td { 
+	padding: 3px; 
+}
+
+#table_NeedConfiguration_list tr.even { 
+	background: #DFDFDF; 
+}
+
+#table_NeedConfiguration_list tr.odd { 
+	background: #FFFFFF; 
+}
+
+#table_NeedConfiguration_list tr.even:hover, #table_NeedConfiguration_list tr.odd:hover { 
+	background: #a8b6e5; 
+	cursor: default; 
+}
 
 </style>
 <!-- End Initial CSS -->




More information about the asterisk-gui-commits mailing list