rbrindley: branch 2.0 r4655 - /branches/2.0/config/users.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Tue Mar 24 14:27:27 CDT 2009


Author: rbrindley
Date: Tue Mar 24 14:27:24 2009
New Revision: 4655

URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4655
Log:

- whitespace'd css according to guidelines.


Modified:
    branches/2.0/config/users.html

Modified: branches/2.0/config/users.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/users.html?view=diff&rev=4655&r1=4654&r2=4655
==============================================================================
--- branches/2.0/config/users.html (original)
+++ branches/2.0/config/users.html Tue Mar 24 14:27:24 2009
@@ -25,7 +25,10 @@
 <script src="js/jquery.tooltip.js"></script>
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
 <style type="text/css">
-	.no_obcid{ color: #FF0000; }
+	.no_obcid { 
+		color: #FF0000; 
+	}
+
 	#table_userslist_container{
 		clear:both;
 		height: 600px;
@@ -43,11 +46,27 @@
 		padding : 1px;
 	}
 
-	#table_userslist tr.frow { background: #6b79a5; color: #CED7EF; }
-	#table_userslist tr.frow td{ font-weight:bold; }
-	#table_userslist tr td{ padding : 3px; }
-	#table_userslist tr.even { background: #DFDFDF; }
-	#table_userslist tr.odd{ background: #FFFFFF; }
+	#table_userslist tr.frow { 
+		background: #6b79a5; 
+		color: #CED7EF; 
+	}
+
+	#table_userslist tr.frow td { 
+		font-weight:bold; 
+	}
+
+	#table_userslist tr td { 
+		padding : 3px; 
+	}
+
+	#table_userslist tr.even { 
+		background: #DFDFDF; 
+	}
+
+	#table_userslist tr.odd { 
+		background: #FFFFFF; 
+	}
+
 	#table_userslist tr.even:hover, #table_userslist tr.odd:hover {
 		background: #a8b6e5;
 		cursor: default;




More information about the asterisk-gui-commits mailing list