pari: branch 2.0 r4191 - /branches/2.0/config/users.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Nov 21 12:52:44 CST 2008
Author: pari
Date: Fri Nov 21 12:52:43 2008
New Revision: 4191
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4191
Log:
minor CSS improvement to users listing
Modified:
branches/2.0/config/users.html
Modified: branches/2.0/config/users.html
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/config/users.html?view=diff&rev=4191&r1=4190&r2=4191
==============================================================================
--- branches/2.0/config/users.html (original)
+++ branches/2.0/config/users.html Fri Nov 21 12:52:43 2008
@@ -26,14 +26,23 @@
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<style type="text/css">
.no_obcid{ color: #FF0000; }
+ #table_userslist_container{
+ clear:both;
+ height: 600px;
+ margin-left: 5px;
+ margin-right: 20px;
+ margin-top: 5px;
+ margin-bottom:10px;
+ overflow:auto;
+ }
+
#table_userslist {
border: 1px solid #666666;
- margin-top: 5px;
- margin-bottom:10px;
- width: 96%;
+ width: 99%;
text-align: center;
padding : 1px;
}
+
#table_userslist tr.frow { background: #6b79a5; color: #CED7EF; }
#table_userslist tr.frow td{ font-weight:bold; }
#table_userslist tr td{ padding : 3px; }
@@ -59,7 +68,9 @@
<span class='lite_Heading' style='margin-left: 80px'> List of User Extensions </span>
</div>
-<table id='table_userslist' cellpadding=0 cellspacing=0 border=0 align=center style='clear:both;'></table>
+<div id='table_userslist_container'>
+<table id='table_userslist' cellpadding=0 cellspacing=0 border=0 align=center></table>
+</div>
<div id="edit_userExtension_div" STYLE="width:750; display: none;" class='dialog'>
<TABLE width="100%" cellpadding=0 cellspacing=0>
More information about the asterisk-gui-commits
mailing list