rbrindley: branch rbrindley/welcome_revamp r4151 - /team/rbrindley/welcome_re...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Nov 19 15:24:12 CST 2008
Author: rbrindley
Date: Wed Nov 19 15:24:12 2008
New Revision: 4151
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4151
Log:
css {
margin-left: auto;
margin-right: auto;
}
is the css equivalent to:
<table align=center>
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=4151&r1=4150&r2=4151
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome.html Wed Nov 19 15:24:12 2008
@@ -124,7 +124,8 @@
}
table.agents_list_container {
- text-align: center;
+ margin-left: auto;
+ margin-right: auto;
border-width: 1px;
border-spacing: 2px;
border-style: solid;
@@ -147,13 +148,15 @@
margin-top: 10px;
}
-#table_Meetmes_list_container table {
+#table_Meetmes_list_container table.meetme_list_table {
border-width: 1px;
border-spacing: 2px;
border-style: solid;
border-color: #6b79a5;
border-collapse: separate;
background-color: #FFFFFF;
+ margin-left: auto;
+ margin-right: auto;
}
#table_Meetmes_list_container table tr td {
@@ -180,12 +183,13 @@
}
#extensions_legend {
+ margin-left: auto;
+ margin-right: auto;
text-align: center;
width: 500px;
}
#extensions_legend tr td {
- text-align: center;
}
#table_Ext_list_container {
@@ -195,7 +199,8 @@
}
#table_Ext_list {
- text-align: center;
+ margin-left: auto;
+ margin-right: auto;
}
#table_Meetmes_list, #table_ParkedCalls_list {
@@ -904,7 +909,7 @@
</div>
<div id='table_Meetmes_list_container'>
- <table cellpadding=1 cellspacing=2 border=0 align=center>
+ <table class="meetme_list_table" cellpadding=1 cellspacing=2 border=0>
<tr class="titles">
<td>Conference Rooms <span class='refresh_icon' onclick="update_Conferences_Table();" > <img src="images/refresh.png" title=" Refresh " border=0 > </span></td>
<td class="mid_spacing"></td>
More information about the asterisk-gui-commits
mailing list