Changeset 3813 in subversion
- Timestamp:
- Jul 8, 2010 1:05:39 PM (3 years ago)
- Location:
- trunk/roundcubemail/skins/default
- Files:
-
- 5 edited
-
editor_content.css (modified) (3 diffs)
-
ie6hacks.css (modified) (1 diff)
-
iehacks.css (modified) (1 diff)
-
mail.css (modified) (10 diffs)
-
templates/compose.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/skins/default/editor_content.css
r3435 r3813 6 6 font-size: 12px; 7 7 } 8 8 9 9 body { 10 10 background-color: #FFFFFF; … … 23 23 word-wrap: break-word; /* IE (and Safari) */ 24 24 } 25 25 26 blockquote 26 27 { … … 30 31 width:100%; 31 32 } 33 -
trunk/roundcubemail/skins/default/ie6hacks.css
r3810 r3813 116 116 #compose-div .boxlistcontent 117 117 { 118 height: expression((parseInt(this.parentNode.offsetHeight)-2 8-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'); 119 119 } 120 120 -
trunk/roundcubemail/skins/default/iehacks.css
r3789 r3813 162 162 } 163 163 164 #compose-headers td textarea,165 #compose-headers td input166 {167 width: 99%;168 }169 170 164 div.message-part pre, 171 165 div.message-htmlpart pre, -
trunk/roundcubemail/skins/default/mail.css
r3811 r3813 831 831 } 832 832 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 833 857 /***** tree indicators *****/ 834 858 … … 860 884 background-position: -15px 0px; /* |- */ 861 885 } 862 863 886 864 887 … … 1090 1113 } 1091 1114 1115 td.show-headers 1116 { 1117 background: url(images/icons/down_small.gif) no-repeat center; 1118 } 1119 1120 td.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 1092 1147 /** message compose styles */ 1093 1148 … … 1113 1168 #compose-div .boxfooter 1114 1169 { 1115 height: 2 6px;1170 height: 22px; 1116 1171 background: none; 1117 1172 border-top: 0; … … 1120 1175 #compose-div .boxlistcontent 1121 1176 { 1122 bottom: 2 6px;1177 bottom: 23px; 1123 1178 } 1124 1179 … … 1144 1199 #compose-headers td.editfield 1145 1200 { 1146 padding-right: 5px;1201 padding-right: 8px; 1147 1202 width: 95%; 1148 1203 } … … 1161 1216 padding-right: 10px; 1162 1217 white-space: nowrap; 1218 color: #666; 1163 1219 } 1164 1220 … … 1183 1239 } 1184 1240 1185 #formlinks1186 {1187 white-space: nowrap;1188 padding-left: 5px;1189 }1190 1191 1241 #formlinks a, 1192 1242 #formlinks a:visited … … 1206 1256 { 1207 1257 position: absolute; 1208 right: 5px;1209 bottom: 2px;1258 right: 0; 1259 bottom: 0; 1210 1260 text-align: right; 1261 } 1262 1263 #compose-editorfooter label 1264 { 1265 font-size: 11px; 1266 font-weight: bold; 1267 color: #666; 1211 1268 } 1212 1269 … … 1274 1331 } 1275 1332 1276 td.show-headers1277 {1278 background: url(images/icons/down_small.gif) no-repeat center;1279 }1280 1281 td.hide-headers1282 {1283 background: url(images/icons/up_small.gif) no-repeat center;1284 }1285 1286 #all-headers1287 {1288 height: 150px;1289 display: none;1290 }1291 1292 #headers-source1293 {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 #listmenu1308 {1309 padding: 6px;1310 }1311 1312 #listmenu legend1313 {1314 color: #999999;1315 }1316 1317 #listmenu fieldset1318 {1319 border: 1px solid #999999;1320 margin: 0 5px;1321 float: left;1322 }1323 1324 #listmenu div1325 {1326 padding: 8px 0 3px 0;1327 text-align: center;1328 clear: both;1329 }1330 1333 1331 1334 /** quota indicator */ -
trunk/roundcubemail/skins/default/templates/compose.html
r3810 r3813 103 103 <span id="spellcheck-control" style="margin-right:10px"></span> 104 104 <span> 105 < roundcube:label name="editortype" />105 <label><roundcube:label name="editortype" /></label> 106 106 <roundcube:object name="editorSelector" editorid="compose-body" tabindex="10" /> 107 107 </span>
Note: See TracChangeset
for help on using the changeset viewer.
