Changeset 3790 in subversion
- Timestamp:
- Jun 29, 2010 3:29:59 PM (3 years ago)
- Location:
- trunk/plugins
- Files:
-
- 5 edited
-
help/content/about.html (modified) (1 diff)
-
help/skins/default/help.css (modified) (1 diff)
-
help/skins/default/templates/help.html (modified) (1 diff)
-
managesieve/skins/default/managesieve.css (modified) (2 diffs)
-
password/password.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/help/content/about.html
r3072 r3790 1 1 <div id="helpabout"> 2 <h3 align="center">Copyright © 2005-20 09, The Roundcube Dev Team</h3>2 <h3 align="center">Copyright © 2005-2010, The Roundcube Dev Team</h3> 3 3 4 4 <p>This program is free software; you can redistribute it and/or modify -
trunk/plugins/help/skins/default/help.css
r3072 r3790 6 6 } 7 7 8 #help-box8 .help-box 9 9 { 10 position: absolute;11 bottom: 30px;12 top: 95px;13 left: 20px;14 right: 20px;15 border: 1px solid #999999;16 10 overflow: auto; 17 11 background-color: #F2F2F2; 18 /* IE hack */19 height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');20 width: expression((parseInt(document.documentElement.clientWight)-40)+'px');21 12 } 22 13 -
trunk/plugins/help/skins/default/templates/help.html
r3517 r3790 31 31 </div> 32 32 33 <div id=" help-box">33 <div id="mainscreen" class="box help-box"> 34 34 <roundcube:object name="helpcontent" id="helpcontentframe" width="100%" height="100%" frameborder="0" src="/watermark.html" /> 35 35 </div> 36 36 37 <div id="rcmversion"><roundcube:object name="productname" /> <roundcube:object name="version" /></div>38 39 37 </body> 40 38 </html> -
trunk/plugins/managesieve/skins/default/managesieve.css
r3460 r3790 7 7 left: 20px; 8 8 top: 120px; 9 bottom: 30px;9 bottom: 20px; 10 10 border: 1px solid #999999; 11 11 overflow: auto; 12 12 /* css hack for IE */ 13 height: expression((parseInt(document.documentElement.clientHeight)-1 55)+'px');13 height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); 14 14 } 15 15 … … 152 152 top: 120px; 153 153 right: 20px; 154 bottom: 30px;154 bottom: 20px; 155 155 border: 1px solid #999999; 156 156 overflow: hidden; 157 157 /* css hack for IE */ 158 width: expression((parseInt(document.documentElement.clientWidth)- 30-parseInt(document.getElementById('filterslist').offsetLeft)-parseInt(document.getElementById('filterslist').offsetWidth))+'px');159 height: expression((parseInt(document.documentElement.clientHeight)-1 55)+'px');158 width: expression((parseInt(document.documentElement.clientWidth)-40-parseInt(document.getElementById('filterslist').offsetWidth))+'px'); 159 height: expression((parseInt(document.documentElement.clientHeight)-140)+'px'); 160 160 } 161 161 -
trunk/plugins/password/password.php
r3775 r3790 180 180 $table->add(null, $input_confpasswd->show()); 181 181 182 $out = html::div(array('class' => ' settingsbox', 'style' => 'margin:0'),182 $out = html::div(array('class' => 'box'), 183 183 html::div(array('id' => 'prefs-title', 'class' => 'boxtitle'), $this->gettext('changepasswd')) . 184 184 html::div(array('class' => 'boxcontent'), $table->show() .
Note: See TracChangeset
for help on using the changeset viewer.
