pari: trunk r88 - in /trunk/config: scripts/rico.js
stylesheets/rico.css
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Sat Oct 21 15:34:13 MST 2006
Author: pari
Date: Sat Oct 21 17:34:12 2006
New Revision: 88
URL: http://svn.digium.com/view/asterisk-gui?rev=88&view=rev
Log:
Undoing changes in rico.js rico.css in previous commit
Modified:
trunk/config/scripts/rico.js
trunk/config/stylesheets/rico.css
Modified: trunk/config/scripts/rico.js
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/scripts/rico.js?rev=88&r1=87&r2=88&view=diff
==============================================================================
--- trunk/config/scripts/rico.js (original)
+++ trunk/config/scripts/rico.js Sat Oct 21 17:34:12 2006
@@ -188,7 +188,7 @@
collapsedFontWeight : 'normal',
hoverTextColor : '#ffffff',
borderColor : '#1f669b',
- panelHeight : 160,
+ panelHeight : 200,
onHideTab : null,
onShowTab : null,
onLoadShowTab : 0
@@ -224,7 +224,7 @@
accordionTab.content,
1,
this.options.panelHeight,
- 100, 14,
+ 100, 10,
{ complete: function() {accordion.showTabDone(lastExpandedTab)} } );
this.lastExpandedTab = accordionTab;
}
@@ -1785,7 +1785,7 @@
this.pageSize = pageSize;
this.totalRows = totalRows;
this.setOptions(options);
- this.ArrowHeight = 20;
+ this.ArrowHeight = 16;
this.columnCount = columnCount;
},
Modified: trunk/config/stylesheets/rico.css
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/stylesheets/rico.css?rev=88&r1=87&r2=88&view=diff
==============================================================================
--- trunk/config/stylesheets/rico.css (original)
+++ trunk/config/stylesheets/rico.css Sat Oct 21 17:34:12 2006
@@ -37,7 +37,7 @@
.accordionTabTitleBar {
font-size : 12px;
- padding : 2px 4px 2px 4px;
+ padding : 2px 2px 2px 2px;
border-style : solid none solid none;
border-top-color : #BDC7E7;
border-bottom-color : #182052;
@@ -51,10 +51,10 @@
}
.accordionTabContentBox {
- font-size : 12px;
+ font-size : 11px;
border : 1px solid #1f669b;
border-top-width : 0px;
- padding : 0px 11px 0px 11px;
+ padding : 0px 8px 0px 8px;
}
#accordionExample {
More information about the asterisk-gui-commits
mailing list