Changeset 3852 in subversion
- Timestamp:
- Aug 2, 2010 3:33:34 AM (3 years ago)
- Location:
- trunk/roundcubemail/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
-
trunk/roundcubemail/skins/default/addressbook.css
r3836 r3852 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 -
trunk/roundcubemail/skins/default/common.css
r3839 r3852 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 -
trunk/roundcubemail/skins/default/templates/importcontacts.html
r3789 r3852 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.
