alecpl
2009-08-04 4bcb36a6183bda8d1e734e5e034ee0dd61fd0c2e
- css min-width fixes + #1486012


2 files modified
15 ■■■■ changed files
skins/default/mail.css 7 ●●●●● patch | view | raw | blame | history
skins/default/templates/mail.html 8 ●●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -8,6 +8,7 @@
  left: 200px;
  right: 200px;
  height: 35px;
  min-width: 650px;
  white-space: nowrap;
/*  border: 1px solid #cccccc; */
}
@@ -300,10 +301,10 @@
#searchfilter
{
  white-space: nowrap;
  position: absolute;
  right: 18px;
  top: 8px;
  text-align: right;
  right: 190px;
  vertical-align: middle;
}
#searchfilter label
skins/default/templates/mail.html
@@ -129,10 +129,6 @@
<roundcube:include file="/includes/messagemenu.html" />
<div id="searchfilter">
  <label for="rcmlistfilter"><roundcube:label name="filter" /></label>:
  <roundcube:object name="searchfilter" class="searchfilter" />
</div>
</div>
<div id="searchmenu">
@@ -147,6 +143,10 @@
</div>
<div id="quicksearchbar">
<div id="searchfilter">
  <label for="rcmlistfilter"><roundcube:label name="filter" /></label>:
  <roundcube:object name="searchfilter" class="searchfilter" />
</div>
<roundcube:button name="searchmod" id="searchmod" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_searchmenu();return false" title="searchmod" />
<roundcube:object name="searchform" id="quicksearchbox" />
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />