pari: branch 2.0 r4330 - /branches/2.0/config/welcome2.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Wed Dec 10 11:53:49 CST 2008


Author: pari
Date: Wed Dec 10 11:53:49 2008
New Revision: 4330

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

 moving #legend inside the extensions DIV



Modified:
    branches/2.0/config/welcome2.html

Modified: branches/2.0/config/welcome2.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/welcome2.html?view=diff&rev=4330&r1=4329&r2=4330
==============================================================================
--- branches/2.0/config/welcome2.html (original)
+++ branches/2.0/config/welcome2.html Wed Dec 10 11:53:49 2008
@@ -88,6 +88,17 @@
 
 #legend {
 	text-align: center;
+	margin-left: 30px;
+	margin-right: 20px;
+	margin-top: 0px;
+	margin-bottom:0px;
+	padding:0px;
+	font-weight: normal;
+	color: #000000;
+}
+
+#extensions_list {
+	margin-top: 5px;
 }
 
 div.content {
@@ -511,12 +522,6 @@
 	</div>
 
 	<div class="left column">
-		<div id="legend">
-			<img src="images/status_green.png" border="0"> Free 
-			<img src="images/status_orange.png" border="0"> Ringing 
-			<img src="images/status_red.png" border="0"> Busy 
-			<img src="images/status_gray.png" border="0"> UnAvailable 
-		</div>
 		<div id="sysstat_left_container" class="content_container">
 			<div id="sys_status_trunks" class="content">
 				<div class="handle title"> 
@@ -555,6 +560,12 @@
 						<span title="feature" class="section"> Features </span>
 						<span title="iax" class="section"> IAX </span>
 						<span title="sip" class="section"> SIP </span>
+						<span id="legend">
+							<img src="images/status_green.png" border="0"> Free 
+							<img src="images/status_orange.png" border="0"> Ringing 
+							<img src="images/status_red.png" border="0"> Busy 
+							<img src="images/status_gray.png" border="0"> UnAvailable 
+						</span>
 					</div>
 					<table id="extensions_list" class="list">
 					<thead>




More information about the asterisk-gui-commits mailing list