Changeset 7a0b9be in github
- Timestamp:
- Aug 2, 2010 3:33:34 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8ed0152
- Parents:
- f623640
- Location:
- skins/default
- Files:
-
- 3 edited
-
addressbook.css (modified) (2 diffs)
-
common.css (modified) (2 diffs)
-
templates/importcontacts.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/addressbook.css
r0d35d6b r7a0b9be 206 206 { 207 207 background-color: #F2F2F2; 208 }209 210 #contact-frame211 {212 208 border: none; 213 209 } … … 218 214 text-align: right; 219 215 } 216 -
skins/default/common.css
ree09d46 r7a0b9be 470 470 } 471 471 472 .darkbg 473 { 474 background-color: #F2F2F2 !important; 475 } 476 472 477 473 478 /***** common table settings ******/ … … 682 687 } 683 688 684 689 685 690 /***** onclick menu list *****/ 686 691 -
skins/default/templates/importcontacts.html
r087c7dc r7a0b9be 10 10 <roundcube:include file="/includes/header.html" /> 11 11 12 <div id="mainscreen" class="box ">12 <div id="mainscreen" class="box darkbg"> 13 13 <div class="boxtitle"><roundcube:label name="importcontacts" /></div> 14 14
Note: See TracChangeset
for help on using the changeset viewer.
