rbrindley: branch 2.0 r4520 - /branches/2.0/config/timeintervals.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Feb 19 13:35:09 CST 2009


Author: rbrindley
Date: Thu Feb 19 13:35:08 2009
New Revision: 4520

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

- replace inline HTML styling with proper CSS styles


Modified:
    branches/2.0/config/timeintervals.html

Modified: branches/2.0/config/timeintervals.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/timeintervals.html?view=diff&rev=4520&r1=4519&r2=4520
==============================================================================
--- branches/2.0/config/timeintervals.html (original)
+++ branches/2.0/config/timeintervals.html Thu Feb 19 13:35:08 2009
@@ -27,6 +27,11 @@
 <script src="js/jquery.autocomplete.js"></script>
 <link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
 <style type="text/css">
+
+	body {
+		background-color: #efefef;
+	}
+
 	#table_tilist {
 		border: 1px solid #666666;
 		margin-top: 5px;
@@ -62,8 +67,13 @@
 		cursor: default;
 	}
 
+	.top_buttons span.lite_Heading {
+		margin-left: 80px;
+	}
+
+
 </style>
-<body bgcolor="#EFEFEF">
+<body>
 	<div class="iframeTitleBar">
 		Time Intervals
 		<span class='refresh_icon' onclick="window.location.reload();" >&nbsp;<img src="images/refresh.png" title=" Refresh " border=0 >&nbsp;</span>
@@ -71,7 +81,7 @@
 	
 	<div class='top_buttons'>
 		<span class='guiButtonNew' onclick='ti_miscFunctions.new_TI_form();'>New Time Interval</span>
-		<span class='lite_Heading'  style='margin-left: 80px'> Time Intervals </span>
+		<span class='lite_Heading'> Time Intervals </span>
 	</div>
 
 	<table id='table_tilist' cellpadding=0 cellspacing=0 border=0 align=center></table>




More information about the asterisk-gui-commits mailing list