Changeset c8dc07e in github
- Timestamp:
- Jul 5, 2012 1:20:52 PM (11 months ago)
- Children:
- 5a927c7
- Parents:
- 14ee44e
- Location:
- skins/larry
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
skins/larry/mail.css
r14ee44e rc8dc07e 47 47 width: 100%; 48 48 height: 26px; 49 }50 51 #mailviewsplitter {52 right: 30px;53 width: 30px;54 left: auto !important;55 49 } 56 50 … … 326 320 right: 256px; 327 321 width: auto; 328 top: 8px;322 top: 7px; 329 323 } 330 324 331 325 #searchfilter select { 332 height: 2 4px;326 height: 26px; 333 327 } 334 328 -
skins/larry/templates/mail.html
r77fad16 rc8dc07e 6 6 <style type="text/css"> 7 7 <roundcube:if condition="config:preview_pane == true" /> 8 #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-4 5 : 300" />px; }9 #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+ 5 : 320" />px; height: auto; }8 #mailview-top { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-48 : 276" />px; } 9 #mailview-bottom { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+6 : 330" />px; height: auto; } 10 10 #mailpreviewframe { display: block; } 11 11 <roundcube:endif /> -
skins/larry/ui.js
r77fad16 rc8dc07e 109 109 110 110 mailviewsplit = new rcube_splitter({ id:'mailviewsplitter', p1:'#mailview-top', p2:'#mailview-bottom', 111 orientation:'h', relative:true, start:310, min:150, size: 6, offset:-18});111 orientation:'h', relative:true, start:310, min:150, size:12, offset:4 }); 112 112 if (previewframe) 113 113 mailviewsplit.init(); … … 172 172 173 173 var select = $(this), 174 height = Math.max(select.height(), 2 4) - 2,174 height = Math.max(select.height(), 26) - 2, 175 175 width = select.width() - 22, 176 176 title = $('option', this).first().text(); … … 315 315 function resize_leftcol(splitter) 316 316 { 317 if (0&&splitter) 318 $('#quicksearchbar input').css('width', (splitter.pos - 70) + 'px'); 317 // STUB 319 318 } 320 319
Note: See TracChangeset
for help on using the changeset viewer.
