rbrindley: branch rbrindley/welcome_revamp r4187 - in /team/rbrindley/welcome...
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Nov 21 10:37:24 CST 2008
Author: rbrindley
Date: Fri Nov 21 10:37:23 2008
New Revision: 4187
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=4187
Log:
cleaned up some css and sortable options trying to fix a width issue with the helper when sorting
Modified:
team/rbrindley/welcome_revamp/config/js/welcome2.js
team/rbrindley/welcome_revamp/config/welcome2.html
Modified: team/rbrindley/welcome_revamp/config/js/welcome2.js
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/js/welcome2.js?view=diff&rev=4187&r1=4186&r2=4187
==============================================================================
--- team/rbrindley/welcome_revamp/config/js/welcome2.js (original)
+++ team/rbrindley/welcome_revamp/config/js/welcome2.js Fri Nov 21 10:37:23 2008
@@ -26,8 +26,9 @@
axis: 'y',
containment: '#sysstat_right_container',
cursor: 'move',
+ forcePlaceholderSize: true,
handle: 'div.handle',
- items: '> div:not(#legend)',
+ items: '> div.content',
opacity: 0.7,
placeholder: 'placeholder'
});
@@ -36,8 +37,9 @@
axis: 'y',
containment: '#sysstat_left_container',
cursor: 'move',
+ forcePlaceholderSize: true,
handle: 'div.handle',
- items: '> div:not(#legend)',
+ items: '> div.content',
opacity: 0.7,
placeholder: 'placeholder'
});
Modified: team/rbrindley/welcome_revamp/config/welcome2.html
URL: http://svn.digium.com/view/asterisk-gui/team/rbrindley/welcome_revamp/config/welcome2.html?view=diff&rev=4187&r1=4186&r2=4187
==============================================================================
--- team/rbrindley/welcome_revamp/config/welcome2.html (original)
+++ team/rbrindley/welcome_revamp/config/welcome2.html Fri Nov 21 10:37:23 2008
@@ -73,10 +73,11 @@
}
div.content_container div div.handle span.minimaxi {
+ color: #000000;
cursor: pointer;
display: block;
float: right;
- color: #000000;
+ font-size: 12px;
margin-right: 20px;
}
@@ -85,7 +86,6 @@
}
div.content_container div.content {
- clear: both;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
margin: 4px;
@@ -99,10 +99,10 @@
div.content_container div.content div.body table.list {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
+ background-color: #ffffff;
border-spacing: 0px;
border-collapse: collapse;
width: 100%;
- background-color: #ffffff;
}
div.content_container div.content div.body table.list tr.list_titles {
@@ -113,7 +113,7 @@
div.content_container .title {
font-weight: bold;
- font-size: 14px;
+ font-size: 16px;
color: #6b79a5;
}
@@ -124,10 +124,6 @@
border: 1px dotted #6b79a5;
margin: 4px;
height: 50px;
-}
-
-div.clear {
- clear: both;
}
</style>
@@ -160,7 +156,6 @@
<img src="images/status_red.png" border="0"> Busy
<img src="images/status_gray.png" border="0"> UnAvailable
</div>
- <div class="clear"></div>
<div id="sysstat_left_container" class="content_container">
<div id="sys_status_users" class="content">
<div class="handle title">
More information about the asterisk-gui-commits
mailing list