Changeset 3cbdbd9 in github
- Timestamp:
- Mar 9, 2012 4:44:12 AM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 84d6e27
- Parents:
- fe3a1d6
- Files:
-
- 6 edited
-
program/include/html.php (modified) (1 diff)
-
skins/default/common.css (modified) (2 diffs)
-
skins/default/includes/header.html (modified) (1 diff)
-
skins/default/print.css (modified) (2 diffs)
-
skins/default/templates/error.html (modified) (1 diff)
-
skins/default/templates/messageprint.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/html.php
r66d2152 r3cbdbd9 158 158 } 159 159 return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib, 160 array('src','alt','width','height','border','usemap')));160 array('src','alt','width','height','border','usemap','onclick'))); 161 161 } 162 162 -
skins/default/common.css
r6205a30 r3cbdbd9 155 155 } 156 156 157 body > #header 158 { 159 position: absolute; 160 top: 8px; 161 left: 19px; 162 width: 170px; 163 height: 40px; 164 z-index: 100; 157 body > #logo 158 { 159 margin-left: 12px; 160 cursor: pointer; 165 161 } 166 162 … … 171 167 right: 0px; 172 168 height: 24px; 173 width: 100%;169 left: 250px; 174 170 background: url(images/taskbar.png) top right no-repeat; 175 171 padding: 10px 6px 5px 0px; -
skins/default/includes/header.html
r3633f09 r3cbdbd9 1 <div id="header"><a href="./?_page=1"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></a></div> 2 1 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" onclick="location.href='./?_page=1'" /> 3 2 <roundcube:object name="message" id="message" /> -
skins/default/print.css
r50b22b9 r3cbdbd9 26 26 } 27 27 28 #header 28 body > #logo 29 29 { 30 30 float: right; … … 58 58 font-weight: bold; 59 59 } 60 60 61 61 #attachment-list 62 62 { -
skins/default/templates/error.html
r0d16eb7 r3cbdbd9 7 7 <body> 8 8 9 < div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div>9 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> 10 10 11 11 <div style="width:400px; margin:60px auto;"> -
skins/default/templates/messageprint.html
r0d16eb7 r3cbdbd9 8 8 <body> 9 9 10 < div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" alt="Logo" /></div>10 <roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" /> 11 11 12 12 <div id="printmessageframe">
Note: See TracChangeset
for help on using the changeset viewer.
