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

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


Author: rbrindley
Date: Tue Nov 18 14:19:13 2008
New Revision: 4136

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4136
Log:
standardize the spacing in the 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=4136&r1=4135&r2=4136
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome.html Tue Nov 18 14:19:13 2008
@@ -23,52 +23,64 @@
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
 <style type="text/css">
 
-	#table_Ext_list {
-		border: 1px solid #666666;
-		margin-top: 5px;
-		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.even:hover, #table_Ext_list tr.odd:hover {
-		background: #a8b6e5;
-		cursor: default;
-	}
-
-
-	#table_Trunks_list {
-		border: 1px solid #666666;
-		margin-top: 5px;
-		margin-bottom:10px;
-		width: 96%;
-		text-align: left;
-		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_Ext_list {
+	border: 1px solid #666666;
+	margin-top: 5px;
+	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.even:hover, #table_Ext_list tr.odd:hover {
+	background: #a8b6e5;
+	cursor: default;
+}
+
+#table_Trunks_list {
+	border: 1px solid #666666;
+	margin-top: 5px;
+	margin-bottom:10px;
+	width: 96%;
+	text-align: left;
+	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; }
 
 </style>
 <!-- End Initial CSS -->




More information about the asterisk-gui-commits mailing list