Changeset 3813 in subversion


Ignore:
Timestamp:
Jul 8, 2010 1:05:39 PM (3 years ago)
Author:
alec
Message:
  • css improvements
Location:
trunk/roundcubemail/skins/default
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/skins/default/editor_content.css

    r3435 r3813  
    66        font-size: 12px; 
    77} 
    8    
     8 
    99body { 
    1010        background-color: #FFFFFF; 
     
    2323        word-wrap: break-word; /* IE (and Safari) */ 
    2424} 
     25 
    2526blockquote 
    2627{ 
     
    3031        width:100%; 
    3132} 
     33 
  • trunk/roundcubemail/skins/default/ie6hacks.css

    r3810 r3813  
    116116#compose-div .boxlistcontent 
    117117{ 
    118   height: expression((parseInt(this.parentNode.offsetHeight)-28-parseInt(this.style.top?this.style.top:21))+'px'); 
     118  height: expression((parseInt(this.parentNode.offsetHeight)-23-parseInt(this.style.top?this.style.top:21))+'px'); 
    119119} 
    120120 
  • trunk/roundcubemail/skins/default/iehacks.css

    r3789 r3813  
    162162} 
    163163 
    164 #compose-headers td textarea, 
    165 #compose-headers td input 
    166 { 
    167   width: 99%; 
    168 } 
    169  
    170164div.message-part pre, 
    171165div.message-htmlpart pre, 
  • trunk/roundcubemail/skins/default/mail.css

    r3811 r3813  
    831831} 
    832832 
     833#listmenu 
     834{ 
     835  padding: 6px; 
     836} 
     837 
     838#listmenu legend 
     839{ 
     840  color: #999999; 
     841} 
     842 
     843#listmenu fieldset 
     844{ 
     845  border: 1px solid #999999; 
     846  margin: 0 5px; 
     847  float: left; 
     848} 
     849 
     850#listmenu div 
     851{ 
     852  padding: 8px 0 3px 0; 
     853  text-align: center; 
     854  clear: both; 
     855} 
     856 
    833857/***** tree indicators *****/ 
    834858 
     
    860884  background-position: -15px 0px; /* |- */ 
    861885} 
    862  
    863886 
    864887 
     
    10901113} 
    10911114 
     1115td.show-headers 
     1116{ 
     1117  background: url(images/icons/down_small.gif) no-repeat center; 
     1118} 
     1119 
     1120td.hide-headers 
     1121{ 
     1122  background: url(images/icons/up_small.gif) no-repeat center; 
     1123} 
     1124 
     1125#all-headers 
     1126{ 
     1127  height: 150px; 
     1128  display: none; 
     1129} 
     1130 
     1131#headers-source 
     1132{ 
     1133  margin: 0 5px; 
     1134  padding: 0.5em; 
     1135  height: 145px; 
     1136  background: white; 
     1137  overflow: auto; 
     1138  font-size: 11px; 
     1139  white-space: nowrap; 
     1140  border: 1px solid #999999; 
     1141  display: none; 
     1142  text-align: left; 
     1143  color: #333; 
     1144} 
     1145 
     1146 
    10921147/** message compose styles */ 
    10931148 
     
    11131168#compose-div .boxfooter 
    11141169{ 
    1115   height: 26px; 
     1170  height: 22px; 
    11161171  background: none; 
    11171172  border-top: 0; 
     
    11201175#compose-div .boxlistcontent 
    11211176{ 
    1122   bottom: 26px; 
     1177  bottom: 23px; 
    11231178} 
    11241179 
     
    11441199#compose-headers td.editfield 
    11451200{ 
    1146   padding-right: 5px; 
     1201  padding-right: 8px; 
    11471202  width: 95%; 
    11481203} 
     
    11611216  padding-right: 10px; 
    11621217  white-space: nowrap; 
     1218  color: #666; 
    11631219} 
    11641220 
     
    11831239} 
    11841240 
    1185 #formlinks 
    1186 { 
    1187   white-space: nowrap; 
    1188   padding-left: 5px; 
    1189 } 
    1190  
    11911241#formlinks a, 
    11921242#formlinks a:visited 
     
    12061256{ 
    12071257  position: absolute; 
    1208   right: 5px; 
    1209   bottom: 2px; 
     1258  right: 0; 
     1259  bottom: 0; 
    12101260  text-align: right; 
     1261} 
     1262 
     1263#compose-editorfooter label 
     1264{ 
     1265  font-size: 11px; 
     1266  font-weight: bold; 
     1267  color: #666; 
    12111268} 
    12121269 
     
    12741331} 
    12751332 
    1276 td.show-headers 
    1277 { 
    1278   background: url(images/icons/down_small.gif) no-repeat center; 
    1279 } 
    1280  
    1281 td.hide-headers 
    1282 { 
    1283   background: url(images/icons/up_small.gif) no-repeat center; 
    1284 } 
    1285  
    1286 #all-headers 
    1287 { 
    1288   height: 150px; 
    1289   display: none; 
    1290 } 
    1291  
    1292 #headers-source 
    1293 { 
    1294   margin: 0 5px; 
    1295   padding: 0.5em; 
    1296   height: 145px; 
    1297   background: white; 
    1298   overflow: auto; 
    1299   font-size: 11px; 
    1300   white-space: nowrap; 
    1301   border: 1px solid #999999; 
    1302   display: none; 
    1303   text-align: left; 
    1304   color: #333; 
    1305 } 
    1306  
    1307 #listmenu 
    1308 { 
    1309   padding: 6px; 
    1310 } 
    1311  
    1312 #listmenu legend 
    1313 { 
    1314   color: #999999; 
    1315 } 
    1316  
    1317 #listmenu fieldset 
    1318 { 
    1319   border: 1px solid #999999; 
    1320   margin: 0 5px; 
    1321   float: left; 
    1322 } 
    1323  
    1324 #listmenu div 
    1325 { 
    1326   padding: 8px 0 3px 0; 
    1327   text-align: center; 
    1328   clear: both; 
    1329 } 
    13301333 
    13311334/** quota indicator */ 
  • trunk/roundcubemail/skins/default/templates/compose.html

    r3810 r3813  
    103103                <span id="spellcheck-control" style="margin-right:10px"></span> 
    104104                <span> 
    105                     <roundcube:label name="editortype" /> 
     105                    <label><roundcube:label name="editortype" /></label> 
    106106                    <roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /> 
    107107                </span> 
Note: See TracChangeset for help on using the changeset viewer.